findbugs: filter on character encoding problems

This commit is contained in:
Daan Hoogland 2014-03-27 18:47:33 +01:00
parent e3e452625e
commit 3be5002eb3
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Match all XYZ violations. -->
<Match>
<Bug code="DM_DEFAULT_ENCODING" />
</Match>
</FindBugsFilter>

View File

@ -891,6 +891,9 @@
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
<maxHeap>2048</maxHeap>
<excludeFilterFile>
findbugsCharEncodingFilter.xml
</excludeFilterFile>
</configuration>
<executions>
<execution>