There is a branch of statement that, if executed, guarantees that a null value will be dereferenced, which would generate a
NullPointerExceptionwhen the code is executed. Of course, the problem might be that the branch or statement is infeasible and that the null pointer exception can't ever be executed; deciding that is beyond the ability of FindBugs.
| 1 | org.jcoderz.phoenix.dbview.DbView |
| [781] | |