Project: <<unnamed project>>
FindBugs version: 1.3.5
Code analyzed:
707 lines of code analyzed, in 11 classes, in 1 packages.
Metric | Total | Density* |
---|---|---|
High Priority Warnings | 1 | 1.41 |
Medium Priority Warnings | 0.00 | |
Total Warnings | 1 | 1.41 |
(* Defects per Thousand lines of non-commenting source statements)
Warning Type | Number |
---|---|
Malicious code vulnerability Warnings | 1 |
Total | 1 |
Click on a warning row to see full context information.
Code | Warning |
---|---|
MS | com.bea.alui.taglib.joincommunitypageeditor.JoinCommunityPageEditorTagLibraryData.ATTRIB_FLYOUTID isn't final but should be |
A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.