Backward compatibility class variable string generated
by VW5i is built on the fly from class namespace and
therefore the order of class variables in the string
may be changing. Therefore class definitions with
class variables often report false changes because the
class var string from the sources does not match the
string generated from the image. Something like
enforcing alphabetical ordering of class var names may
be enough to solve this.