mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
13 lines
494 B
HTML
13 lines
494 B
HTML
<html>
|
|
<body>
|
|
Reports <code>import</code> statements that refer to the <code>java.lang</code> package.
|
|
<p>
|
|
<code>java.lang</code> classes are always implicitly imported, so such import 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> |