For each report format add a `<Report format> warnings per project` portlet. It would be nice to have one generic portlet entry which allows to configure
the display name of the portlet
whether zero warnings projects should be hidden
the type of report format (CheckStyle, CPD, SpotBugs, ...)
By having only one generic portlet entry we would avoid to overload the dropdown component with too many entries.
For each report format add a `<Report format> warnings per project` portlet. It would be nice to have one generic portlet entry which allows to configure
* the display name of the portlet * whether zero warnings projects should be hidden * the type of report format (CheckStyle, CPD, SpotBugs, ...) * the column content (severity, category) *
By having only one generic portlet entry we would avoid to overload the dropdown component with too many entries.
Basically we need a kind of duplication of the IssuesTablePortlet class. Rather than printing the number of issues of each tool in a different column the columns should show the number of issues of each severity (and in a second step category). Maybe it would even make sense to use the same tool selection (i.e. several tools and not just one).
For each report format addAdd a `<Report format> warnings per project` portlet. It would be nice to have one generic portlet entry which allows to configure
* the display name of the portlet * whether zero warnings projects should be hidden * the type of report format (CheckStyle, CPD, SpotBugs, ...) * the column content (severity, category)
* By having only one generic portlet entry we would avoid to overload the dropdown component with too many entries.
Basically we need a kind of duplication of the {{IssuesTablePortlet}} class. Rather than printing the number of issues of each tool in a different column the columns should show the number of issues of each severity (and in a second step category). Maybe it would even make sense to use the same tool selection (i.e. several tools and not just one).