From 7c08906eec6e41d4a763c9e92e9cb838157a3d43 Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Tue, 1 Aug 2017 11:25:38 +1200 Subject: [PATCH] #385 - Further HTML report improvements --- src/main/resources/findbugs/default.xsl | 27 +- src/main/resources/findbugs/plain.xsl | 564 ++++++++++++------------ 2 files changed, 294 insertions(+), 297 deletions(-) diff --git a/src/main/resources/findbugs/default.xsl b/src/main/resources/findbugs/default.xsl index c24b3238e..53d76b140 100644 --- a/src/main/resources/findbugs/default.xsl +++ b/src/main/resources/findbugs/default.xsl @@ -76,7 +76,7 @@ - + @@ -94,10 +94,10 @@ Number - + - - + + tablerow0 tablerow1 @@ -105,13 +105,13 @@ - Warnings - + Warnings + - tablerow0 + tablerow0 tablerow1 @@ -127,15 +127,14 @@

Click on each warning link to see a full description of the issue, and details of how to resolve it.

- + - - - + + - - Warnings - Warnings_ + + Warnings + Warnings_ diff --git a/src/main/resources/findbugs/plain.xsl b/src/main/resources/findbugs/plain.xsl index 54cf0e675..79cc9ddc2 100644 --- a/src/main/resources/findbugs/plain.xsl +++ b/src/main/resources/findbugs/plain.xsl @@ -1,6 +1,6 @@ @@ -24,287 +24,285 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> - - - - - - Warning - Severity - Details - - - - - - - CFLint Report - - - - - - - -

CFLint Report

-

Produced using CFLint ().

-

Project:

- -

Metrics

- - -

Summary

- - - - - - - - - - - - tablerow0 - tablerow1 - - - - - - - - - - - tablerow0 - tablerow1 - - - - - - -
Warning TypeNumber
Warnings
Total
-



- -

Warnings

- -

Click on each warning link to see a full description of the issue, and - details of how to resolve it.

- - - - - - - - - Warnings - Warnings_ - - - -



-

Warning Types

- - - - - - - - -
- - - - - - - - - - - - Fatal - Critical - - - Error - Warning - Caution - - - Info - Cosmetic - - Unknown - - - -

- - - - , - - - line - - - lines - to - - - - - -

-
-

- - -
- - -

- -



-
- - - - - - -

- - - - - - - - - - - - - - -

None

-



-
- - - - - -

lines of code analyzed, - in files

- - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricTotalDensity*
High Priority Warnings - - - - - - - - -
Medium Priority Warnings - - - - - - - - -
Low Priority Warnings - - - - - - - - -
Total Warnings - - - - - - - - - - -
-

(* Defects per Thousand lines of non-commenting source statements)

-



- -
+ xmlns="http://www.w3.org/1999/xhtml" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + + + + + + Warning + Severity + Details + + + + + + + CFLint Report + + + + + + + +

CFLint Report

+

Produced using CFLint ().

+

Project:

+ +

Metrics

+ + +

Summary

+ + + + + + + + + + + + tablerow0 + tablerow1 + + + + + + + + + + + tablerow0 + tablerow1 + + + + + + +
Warning TypeNumber
Warnings
Total
+



+ +

Warnings

+ +

Click on each warning link to see a full description of the issue, and + details of how to resolve it.

+ + + + + + + + Warnings + Warnings_ + + + +



+

Warning Types

+ + + + + + + + +
+ + + + + + + + + + + + Fatal + Critical + + + Error + Warning + Caution + + + Info + Cosmetic + + Unknown + + + +

+ + + , + + + line + + + lines + to + + + + + +

+
+

+ + +
+ + +

+ +



+
+ + + + + + +

+ + + + + + + + + + + + + + +

None

+



+
+ + + + + +

lines of code analyzed, + in files

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricTotalDensity*
High Priority Warnings + + + + + + + + +
Medium Priority Warnings + + + + + + + + +
Low Priority Warnings + + + + + + + + +
Total Warnings + + + + + + + + + + +
+

(* Defects per Thousand lines of non-commenting source statements)

+



+ +
\ No newline at end of file