Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Class Summary
AvoidStarImportCheck Check that finds import statements that use the * notation.
AvoidStarImportTest  
IllegalImportCheck Checks for imports from a set of illegal packages.
IllegalImportCheckTest  
ImportOrderCheck Class to check the ordering/grouping of imports.
ImportOrderCheckTest  
RedundantImportCheck Checks for imports that are redundant.
RedundantImportCheckTest  
UnusedImportsCheck Checks for unused import statements.
UnusedImportsCheckTest