Reports any attempt to assign a java.lang.Date or
java.lang.Calendar field from a method parameter.
Since Date or Calendar are often
treated as immutable values but are actually mutable, assigning to such a field from a method parameter may
result in an object having its state modified unexpectedly. While occasionally useful for performance
reasons, this construct is inherently bug-prone.