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.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as SeverityLevelCounterModifier and TypeFieldDescriptionprivate final 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 SeverityLevelCounterModifier and TypeMethodDescriptionprivate void
CheckstyleAntTask.processFiles
(RootModule rootModule, SeverityLevelCounter warningCounter, String checkstyleVersion) Scans and processes files by means given root module.