FindBugs Report

Project Information

Project: <<unnamed project>>

FindBugs version: 1.3.5

Code analyzed:



Metrics

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)



Contents

Summary

Warning Type Number
Malicious code vulnerability Warnings 1
Dodgy Warnings 1
Total 2

Warnings

Click on a warning row to see full context information.

Malicious code vulnerability Warnings

Code Warning
MS com.bea.alui.taglib.portletpage.PortletRegionDataTag.REGION_TOCOLUMN_MAP should be package protected

Dodgy Warnings

Code Warning
IC Initialization circularity between com.bea.alui.taglib.portletpage.PortletDisplayTag and com.bea.alui.taglib.portletpage.PortletRegionDataTag

Details

IC_INIT_CIRCULARITY: Initialization circularity

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.

MS_PKGPROTECT: Field should be package protected

A mutable static field could be changed by malicious code or by accident. The field could be made package protected to avoid this vulnerability.