Reports on any unnecessary uses of this in the code.
Using this to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and is discouraged
by many coding styles.
For example:
this.a = 3;
Use the checkbox below to ignore assignments to fields.