FindBugs Report

Project Information

Project: <<unnamed project>>

FindBugs version: 1.3.5

Code analyzed:



Metrics

248 lines of code analyzed, in 9 classes, in 1 packages.

Metric Total Density*
High Priority Warnings 0.00
Medium Priority Warnings 1 4.03
Total Warnings 1 4.03

(* Defects per Thousand lines of non-commenting source statements)



Contents

Summary

Warning Type Number
Dodgy Warnings 1
Total 1

Warnings

Click on a warning row to see full context information.

Dodgy Warnings

Code Warning
NP Load of known null value in com.bea.alui.taglib.basepage.NavAreaTag.GetNavAreaView()

Details

NP_LOAD_OF_KNOWN_NULL_VALUE: Load of known null value

The variable referenced at this point is known to be null due to an earlier check against null. Although this is valid, it might be a mistake (perhaps you intended to refer to a different variable, or perhaps the earlier check to see if the variable is null should have been a check to see if it was nonnull).