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