mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
16 lines
504 B
HTML
16 lines
504 B
HTML
<html>
|
|
<body>
|
|
Reports <code>import</code> statements that refer to the same package as the
|
|
containing file.
|
|
<p>
|
|
Same-package files are always implicitly imported, so such <code>import</code>
|
|
statements are redundant and confusing.
|
|
</p>
|
|
<p>
|
|
Since IntelliJ IDEA can automatically detect and fix such statements with its <b>Optimize Imports</b>
|
|
command, this inspection is mostly useful for offline reporting on code bases that you
|
|
don't intend to change.
|
|
</p>
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |