Project: <<unnamed project>>
FindBugs version: 1.3.5
Code analyzed:
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)
Warning Type | Number |
---|---|
Dodgy Warnings | 1 |
Total | 1 |
Click on a warning row to see full context information.
Code | Warning |
---|---|
NP | Load of known null value in com.bea.alui.taglib.basepage.NavAreaTag.GetNavAreaView() |
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).