Package com.puppycrawl.tools.checkstyle.checks.imports

Contains the Imports checks that are bundled with the main distribution.

See:
          Description

Class Summary
AvoidStarImportCheck Check that finds import statements that use the * notation.
AvoidStaticImportCheck Check that finds static imports.
IllegalImportCheck Checks for imports from a set of illegal packages.
ImportControlCheck Check that controls what packages can be imported in each package.
ImportOrderCheck groups imports: ensures that groups of imports come in a specific order (e.g., java.
RedundantImportCheck Checks for imports that are redundant.
UnusedImportsCheck Checks for unused import statements.
 

Enum Summary
ImportOrderOption Represents the policy for checking import order statements.
 

Package com.puppycrawl.tools.checkstyle.checks.imports Description

Contains the Imports checks that are bundled with the main distribution.



Copyright © 2001-2012. All Rights Reserved.