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 08405c5 commit 5eb8ed0Copy full SHA for 5eb8ed0
src/main/config/findbugs-filter.xml
@@ -28,6 +28,24 @@
28
</Or>
29
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
30
</Match>
31
+ <Match>
32
+ <Class name="ru.mystamps.web.feature.series.AddSeriesDbDto" />
33
+ <Or>
34
+ <Method name="getCreatedAt" />
35
+ <Method name="setCreatedAt" />
36
+ <Method name="getUpdatedAt" />
37
+ <Method name="setUpdatedAt" />
38
+ </Or>
39
+ <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
40
+ </Match>
41
42
+ <Class name="ru.mystamps.web.feature.series.PurchaseAndSaleDto" />
43
44
45
46
+ <Class name="ru.mystamps.web.feature.series.SitemapInfoDto" />
47
48
49
<Match>
50
<!--
51
String[] allowedContentTypes: potentially caller can modify data after passing it to the
0 commit comments