mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
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> |