Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
-
Environment:Maven 1.0.2
Description
When you have a violation of the "String literal appearing many times" rule, you get the following error message in the html report:
The String literal "tag" appears 4 times in this file; the first occurrence is on line 70
It would be more readable if it where:
The String literal "tag" appears 4 times in this file; the first occurrence is on line 70
regards,
Wim
Cannot reproduce with the release 1.8 of the plugin (pmd was upgraded) , maven 1.1 beta 3 (encoding is better used in the xdoc plugin)