mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 06:36:17 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
14 lines
435 B
HTML
14 lines
435 B
HTML
<html>
|
|
<body>
|
|
Reports classes that have the same name as one of their superclasses, while their fully qualified names remain different.
|
|
Such class names may be very confusing.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
package util;
|
|
abstract class Iterable<T> implements java.lang.Iterable<T> {}
|
|
</code></pre>
|
|
<p>A quick-fix that renames such classes is available only in the editor.</p>
|
|
<!-- tooltip end -->
|
|
|
|
</body>
|
|
</html> |