|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Class Summary | |
---|---|
DuplicateImportRule | Rule that checks for a duplicate import |
ImportFromSamePackageRule | Checks for an import of a class that is within the same package as the importing class. |
UnnecessaryGroovyImportRule | Rule that checks for imports from any packages that are already automatically imported by Groovy classes, including java.lang, java.net, java.util, java.io, java.net, groovy.lang and groovy.util, as well as the classes java.math.BigDecimal and java.math.BigInteger |
UnusedImportRule | Rule that checks for an unreferenced import |
Groovy Documentation