-
Classes Class Description net.sourceforge.pmd.cpd.XMLOldRenderer Update your tools to use the standard XML renderer "xml" again.
-
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.
-
Constructors Constructor Description net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrToken(Token, AntlrToken, TextDocument) Don't create antlr tokens directly, use anAntlrTokenManager