Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
findbugs-maven-plugin report has the following invalid html:
- close p tag which is not opened
- close div tag which is not opened
- href attribute value which is not enclosed within quotes
The attached patch helps generate valid HTML on reports both with or without bugs found.