<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> |