|
8 | 8 | <Match> |
9 | 9 | <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" /> |
10 | 10 | </Match> |
11 | | - <Match> |
12 | | - <Bug pattern="SF_SWITCH_NO_DEFAULT" /> |
13 | | - </Match> |
14 | 11 | <Match> |
15 | 12 | <Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT" /> |
16 | 13 | </Match> |
17 | 14 | <Match> |
18 | 15 | <Bug pattern="DM_NEXTINT_VIA_NEXTDOUBLE" /> |
19 | 16 | </Match> |
20 | | - <Match> |
21 | | - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC" /> |
22 | | - </Match> |
23 | 17 | <Match> |
24 | 18 | <Bug pattern="EI_EXPOSE_REP" /> |
25 | 19 | </Match> |
|
32 | 26 | <Match> |
33 | 27 | <Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" /> |
34 | 28 | </Match> |
35 | | - <Match> |
36 | | - <Bug pattern="MS_PKGPROTECT" /> |
37 | | - </Match> |
38 | 29 | <Match> |
39 | 30 | <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" /> |
40 | 31 | </Match> |
41 | | - <Match> |
42 | | - <Bug pattern="INT_BAD_REM_BY_1" /> |
43 | | - </Match> |
44 | 32 | <Match> |
45 | 33 | <Bug pattern="FE_FLOATING_POINT_EQUALITY" /> |
46 | 34 | </Match> |
|
50 | 38 | <Match> |
51 | 39 | <Bug pattern="URF_UNREAD_FIELD" /> |
52 | 40 | </Match> |
53 | | - <Match> |
54 | | - <Bug pattern="RC_REF_COMPARISON" /> |
55 | | - </Match> |
56 | 41 | <Match> |
57 | 42 | <Bug pattern="MS_EXPOSE_REP" /> |
58 | 43 | </Match> |
59 | | - <Match> |
60 | | - <Bug pattern="DM_BOXED_PRIMITIVE_FOR_PARSING" /> |
61 | | - </Match> |
62 | 44 | <Match> |
63 | 45 | <Bug pattern="UWF_UNWRITTEN_FIELD" /> |
64 | 46 | </Match> |
|
71 | 53 | <Match> |
72 | 54 | <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" /> |
73 | 55 | </Match> |
74 | | - <Match> |
75 | | - <Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE" /> |
76 | | - </Match> |
77 | 56 | <Match> |
78 | 57 | <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" /> |
79 | 58 | </Match> |
|
83 | 62 | <Match> |
84 | 63 | <Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" /> |
85 | 64 | </Match> |
86 | | - <Match> |
87 | | - <Bug pattern="SF_SWITCH_FALLTHROUGH" /> |
88 | | - </Match> |
89 | 65 | <!-- fb-contrib --> |
90 | 66 | <Match> |
91 | 67 | <Bug pattern="LSC_LITERAL_STRING_COMPARISON" /> |
|
117 | 93 | <Match> |
118 | 94 | <Bug pattern="BL_BURYING_LOGIC" /> |
119 | 95 | </Match> |
120 | | - <Match> |
121 | | - <Bug pattern="UTWR_USE_TRY_WITH_RESOURCES" /> |
122 | | - </Match> |
123 | 96 | <Match> |
124 | 97 | <Bug pattern="MUI_CONTAINSKEY_BEFORE_GET" /> |
125 | 98 | </Match> |
|
150 | 123 | <Match> |
151 | 124 | <Bug pattern="LSYC_LOCAL_SYNCHRONIZED_COLLECTION" /> |
152 | 125 | </Match> |
153 | | - <Match> |
154 | | - <Bug pattern="IOI_USE_OF_FILE_STREAM_CONSTRUCTORS" /> |
155 | | - </Match> |
156 | 126 | <Match> |
157 | 127 | <Bug pattern="UP_UNUSED_PARAMETER" /> |
158 | 128 | </Match> |
|
189 | 159 | <Match> |
190 | 160 | <Bug pattern="STT_STRING_PARSING_A_FIELD" /> |
191 | 161 | </Match> |
192 | | - <Match> |
193 | | - <Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" /> |
194 | | - </Match> |
195 | 162 | <Match> |
196 | 163 | <Bug pattern="DRE_DECLARED_RUNTIME_EXCEPTION" /> |
197 | 164 | </Match> |
198 | | - <Match> |
199 | | - <Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" /> |
200 | | - </Match> |
201 | 165 | <Match> |
202 | 166 | <Bug pattern="SPP_FIELD_COULD_BE_STATIC" /> |
203 | 167 | </Match> |
204 | 168 | <Match> |
205 | 169 | <Bug pattern="ITC_INHERITANCE_TYPE_CHECKING" /> |
206 | 170 | </Match> |
207 | | - <Match> |
208 | | - <Bug pattern="FII_USE_ARRAYS_STREAM" /> |
209 | | - </Match> |
210 | 171 | <Match> |
211 | 172 | <Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_EQUALS" /> |
212 | 173 | </Match> |
|
0 commit comments