blob: 211c26b8c599924c1f58ac2c6924bedbf1857ac4 [file] [log] [blame]
<html>
<body>
Reports the assignment of a variable to
<b>null</b>, outside of declarations.
While occasionally useful for triggering garbage collection, this
construct may make the code more prone
to NullPointerExceptions, and often indicates that the developer doesn't
really understand the class's intended semantics.
<!-- tooltip end -->
<p>
Use the checkbox below to ignore assignments to fields.
<p>
</body>
</html>