blob: cc447be1c2a29fe35937ca3bf07f5b410a462953 [file] [log] [blame]
<html>
<body>
Reports on any unnecessary qualification of <b>this</b>.
Using a qualifier on <b>this</b> to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and should be deleted for clarity.
<p>
For example:
<pre><code>OuterClass.<b>this</b>.foo();</code></pre>
<!-- tooltip end -->
<p>
</body>
</html>