Skip to content

Commit d211fa7

Browse files
committed
chore(spotbugs-filter.xml): update suppressions after files movement and fix the build.
Correction for b7d766f and 627d883 commits. No functional changes.
1 parent 24bea67 commit d211fa7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/main/config/spotbugs-filter.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
66

7-
<Match>
8-
<!--
9-
Our DTO classes expose it's internal representation.
10-
Most of the time because they're using Date class and
11-
storing data in byte[].
12-
-->
13-
<Class name="~.*\.dto\..*" />
14-
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
15-
</Match>
167
<Match>
178
<Class name="ru.mystamps.web.feature.account.AddUserDbDto" />
189
<Or>
@@ -224,5 +215,15 @@
224215
</Or>
225216
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
226217
</Match>
218+
<Match>
219+
<!-- @todo #493 AddSuspiciousActivityDbDto: port to a new datetime API -->
220+
<Class name="ru.mystamps.web.feature.site.AddSuspiciousActivityDbDto" />
221+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
222+
</Match>
223+
<Match>
224+
<!-- @todo #493 SuspiciousActivityDto: port to a new datetime API -->
225+
<Class name="ru.mystamps.web.feature.site.SuspiciousActivityDto" />
226+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
227+
</Match>
227228

228229
</FindBugsFilter>

0 commit comments

Comments
 (0)