Unnecessary import from the 'java.lang' package
Reports import
statements that refer to the java.lang
package.
java.lang
classes are always implicitly imported, so such import statements are redundant and confusing.
Since IntelliJ IDEA can automatically detect and fix such statements with its Optimize Imports command, this inspection is mostly useful for offline reporting on code bases that you don't intend to change.
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023