mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
17 lines
476 B
HTML
17 lines
476 B
HTML
<html>
|
|
<body>
|
|
Reports classes whose names are prefixed with their package names, ignoring differences in
|
|
capitalization.
|
|
<p>While occasionally having such names is reasonable, they are often used due to a poor naming scheme, may be redundant and
|
|
annoying.</p>
|
|
<p><b>Example:</b>
|
|
<pre><code>
|
|
package byteCode;
|
|
class ByteCodeAnalyzer {}
|
|
</code></pre>
|
|
<p>A quick-fix that renames such classes is available only in the editor.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
|
|
</body>
|
|
</html> |