Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.9
-
Component/s: Source code viewer
-
Labels:None
-
Environment:Installed on Windows; Firefox 3.0.6.
-
Number of attachments :
Description
When viewing code I get some warnings, one of them is:
Avoid Duplicate Literals : The String literal "" appears 5 times in this file; the first occurrence is on line 318
but it is referring to a string that is not empty - it is an HTML node. Therefore I assume that when displaying the duplicate warning (or any other that quotes the code) "greater than" and "less than" should be HTML encoded to entities.
A screenshot.