blob: 0fe889a6f23258c0e8d6eaf1a8e9ca47dced27a7 [file] [log] [blame]
<html>
<body>
Reports on any unnecessary uses of <b>this</b> in the code.
Using <b>this</b> to
disambiguate a code reference may easily become unnecessary via automatic refactorings, and is discouraged
by many coding styles.
<p>
For example:
<pre><code><b>this</b>.a = 3;</code></pre>
<!-- tooltip end -->
<p>
Use the checkbox below to ignore assignments to fields.
<p>
</body>
</html>