-
ok, thanks.
2009-02-12 14:07:45 UTC in Maven Plugins
-
Thanks for your reply. I don't see the standard findbugs xml report output (nothting named bcel...). I only see the output that I guess is just generated by the maven plugin. I've therefore opened up a bug with the maven-findbugs plugin team: https://sourceforge.net/tracker/index.php?func=detail&aid=2593045&group_id=61626&atid=497853.
2009-02-12 13:36:46 UTC in FindBugs
-
Every bug listing in the xml output for version the findbugs maven plugin is listed in the
"CORRECTNESS" category. I'm using the findbugs-maven-plugin-2.0-20090121.135609-24.jar. I've checked with the findbugs group and they say this isn't standard findbugs xml output and that it is specific to the plugin.
The xml bug snippet below is an example of
something that should be "MULTITHREADED...
2009-02-12 13:34:30 UTC in Maven Plugins
-
I'm generating the standard findbugs.xml as a result of my ant target below:
2009-02-11 13:32:14 UTC in FindBugs
-
Every bug listing in the xml output for version 1.3.7 is listed in the "CORRECTNESS" category. The xml bug snippet below is an example of something that should be "MULTITHREADED CORRECTNESS" according to: http://findbugs.sourceforge.net/bugDescriptions.html :
-
Synchronization on boxed primitive values
NORMAL
11974
-...
2009-02-10 21:46:50 UTC in FindBugs