-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspotbugs-supressions.xml
More file actions
39 lines (39 loc) · 1.03 KB
/
spotbugs-supressions.xml
File metadata and controls
39 lines (39 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Class name="network.p2p.proto.Message"/>
</Match>
<Match>
<Class name="network.p2p.proto.MessageOrBuilder"/>
</Match>
<Match>
<Class name="network.p2p.proto.MessageOuterClass"/>
</Match>
<Match>
<Class name="network.p2p.proto.MessengerGrpc"/>
</Match>
<Match>
<Class name="network.p2p.proto.Message$Builder"/>
</Match>
<Match>
<Class name="network.p2p.proto.GetReply"/>
</Match>
<Match>
<Class name="network.p2p.proto.GetReply$Builder"/>
</Match>
<Match>
<Class name="network.p2p.proto.GetRequest"/>
</Match>
<Match>
<Class name="network.p2p.proto.GetRequest$Builder"/>
</Match>
<Match>
<Class name="network.p2p.proto.PutMessage"/>
</Match>
<Match>
<Class name="network.p2p.proto.PutMessage$Builder"/>
</Match>
<Match>
<Class name="network.p2p.proto.StorageOuterClass"/>
</Match>
</FindBugsFilter>