From: SourceForge.net <no...@so...> - 2009-09-04 14:14:39
|
Bugs item #2851027, was opened at 2009-09-04 04:51 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=2851027&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: findbugs Group: None >Status: Closed >Resolution: Rejected Priority: 7 Private: No Submitted By: Mircea Markus (mircea_markus) >Assigned to: Jeff Jensen (jeffjensen) Summary: findbugs report generation failure Initial Comment: when running 'mvn findbugs:check' following warn message is output: [INFO] Adding Source Directory: /Users/mmarkus/code/ispn/trunk/core/target/classes [java] The following classes needed for analysis were missing: [java] javax.annotation.Nonnull [java] Missing classes: 1 <?xml version="1.0" encoding="UTF-8"?> <BugCollection version='1.3.9' threshold='' effort='min'><Error></Error><Project><SrcDir>/Users/mmarkus/code/ispn/trunk/core/src/main/java</SrcDir></Project></BugCollection>[INFO] [findbugs:check {execution: default-cli}] Then the report does not contain *any* result of the failure at all, even though there are issues that findbugs can report. I've attached a simple test, just go to core and run 'mvn findbugs:check' ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2009-09-04 09:14 Message: You are using Maven 2. This is a Maven 1 findbugs plugin.. Go here instead: http://mojo.codehaus.org/findbugs-maven-plugin/2.0.1/issue-tracking.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=2851027&group_id=61626 |