-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: findbugs-plugin
-
None
-
Environment:hudson 1.379 running inside tomcat 6.0.29 with jdk1.5.0_13.
findbugs plugin 4.14
FindBugs cannot see details information in the report. This has never worked for me. I have included the following snippet in maven2 pom.xml
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.0.1</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<xmlOutput>true</xmlOutput>
<includeTests>true</includeTests>
</configuration>
</plugin>.
Statistics are showing but nothing in details.