Imports
- '*' import
Reports any import statements that cover entire packages ('* imports').
- Missorted imports
Reports import statements which are not arranged according to the current code style (see Settings|Editor|Code Style).
- Single class import
Reports import statements that import single classes (as opposed to entire packages).
- Static import
Reports import static statements.
- Unnecessary import from the 'java.lang' package
Reports import statements that refer to the java.lang package.
- Unnecessary import from the same package
Reports import statements that refer to the same package as the containing file.
- Unused import
Reports redundant import statements.
Last modified: 11 September 2024