Project: <<unnamed project>>
FindBugs version: 1.3.5
Code analyzed:
1424 lines of code analyzed, in 18 classes, in 1 packages.
Metric | Total | Density* |
---|---|---|
High Priority Warnings | 2 | 1.40 |
Medium Priority Warnings | 0.00 | |
Total Warnings | 2 | 1.40 |
(* Defects per Thousand lines of non-commenting source statements)
Warning Type | Number |
---|---|
Correctness Warnings | 1 |
Malicious code vulnerability Warnings | 1 |
Total | 2 |
Click on a warning row to see full context information.
Code | Warning |
---|---|
IL | There is an apparent infinite loop in com.bea.alui.taglib.portletpageeditor.PortletDataTag.DisplayTag() |
Code | Warning |
---|---|
MS | com.bea.alui.taglib.portletpageeditor.PortletPageEditorTagLibraryData.ATTRIB_FLYOUTID isn't final but should be |
This loop doesn't seem to have a way to terminate (other than by perhaps throwing an exception).
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.