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 d4d245f commit 0ba80d2Copy full SHA for 0ba80d2
src/main/config/findbugs-filter.xml
@@ -8,6 +8,22 @@
8
<Class name="~.*\.dto\..*" />
9
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
10
</Match>
11
+ <Match>
12
+ <Class name="ru.mystamps.web.feature.image.AddImageDataDbDto" />
13
+ <Or>
14
+ <Method name="getContent" />
15
+ <Method name="setContent" />
16
+ </Or>
17
+ <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
18
+ </Match>
19
20
+ <Class name="ru.mystamps.web.feature.image.DbImageDto" />
21
22
+ <Method name="getData" />
23
+ <Method name="setData" />
24
25
26
27
<Match>
28
<!--
29
String[] allowedContentTypes: potentially caller can modify data after passing it to the
0 commit comments