Deprecated API
Contents
-
Deprecated Packages
-
Deprecated InterfacesInterfaceDescriptionSince 7.19.0. For more info, see
net.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.
-
Deprecated ClassesClassDescriptionSince 7.3.0. Update your tools to use the standard XML renderer "xml" again.Since 7.19.0. For more info, see
net.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.Since 7.19.0. For more info, seenet.sourceforge.pmd.lang.symboltable.Since 7.22.0. This class is an implementation detail of CodeClimateRenderer. It will be internalized in a future release.
-
Deprecated FieldsFieldDescriptionSince 7.14.0. Don't use this map directly anymore. Instead, use
AbstractTokenManager.getSuppressionComments().Since 7.22.0.Since 7.22.0.
-
Deprecated MethodsMethodDescriptionSince 7.3.0. This option will be removed. With
AbstractConfiguration.isFailOnError(), you can control whether lexical errors should fail the build or not.Since 7.3.0. 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.Since 7.21.0. When metrics are used for (rule) properties, then the conventional enum mapping (from SCREAMING_SNAKE_CASE to camelCase) will be used for the enum values. SeePropertyFactory.conventionalEnumListProperty(String, Class).Since 7.21.0. UsePropertyFactory.conventionalEnumListProperty(String, Class)instead.Since 7.21.0. UsePropertyFactory.conventionalEnumListProperty(String, Class)instead.Since 7.21.0. UsePropertyFactory.conventionalEnumProperty(String, Class)instead.Since 7.21.0. UsePropertyFactory.conventionalEnumProperty(String, Class)instead.Since 7.21.0. UsePropertyFactory.conventionalEnumProperty(String, Class)instead.
-
Deprecated Constructors