Skip to content

Commit 1646eda

Browse files
authored
style: remove redundant exclusions (#7276)
1 parent dfa6bf0 commit 1646eda

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

spotbugs-exclude.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@
88
<Match>
99
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
1010
</Match>
11-
<Match>
12-
<Bug pattern="SF_SWITCH_NO_DEFAULT" />
13-
</Match>
1411
<Match>
1512
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT" />
1613
</Match>
1714
<Match>
1815
<Bug pattern="DM_NEXTINT_VIA_NEXTDOUBLE" />
1916
</Match>
20-
<Match>
21-
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC" />
22-
</Match>
2317
<Match>
2418
<Bug pattern="EI_EXPOSE_REP" />
2519
</Match>
@@ -32,15 +26,9 @@
3226
<Match>
3327
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
3428
</Match>
35-
<Match>
36-
<Bug pattern="MS_PKGPROTECT" />
37-
</Match>
3829
<Match>
3930
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
4031
</Match>
41-
<Match>
42-
<Bug pattern="INT_BAD_REM_BY_1" />
43-
</Match>
4432
<Match>
4533
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
4634
</Match>
@@ -50,15 +38,9 @@
5038
<Match>
5139
<Bug pattern="URF_UNREAD_FIELD" />
5240
</Match>
53-
<Match>
54-
<Bug pattern="RC_REF_COMPARISON" />
55-
</Match>
5641
<Match>
5742
<Bug pattern="MS_EXPOSE_REP" />
5843
</Match>
59-
<Match>
60-
<Bug pattern="DM_BOXED_PRIMITIVE_FOR_PARSING" />
61-
</Match>
6244
<Match>
6345
<Bug pattern="UWF_UNWRITTEN_FIELD" />
6446
</Match>
@@ -71,9 +53,6 @@
7153
<Match>
7254
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
7355
</Match>
74-
<Match>
75-
<Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE" />
76-
</Match>
7756
<Match>
7857
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" />
7958
</Match>
@@ -83,9 +62,6 @@
8362
<Match>
8463
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
8564
</Match>
86-
<Match>
87-
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
88-
</Match>
8965
<!-- fb-contrib -->
9066
<Match>
9167
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />
@@ -117,9 +93,6 @@
11793
<Match>
11894
<Bug pattern="BL_BURYING_LOGIC" />
11995
</Match>
120-
<Match>
121-
<Bug pattern="UTWR_USE_TRY_WITH_RESOURCES" />
122-
</Match>
12396
<Match>
12497
<Bug pattern="MUI_CONTAINSKEY_BEFORE_GET" />
12598
</Match>
@@ -150,9 +123,6 @@
150123
<Match>
151124
<Bug pattern="LSYC_LOCAL_SYNCHRONIZED_COLLECTION" />
152125
</Match>
153-
<Match>
154-
<Bug pattern="IOI_USE_OF_FILE_STREAM_CONSTRUCTORS" />
155-
</Match>
156126
<Match>
157127
<Bug pattern="UP_UNUSED_PARAMETER" />
158128
</Match>
@@ -189,24 +159,15 @@
189159
<Match>
190160
<Bug pattern="STT_STRING_PARSING_A_FIELD" />
191161
</Match>
192-
<Match>
193-
<Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" />
194-
</Match>
195162
<Match>
196163
<Bug pattern="DRE_DECLARED_RUNTIME_EXCEPTION" />
197164
</Match>
198-
<Match>
199-
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
200-
</Match>
201165
<Match>
202166
<Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
203167
</Match>
204168
<Match>
205169
<Bug pattern="ITC_INHERITANCE_TYPE_CHECKING" />
206170
</Match>
207-
<Match>
208-
<Bug pattern="FII_USE_ARRAYS_STREAM" />
209-
</Match>
210171
<Match>
211172
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_EQUALS" />
212173
</Match>

0 commit comments

Comments
 (0)