Uses of Package
com.puppycrawl.tools.checkstyle
Packages that use com.puppycrawl.tools.checkstyle
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the checks that are bundled with the main distribution.
Contains the Annotation checks that are
bundled with the main distribution.
Contains the Block checks that are
bundled with the main distribution.
Contains the Coding checks that are
bundled with the main distribution.
Contains the Class Design checks that
are bundled with the main distribution.
File Header checks.
Contains the Imports checks that are
bundled with the main distribution.
Contains all classes required for the
indentation check.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the Metrics checks that are
bundled with the main distribution.
Contains the modifier checks that are bundled with the main distribution.
Contains the Naming conventions checks
that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
Contains the Size Violations checks
that are bundled with the main distribution.
Contains the Whitespace checks that
are bundled with the main distribution.
Contains the filters that are bundled with the main distribution.
Contains module metadata generation classes for checkstyle.
Contains the nodes implementations for XPATH queries and query generator.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyleClassDescriptionRepresents the formatter interface for log message.Enum to specify behaviour regarding ignored modules.The implementation of
DetailAST
.This annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.Contains information about parse error message.Contains result of parsing javadoc comment: DetailNode tree and parse error message.Enum to be used for test if comments should be used.A module factory creates Objects from a given name.Enum class to define loading options.Resolves properties in module configurations.Thread mode settings for the checkstyle modules.RawTreeWalker
event for audit.An interface for filteringTreeWalkerAuditEvent
.Contains the common implementation of a loader, for loading a configuration from an XML file. -
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checksClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check contains global context, which will be updated while Checkstyle processes files.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.annotationClassDescriptionThis annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.blocksClassDescriptionThis annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.codingClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.designClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.headerClassDescriptionThis annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.importsClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.Contains the common implementation of a loader, for loading a configuration from an XML file.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.indentationClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.javadocClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check contains global context, which will be updated while Checkstyle processes files.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.metricsClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.modifierClassDescriptionThis annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.namingClassDescriptionThis annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.regexpClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.sizesClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.checks.whitespaceClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.This annotation means that the check does not contain mutable state and may be safely used from others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.filtersClassDescriptionRaw
TreeWalker
event for audit.An interface for filteringTreeWalkerAuditEvent
.Contains the common implementation of a loader, for loading a configuration from an XML file. -
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.metaClassDescriptionThis annotation means that the check contains file-related context and therefore cannot be used from the others threads at the same time.
-
Classes in com.puppycrawl.tools.checkstyle used by com.puppycrawl.tools.checkstyle.xpath