-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionleft in implementation until #12556 only to allow users to migrate to new gradle plugins. This method will be removed in Checkstyle 11.x.x .Usage of this method is no longer accepted. Please use AST based methods instead.This shall be removed in future releases. Please use
getProperty(String name)
instead.This shall be removed in future releases. Please usegetPropertyNames()
instead.Usage of this method is no longer accepted. We encourage traversal of subtrees to be written per the needs of each check to avoid unintended side effects.This method will be removed in a future release. UseDetailAST.getChildCount()
instead.useCheckUtil.isPackageInfo(String)
for the same functionality, or useAbstractCheck.getFilePath()
to process your own standards.This shall be removed in future releases. Please useaddProperty(String propertyName, String value)
instead.
AbstractAutomaticBean
instead.