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