This inspection reports on any unnecessary qualification of this in the code.
Using a qualifier on this to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and should be deleted for clarity.
Sample: OuterClass.this.foo(); |
Powered by InspectionGadgets |