Reports on any unnecessary qualification of this or super.
Using a qualifier on this or super to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and should be deleted for clarity.
For example:
OuterClass.this.foo();