|
Groovy Documentation | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Class Summary | |
|---|---|
| AbstractImportRule | Abstract class with common functionalities for import-related rules. |
| 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. |
| ImportFromSunPackagesRule | Avoid importing anything from the 'sun.*' packages. |
| MisorderedStaticImportsRule | Static imports should be before nonstatic imports |
| UnnecessaryGroovyImportRule | Rule that checks for non-static imports from any packages that are
automatically imported by Groovy, including:
|
| UnusedImportRule | Rule that checks for an unreferenced import |
Groovy Documentation