-
Classes Class Description net.sourceforge.pmd.cpd.XMLOldRenderer Update your tools to use the standard XML renderer "xml" again.
-
Fields Field Description net.sourceforge.pmd.lang.ast.impl.javacc.AbstractTokenManager.suppressMap Since 7.14.0. Don't use this map directly anymore. Instead, useAbstractTokenManager.getSuppressionComments()
.
-
Methods Method Description net.sourceforge.pmd.cpd.CPDConfiguration.isSkipLexicalErrors() This option will be removed. WithAbstractConfiguration.isFailOnError()
, you can control whether lexical errors should fail the build or not.net.sourceforge.pmd.cpd.CPDConfiguration.setSkipLexicalErrors(boolean) This option will be removed. WithAbstractConfiguration.setFailOnError(boolean)
, you can control whether lexical errors should fail the build or not.net.sourceforge.pmd.lang.ast.AstInfo.getSuppressionComments() Since 7.14.0. UseAstInfo.getAllSuppressionComments()
orAstInfo.getSuppressionComment(int)
net.sourceforge.pmd.lang.ast.AstInfo.withSuppressMap(Map<Integer, String>) Since 7.14.0. UseAstInfo.withSuppressionComments(Collection)
net.sourceforge.pmd.lang.ast.impl.javacc.AbstractTokenManager.getSuppressMap() since 7.14.0. UseAbstractTokenManager.getSuppressionComments()
instead.
-
Constructors Constructor Description net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken(Token, AntlrToken, TextDocument) Don't create antlr tokens directly, use anAntlrTokenManager