Package com.puppycrawl.tools.checkstyle.checks.imports
Contains the Imports checks that are
bundled with the main distribution.
-
Class Summary Class Description AvoidStarImportCheck Check that finds import statements that use the * notation.AvoidStaticImportCheck Check that finds static imports.CustomImportOrderCheck Checks that the groups of import declarations appear in the order specified by the user.IllegalImportCheck Checks for imports from a set of illegal packages.ImportControlCheck Check that controls what can be imported in each package and file.ImportOrderCheck Checks the ordering/grouping of imports.RedundantImportCheck Checks for imports that are redundant.UnusedImportsCheck Checks for unused import statements. -
Enum Summary Enum Description ImportOrderOption Represents the policy for checking import order statements.MismatchStrategy Represents the strategy when none of the rules (allow/disallow tags) match inside subpackage and import-control tag of ImportControlCheck config.