Inspectopedia Help

Unnecessary import from the same package

Reports import statements that refer to the same package as the containing file.

Same-package files 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