| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are bundled with the main distribution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequireThisCheck
Checks that code doesn't rely on the "this" default.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnusedImportsCheck
Checks for unused import statements.
|