|
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 |
| - <!-- @todo #869 Find a better way to deal with SpotBugs warnings in DAO classes --> |
| 7 | + <!-- |
| 8 | + @todo #869 Find a better way to deal with SpotBugs warnings in DAO classes |
| 9 | + --> |
8 | 10 | <Match>
|
9 | 11 | <ClassType name="~Dao$" />
|
10 | 12 | <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
|
|
230 | 232 | <Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
231 | 233 | </Match>
|
232 | 234 | <Match>
|
233 |
| - <!-- @todo #493 AddCategoryDbDto: port to a new datetime API --> |
| 235 | + <!-- |
| 236 | + @todo #493 AddCategoryDbDto: port to a new datetime API |
| 237 | + --> |
234 | 238 | <Class name="ru.mystamps.web.feature.category.AddCategoryDbDto" />
|
235 | 239 | <Or>
|
236 | 240 | <Method name="getCreatedAt" />
|
|
241 | 245 | <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
|
242 | 246 | </Match>
|
243 | 247 | <Match>
|
244 |
| - <!-- @todo #493 AddCountryDbDto: port to a new datetime API --> |
| 248 | + <!-- |
| 249 | + @todo #493 AddCountryDbDto: port to a new datetime API |
| 250 | + --> |
245 | 251 | <Class name="ru.mystamps.web.feature.country.AddCountryDbDto" />
|
246 | 252 | <Or>
|
247 | 253 | <Method name="getCreatedAt" />
|
|
252 | 258 | <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
|
253 | 259 | </Match>
|
254 | 260 | <Match>
|
255 |
| - <!-- @todo #493 AddCollectionDbDto: port to a new datetime API --> |
| 261 | + <!-- |
| 262 | + @todo #493 AddCollectionDbDto: port to a new datetime API |
| 263 | + --> |
256 | 264 | <Class name="ru.mystamps.web.feature.collection.AddCollectionDbDto" />
|
257 | 265 | <Or>
|
258 | 266 | <Method name="getUpdatedAt" />
|
|
261 | 269 | <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
|
262 | 270 | </Match>
|
263 | 271 | <Match>
|
264 |
| - <!-- @todo #493 AddSuspiciousActivityDbDto: port to a new datetime API --> |
| 272 | + <!-- |
| 273 | + @todo #493 AddSuspiciousActivityDbDto: port to a new datetime API |
| 274 | + --> |
265 | 275 | <Class name="ru.mystamps.web.feature.site.AddSuspiciousActivityDbDto" />
|
266 | 276 | <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
|
267 | 277 | </Match>
|
268 | 278 | <Match>
|
269 |
| - <!-- @todo #493 SuspiciousActivityDto: port to a new datetime API --> |
| 279 | + <!-- |
| 280 | + @todo #493 SuspiciousActivityDto: port to a new datetime API |
| 281 | + --> |
270 | 282 | <Class name="ru.mystamps.web.feature.site.SuspiciousActivityDto" />
|
271 | 283 | <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
|
272 | 284 | </Match>
|
|
0 commit comments