Uses of Class
com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Packages that use SeverityLevelCounter 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. -
-
Uses of SeverityLevelCounter in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as SeverityLevelCounter Modifier and Type Field Description private SeverityLevelCounter
Checker. counter
Maintains error count. -
Uses of SeverityLevelCounter in com.puppycrawl.tools.checkstyle.ant
Methods in com.puppycrawl.tools.checkstyle.ant with parameters of type SeverityLevelCounter Modifier and Type Method Description private void
CheckstyleAntTask. processFiles(RootModule rootModule, SeverityLevelCounter warningCounter, String checkstyleVersion)
Scans and processes files by means given root module.
-