Class and Description |
---|
com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
Checkstyle will not support abstract checks anymore. Use
AbstractCheck instead. |
com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Checkstyle is not type aware tool and all Checks derived from this
class are potentially unstable.
|
com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
Checkstyle will not support abstract checks anymore. Use
AbstractNameCheck instead. |
com.puppycrawl.tools.checkstyle.api.Check
Class was renamed to support the abstract class naming
convention. This class remains only to support backwards
compatibility. Use
AbstractCheck instead. |
Field and Description |
---|
com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.tokenNames
Use
JavadocParser.VOCABULARY instead. |
com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer.tokenNames
Use
JavadocLexer.VOCABULARY instead. |
Constructor and Description |
---|
com.puppycrawl.tools.checkstyle.api.FileContents(String, String...)
Use
FileContents.FileContents(FileText) instead
in order to preserve the original line breaks where possible. |
Copyright © 2001-2016. All Rights Reserved.