Project: <<unnamed project>>
FindBugs version: 1.3.5
Code analyzed:
597 lines of code analyzed, in 15 classes, in 1 packages.
Metric | Total | Density* |
---|---|---|
High Priority Warnings | 0.00 | |
Medium Priority Warnings | 2 | 3.35 |
Total Warnings | 2 | 3.35 |
(* Defects per Thousand lines of non-commenting source statements)
Warning Type | Number |
---|---|
Malicious code vulnerability Warnings | 1 |
Dodgy Warnings | 1 |
Total | 2 |
Click on a warning row to see full context information.
Code | Warning |
---|---|
MS | com.bea.alui.taglib.portletpage.PortletRegionDataTag.REGION_TOCOLUMN_MAP should be package protected |
Code | Warning |
---|---|
IC | Initialization circularity between com.bea.alui.taglib.portletpage.PortletDisplayTag and com.bea.alui.taglib.portletpage.PortletRegionDataTag |
A circularity was detected in the static initializers of the two classes referenced by the bug instance. Many kinds of unexpected behavior may arise from such circularity.
A mutable static field could be changed by malicious code or by accident. The field could be made package protected to avoid this vulnerability.