-
Classes Class 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. UseAbstractNameCheck
instead.
-
Fields Field Description com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer.tokenNames UseVOCABULARY
instead.com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.tokenNames UseJavadocParser.VOCABULARY
instead.
-
Constructors Constructor Description com.puppycrawl.tools.checkstyle.api.FileContents(String, String...) UseFileContents(FileText)
instead in order to preserve the original line breaks where possible.com.puppycrawl.tools.checkstyle.DefaultLogger(OutputStream, boolean) in order to fulfill demands of BooleanParameter IDEA check.com.puppycrawl.tools.checkstyle.XMLLogger(OutputStream, boolean) in order to fulfill demands of BooleanParameter IDEA check.