Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38727

FindBugs does not collects analysis results

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • findbugs-plugin
    • None
    • FindBugs.4.65
      Jenkins 2.7.4
      maven-findbugs-plugin 2.5.5
      Java 1.7
      maven 3.0.3

      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

            drulli Ulli Hafner
            toudick Waldemar Prabucki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: