File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi:schemaLocation=" https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd" >
6
6
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 >
16
7
<Match >
17
8
<Class name =" ru.mystamps.web.feature.account.AddUserDbDto" />
18
9
<Or >
224
215
</Or >
225
216
<Bug pattern =" EI_EXPOSE_REP,EI_EXPOSE_REP2" />
226
217
</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 >
227
228
228
229
</FindBugsFilter >
You can’t perform that action at this time.
0 commit comments