Reports any instantiations of java.util.Set objects
whose content types are enumerated classes. Such java.util.Set objects
can be replaced by java.util.EnumSet objects.
java.util.EnumSet implementations can be much more efficient
that those of other sets, as the underlying data structure is a simple bitmap.