Reports any implementations of hashcode() which access
non-final variables. Such access may result in hashcode()
returning different values at different points in an object's lifecycle, which may in turn cause problems when
using the standard Collections classes.