updated inspection description

This commit is contained in:
Anna.Kozlova
2016-05-13 18:55:16 +02:00
parent bccbeb8a9c
commit e08efff14a
@@ -1,7 +1,7 @@
<html>
<body>
Reports on any unnecessary qualification of <b>this</b>.
Using a qualifier on <b>this</b> to
Reports on any unnecessary qualification of <b>this</b> or <b>super</b>.
Using a qualifier on <b>this</b> or <b>super</b> to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and should be deleted for clarity.
<p>
For example: