Uses of Class com.puppycrawl.tools.checkstyle.api.AutomaticBean

Uses in package com.puppycrawl.tools.checkstyle.filters

Classes derived from com.puppycrawl.tools.checkstyle.api.AutomaticBean

class
This is a very simple filter based on severity matching.
class
A filter that uses comments to suppress audit events.
class
This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.

Uses in package com.puppycrawl.tools.checkstyle.api

Classes derived from com.puppycrawl.tools.checkstyle.api.AutomaticBean

class
Provides common functionality for many FileSetChecks.
class
Serves as an abstract base class for all modules that report inspection findings.
class
The base class for checks.

Uses in package com.puppycrawl.tools.checkstyle

Classes derived from com.puppycrawl.tools.checkstyle.api.AutomaticBean

class
This class provides the functionality to check a set of files.
class
Simple plain logger for text output.
class
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.
class
Simple XML logger.