mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
15 lines
453 B
HTML
15 lines
453 B
HTML
<html>
|
|
<body>
|
|
Reports variables, methods, or classes with questionable, not really descriptive names.
|
|
Such names do not help to understand the code, and most probably were created as a temporary thing but were forgotten afterwards.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
int aa = 42;
|
|
</code></pre>
|
|
<p>Rename quick-fix is suggested only in the editor.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the option to list names that should be reported.
|
|
<p>
|
|
</body>
|
|
</html> |