FindBugs Report

Project Information

Project: <<unnamed project>>

FindBugs version: 1.3.5

Code analyzed:



Metrics

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)



Contents

Summary

Warning Type Number
Malicious code vulnerability Warnings 1
Total 1

Warnings

Click on a warning row to see full context information.

Malicious code vulnerability Warnings

Code Warning
MS com.bea.alui.taglib.joincommunitypageeditor.JoinCommunityPageEditorTagLibraryData.ATTRIB_FLYOUTID isn't final but should be

Details

MS_SHOULD_BE_FINAL: Field 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.