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 92ff7df commit d779f93Copy full SHA for d779f93
src/main/config/findbugs-filter.xml
@@ -76,5 +76,14 @@
76
</Or>
77
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
78
</Match>
79
+ <Match>
80
+ <!-- @todo #493 AddCollectionDbDto: port to a new datetime API -->
81
+ <Class name="ru.mystamps.web.feature.collection.AddCollectionDbDto" />
82
+ <Or>
83
+ <Method name="getUpdatedAt" />
84
+ <Method name="setUpdatedAt" />
85
+ </Or>
86
+ <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
87
+ </Match>
88
89
</FindBugsFilter>
0 commit comments