Contents
-
Deprecated Classes
since 10.9.3. Use AbstractAutomaticBean instead.
-
Deprecated Methods
left 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 use
getPropertyNames() 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 shall be removed in future releases. Please use
addProperty(String propertyName, String value) instead.