Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.ant |
Contains code related to Checkstyle Ant Task.
|
Modifier and Type | Field and Description |
---|---|
private SeverityLevelCounter |
Checker.counter
Maintains error count.
|
Modifier and Type | Method and Description |
---|---|
private void |
CheckstyleAntTask.processFiles(RootModule rootModule,
SeverityLevelCounter warningCounter,
java.lang.String checkstyleVersion)
Scans and processes files by means given root module.
|