Skip to content

Commit 5eb8ed0

Browse files
committed
build: suppress warnings from FindBugs to fix build on Travis CI.
Correction for 331466b, b3d82c9 and ffb083b commits.
1 parent 08405c5 commit 5eb8ed0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/config/findbugs-filter.xml

+18
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@
2828
</Or>
2929
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
3030
</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+
<Match>
42+
<Class name="ru.mystamps.web.feature.series.PurchaseAndSaleDto" />
43+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
44+
</Match>
45+
<Match>
46+
<Class name="ru.mystamps.web.feature.series.SitemapInfoDto" />
47+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
48+
</Match>
3149
<Match>
3250
<!--
3351
String[] allowedContentTypes: potentially caller can modify data after passing it to the

0 commit comments

Comments
 (0)