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

Uses in package com.puppycrawl.tools.checkstyle.checks.javadoc

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

class
Checks that all packages have a package documentation.

Uses in package com.puppycrawl.tools.checkstyle.checks.header

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

class
A FileSetCheck similar to RegexpHeaderCheck, but works for all text files, not just java code.

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

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

class
Checks that there is a newline at the end of each file.
class
The TranslationCheck class helps to ensure the correct translation of code by checking property files for consistency regarding their keys.

Uses in package com.puppycrawl.tools.checkstyle

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

class
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.

Uses in package com.puppycrawl.tools.checkstyle.checks.duplicates

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

class
Performs a line-by-line comparison of all code lines and reports duplicate code if a sequence of lines differs only in indentation.