Skip to content

Commit cc290ee

Browse files
committed
build: suppress warnings from FindBugs to fix build on Travis CI.
Correction for 8018e6a commit.
1 parent e3392b4 commit cc290ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<Class name="ru.mystamps.web.feature.image.ImageDto" />
2121
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
2222
</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>
2331
<Match>
2432
<!--
2533
String[] allowedContentTypes: potentially caller can modify data after passing it to the

0 commit comments

Comments
 (0)