]> source.dussan.org Git - sonarqube.git/blob
ac765c6494082c75326ac2d71645c20f46a6f1fc
[sonarqube.git] /
1 <p> The return value from a method is dereferenced without a null check,
2 and the return value of that method is one that should generally be checked
3 for null.  This may lead to a <code>NullPointerException</code> when the code is executed.
4 </p>