java - FindBugs filter file for ignoring JUnit tests - Stack Overflow
FindBugs is actually scanning the compiled class files, not the sourcePath
. If you are compiling your src/* and test/* files to the different directories, you could just use the nested <class...>
element.
Read full article from java - FindBugs filter file for ignoring JUnit tests - Stack Overflow
No comments:
Post a Comment