Skip to content

Commit db3cea5

Browse files
authored
Removed InfBlocks from SA_FIELD_SELF_ASSIGNMENT (#4369)
1 parent 45c2605 commit db3cea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maven/core-unittests/spotbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@
7878
<Class name="~com\.codename1\.io\.Socket.*" />
7979
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
8080
</Match>
81+
<Match>
82+
<Class name="~com\.codename1\.io\.gzip\.InfBlocks.*" />
83+
<Bug pattern="SA_FIELD_SELF_ASSIGNMENT" />
84+
</Match>
8185
</FindBugsFilter>

0 commit comments

Comments
 (0)