Package com.puppycrawl.tools.checkstyle.checks.imports
package com.puppycrawl.tools.checkstyle.checks.imports
Contains the Imports checks that are
bundled with the main distribution.
-
ClassDescriptionChecks that there are no import statements that use the
*
notation.Checks that there are no static import statements.Checks that the groups of import declarations appear in the order specified by the user.Checks for imports from a set of illegal packages.Controls what can be imported in each package and file.Responsible for loading the contents of an import control configuration file.Checks the ordering/grouping of imports.Represents the policy for checking import order statements.Represents the strategy when none of the rules (allow/disallow tags) match inside subpackage and import-control tag of ImportControlCheck config.Checks for redundant import statements.Checks for unused import statements.