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 e3392b4 commit cc290eeCopy full SHA for cc290ee
src/main/config/findbugs-filter.xml
@@ -20,6 +20,14 @@
20
<Class name="ru.mystamps.web.feature.image.ImageDto" />
21
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
22
</Match>
23
+ <Match>
24
+ <Class name="ru.mystamps.web.feature.series.AddSeriesSalesForm" />
25
+ <Or>
26
+ <Method name="getDate" />
27
+ <Method name="setDate" />
28
+ </Or>
29
+ <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
30
+ </Match>
31
<Match>
32
<!--
33
String[] allowedContentTypes: potentially caller can modify data after passing it to the
0 commit comments