]> source.dussan.org Git - sonarqube.git/blob
e14c2633b7a89b571df4d51754b9d30f408740a5
[sonarqube.git] /
1 <p> There is a branch of statement that, <em>if executed,</em>  guarantees that
2 a null value will be dereferenced, which
3 would generate a <code>NullPointerException</code> when the code is executed.
4 Of course, the problem might be that the branch or statement is infeasible and that
5 the null pointer exception can't ever be executed; deciding that is beyond the ability of FindBugs.
6 </p>