We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4639f commit fa9ccb0Copy full SHA for fa9ccb0
src/main/config/findbugs-filter.xml
@@ -8,4 +8,11 @@
8
<Class name="~.*\.dto\..*" />
9
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
10
</Match>
11
+ <Match>
12
+ <!--
13
+ It's ok, that we're don't override parent's equals() method.
14
+ -->
15
+ <Class name="ru.mystamps.web.support.spring.security.CustomUserDetails" />
16
+ <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
17
+ </Match>
18
</FindBugsFilter>
0 commit comments