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