Reports any unnecessary uses of the
super
qualifier in method calls and fields references. A super qualifier is unnecessary when the field or method of the super class is not overridden in the calling class.