Files
openide/java/java-impl/resources/inspectionDescriptions/JavaLangImport.html
Leonid Shalupov 40795fe787 IJI-2422: community/java: move resources under resources root
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
2025-02-05 04:43:28 +00:00

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>