blob: c36afbcd888646eded2dcfeaf2d8ec3e8efb9910 [file] [log] [blame]
<html>
<body>
Reports return statements with <b>null</b> values.
While occasionally useful, this construct may make the code more prone
to failing with a <b>NullPointerException</b>, and often indicates that the
developer doesn't really understand the class's intended semantics.
<!-- tooltip end -->
<p>
Use the first checkbox below to let this inspection ignore private methods.
<p>
Use the bottom three checkboxes to specify whether
<b>null</b> values on array returns, collection
object returns, plain object returns, or a combination of the three should be reported.
<p>
</body>
</html>