Inspectopedia Help

Imports

'*' import   New in this release

Reports any import statements that cover entire packages ('* imports').

Missorted imports   New in this release

Reports import statements which are not arranged according to the current code style (see Settings|Editor|Code Style).

Single class import   New in this release

Reports import statements that import single classes (as opposed to entire packages).

Static import   New in this release

Reports import static statements.

Unnecessary import from the 'java.lang' package   New in this release

Reports import statements that refer to the java.lang package.

Unnecessary import from the same package   New in this release

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

Unused import  

Reports redundant import statements.

Last modified: 11 September 2024