Skip to content

Commit 94f7eee

Browse files
committed
suppress spotbug warning on exposing internal representation by incorporating reference to mutable object
1 parent c911ca0 commit 94f7eee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/spotbugs/filter.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@
2424
<Match>
2525
<Bug pattern="SE_NO_SERIALVERSIONID,SE_BAD_FIELD"/>
2626
</Match>
27+
28+
<Match>
29+
<Bug pattern="EI_EXPOSE_REP"/>
30+
</Match>
31+
<Match>
32+
<Bug pattern="EI_EXPOSE_REP2"/>
33+
</Match>
2734
</FindBugsFilter>

0 commit comments

Comments
 (0)