Skip to content

Commit e90d66f

Browse files
committed
FindBugs: ignore check for an explicit serialVersionUID field.
Should be in 7169a95 commit.
1 parent e9c9109 commit e90d66f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@
2424
<Class name="ru.mystamps.web.support.spring.security.CustomUserDetails" />
2525
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
2626
</Match>
27+
<Match>
28+
<!--
29+
I don't care about a serialVersionUID field.
30+
-->
31+
<Bug pattern="SE_NO_SERIALVERSIONID" />
32+
</Match>
2733
</FindBugsFilter>

0 commit comments

Comments
 (0)