Reports the assignment of a variable to
null, 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.
Use the checkbox below to ignore assignments to fields.