Uses of Class
com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Packages that use SeverityLevelCounter
Package
Description
Contains the implementation of the Checkstyle framework.
Contains code related to Checkstyle Ant Task.
- 
Uses of SeverityLevelCounter in com.puppycrawl.tools.checkstyleFields in com.puppycrawl.tools.checkstyle declared as SeverityLevelCounterModifier and TypeFieldDescriptionprivate final SeverityLevelCounterChecker.counterMaintains error count.
- 
Uses of SeverityLevelCounter in com.puppycrawl.tools.checkstyle.antMethods in com.puppycrawl.tools.checkstyle.ant with parameters of type SeverityLevelCounterModifier and TypeMethodDescriptionprivate voidCheckstyleAntTask.processFiles(RootModule rootModule, SeverityLevelCounter warningCounter, String checkstyleVersion) Scans and processes files by means given root module.