Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUpdate your tools to use the standard XML renderer "xml" again.
-
Deprecated FieldsFieldDescriptionSince 7.14.0. Don't use this map directly anymore. Instead, use
AbstractTokenManager.getSuppressionComments()
.
-
Deprecated MethodsMethodDescriptionThis option will be removed. With
AbstractConfiguration.isFailOnError()
, you can control whether lexical errors should fail the build or not.This option will be removed. WithAbstractConfiguration.setFailOnError(boolean)
, you can control whether lexical errors should fail the build or not.Since 7.14.0. UseAstInfo.getAllSuppressionComments()
orAstInfo.getSuppressionComment(int)
Since 7.14.0. UseAstInfo.withSuppressionComments(Collection)
since 7.14.0. UseAbstractTokenManager.getSuppressionComments()
instead.
-
Deprecated Constructors