forked from googleapis/google-http-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfindbugs-exclude.xml
More file actions
72 lines (71 loc) · 2.18 KB
/
Copy pathfindbugs-exclude.xml
File metadata and controls
72 lines (71 loc) · 2.18 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<LastVersion value="-1" relOp="NEQ"/>
<!-- The following have not yet been investigated -->
<!-- TODO(yanivi): investigate them -->
<And>
<Bug pattern="NP_NULL_PARAM_DEREF_NONVIRTUAL"/>
<Class name="com.google.api.client.xml.atom.AbstractAtomFeedParser"/>
</And>
<And>
<Bug pattern="NP_NULL_ON_SOME_PATH"/>
<Class name="com.google.api.client.util.Data"/>
</And>
<And>
<Bug pattern="JLM_JSR166_UTILCONCURRENT_MONITORENTER"/>
<Class name="com.google.api.client.util.Data"/>
</And>
<And>
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
<Class name="com.google.api.client.util.ClassInfo$1"/>
</And>
<And>
<Bug pattern="HE_EQUALS_USE_HASHCODE"/>
<Class name="com.google.api.client.util.DateTime"/>
</And>
<And>
<Bug pattern="SE_BAD_FIELD"/>
<Class name="com.google.api.client.http.HttpResponseException"/>
</And>
<And>
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
<Class name="com.google.api.client.xml.Xml"/>
</And>
<And>
<Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
<Class name="com.google.api.client.http.HttpRequest"/>
</And>
<And>
<Bug pattern="ICAST_INTEGER_MULTIPLY_CAST_TO_LONG"/>
<Class name="com.google.api.client.util.DateTime"/>
</And>
<And>
<Bug pattern="IM_BAD_CHECK_FOR_ODD"/>
<Class name="com.google.api.client.util.ArrayMap"/>
</And>
<And>
<Bug pattern="EI_EXPOSE_REP"/>
<Class name="com.google.api.client.testing.http.MockHttpContent"/>
</And>
<And>
<Bug pattern="DM_BOOLEAN_CTOR"/>
<Class name="com.google.api.client.util.Data"/>
</And>
<And>
<Bug pattern="DM_STRING_VOID_CTOR"/>
<Class name="com.google.api.client.util.Data"/>
</And>
<And>
<Bug pattern="DM_NUMBER_CTOR"/>
<Class name="com.google.api.client.util.Data"/>
</And>
<And>
<Bug pattern="SS_SHOULD_BE_STATIC"/>
<Class name="com.google.api.client.json.rpc2.JsonRpcRequest"/>
</And>
<And>
<Bug pattern="SE_BAD_FIELD_INNER_CLASS"/>
</And>
<!-- The following are known to be bugs and should be fixed -->
<!-- The following are known to not be bugs and should not be fixed -->
</FindBugsFilter>