Reports any attempt to return a java.lang.Date or
java.lang.Calendar field from a method. Since
Date or Calendar are often
treated as immutable values but are actually mutable, this construct may
result in an object having its state modified unexpectedly. While occasionally useful for performance
reasons, this construct is inherently bug-prone.
Use the checkbox below to ignore private methods returning a java.lang.Date or
java.lang.Calendar field.