Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Component/s: analysis-collector-plugin
-
Labels:None
-
Environment:Static Analysis Collector Plug-in 1.27
Static Analysis Utilities 1.4.1
-
Similar Issues:
Description
We are using a maven build setup, all modules do have explicit names.
The build only collects findbugs, pmd and checkstyle warnings.
The checkstyle, PMD and findbugs views shows a correct structure.
In the analysis collector view (that aggregates everything) however, a minority of the warnings is spread through the tree with correct module names (1). The majority is assigned to "Default Module". Drilling into "Default module" shows the correct module names as childs. But the warnings assigned to (1) are not shown.
Can you please elaborate? E.g. please add a screenshot that shows the problem. Can you also please add the analysis.xml, findbugs.xml files from our build folder? (Or at least look into the files to see if the moduleName tag is correctly filled in a corresponding warning.)