]> source.dussan.org Git - sonarqube.git/blob
0b29364ca0fa4ee854f97d883f1a240efcee775f
[sonarqube.git] /
1 <p> A pointer which is null on an exception path is dereferenced here.&nbsp;
2 This will lead to a <code>NullPointerException</code> when the code is executed.&nbsp;
3 Note that because FindBugs currently does not prune infeasible exception paths,
4 this may be a false warning.</p>
5
6 <p> Also note that FindBugs considers the default case of a switch statement to
7 be an exception path, since the default case is often infeasible.</p>