Package com.puppycrawl.tools.checkstyle.checks.imports
Contains the Imports checks that are
bundled with the main distribution.
-
Class Summary Class Description AvoidStarImportCheck Checks that there are no import statements that use the*
notation.AvoidStaticImportCheck Checks that there are no static import statements.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 Controls what can be imported in each package and file.ImportControlLoader Responsible for loading the contents of an import control configuration file.ImportOrderCheck Checks the ordering/grouping of imports.RedundantImportCheck Checks for redundant import statements.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.