Class and Description |
---|
com.puppycrawl.tools.checkstyle.checks.javadoc.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. |
Field and Description |
---|
com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.tokenNames
Use
JavadocParser.VOCABULARY instead. |
com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer.tokenNames
Use
VOCABULARY instead. |
Constructor and Description |
---|
com.puppycrawl.tools.checkstyle.DefaultLogger(OutputStream, boolean)
in order to fulfill demands of BooleanParameter IDEA check.
|
com.puppycrawl.tools.checkstyle.DefaultLogger(OutputStream, boolean, OutputStream, boolean)
in order to fulfill demands of BooleanParameter IDEA check.
|
com.puppycrawl.tools.checkstyle.DefaultLogger(OutputStream, boolean, OutputStream, boolean, AuditEventFormatter)
in order to fulfill demands of BooleanParameter IDEA check.
|
com.puppycrawl.tools.checkstyle.api.FileContents(String, String...)
Use
FileContents.FileContents(FileText) instead
in order to preserve the original line breaks where possible. |
com.puppycrawl.tools.checkstyle.XMLLogger(OutputStream, boolean)
in order to fulfill demands of BooleanParameter IDEA check.
|
Copyright © 2001–2018. All rights reserved.