Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: findbugs-plugin
-
Labels:None
-
Environment:FindBugs.4.65
Jenkins 2.7.4
maven-findbugs-plugin 2.5.5
Java 1.7
maven 3.0.3
-
Similar Issues:
Description
For Maven Project FindBugs does not collects analysis results.
The Problems are shown in console but not parsed and shown in job results.
Maven goals:
clean site install -Dmaven.javadoc.skip=true -Dsoe.env.Unit-Test-Environment=CI --fail-never -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
SaxParser beacuse of problem with SaxParser (another Issue)
[INFO] [INFO] --- findbugs-maven-plugin:2.5.5:findbugs (findbugs) @ XxxxImpl --- [INFO] Fork Value is true [java] Warnings generated: 1 [INFO] Done FindBugs Analysis.... [FINDBUGS] Finding all files that match the pattern findbugsXml.xml [FINDBUGS] Parsing 1 file in /root/.jenkins/workspace/A_CI/XxxxImpl/target [FINDBUGS] Successfully parsed file /root/.jenkins/workspace/A_CI/XxxxImpl/target/findbugsXml.xml of module XxxxImpl with 0 unique warnings and 0 duplicates. [FINDBUGS] Computing warning deltas based on reference build #3380 [PMD] No report found for mojo check [INFO] [INFO] --- findbugs-maven-plugin:2.5.5:check (default) @ XxxxImpl --- [INFO] BugInstance size is 1 [INFO] Error size is 0 [INFO] Total bugs: 1 [INFO] Nullcheck of prodVehicleSelection at line 157 of value previously dereferenced in com.Xxxx.xxx(XxxxTO, Set) ["com.Xxxx"] At Xxxx.java:[lines 48-377] [PMD] No report found for mojo check
Attachments
Issue Links
- duplicates
-
JENKINS-29414 pmd-plugin and checkstyle-plugin analysis doesn't work when using pmd:check
-
- Resolved
-