mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
updated inspection description
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user