Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Following along from the concepts above I have raised this issue on the maven findbugs issue tracker. <a href="http://jira.codehaus.org/browse/MFINDBUGS-118" rel="nofollow noreferrer">http://jira.codehaus.org/browse/MFINDBUGS-118</a>. I have also coded and submitted a patch that shows total bugs for each project. It could easily be modified to get other details.</p> <p>The code ignores projects specified as producing POM outputs and also ignores projects whose POMs specify true in their findbugs configuration. We are running a large multi-module maven build with the patch applied. </p> <p>With the patch applied you run mvn findbugs:check and you get something like the following output (output obfuscated to protect the guilty :):</p> <pre><code>[INFO] Summary [INFO] ------- [INFO] C:\PATH\Abstraction\PalDefinitions\target/findbugsXml.xml 4 [INFO] C:\PATH\System\target/findbugsXml.xml 19 [INFO] C:\PATH\ApplicationLayer\target/findbugsXml.xml 13 [INFO] C:\PATH\Support\ServiceStub\target/findbugsXml.xml 11 [INFO] C:\PATH\Support\MultiPlatform\target/findbugsXml.xml 10 [INFO] C:\PATH\Support\Serializer\target/findbugsXml.xml 19 [INFO] C:\PATH\Support\Brander\target/findbugsXml.xml 19 [INFO] C:\PATH\PlatformAbstraction\Pal1\target/findbugsXml.xml 8 [INFO] C:\PATH\PlatformAbstraction\Pal2\target/findbugsXml.xml 0 [INFO] C:\PATH\PlatformAbstraction\Pal3\target/findbugsXml.xml 0 [INFO] C:\PATH\PlatformAbstraction\Pal4\target/findbugsXml.xml 0 [INFO] C:\PATH\Framework\Common\target/findbugsXml.xml 12 [INFO] C:\PATH\Framework\legacyFramework\target/findbugsXml.xml 7 [INFO] C:\PATH\Framework\UIFramework\target/findbugsXml.xml 7 [INFO] C:\PATH\ExecutionLayer\Stub\target/findbugsXml.xml 0 [INFO] C:\PATH\ExecutionLayer\BB\BB\target/findbugsXml.xml 1 [INFO] TOTAL = 130 [INFO] ------- [INFO] Number of bugs 130 falls BELOW summaryThreshold 260. Check OK </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload