Deprecate some methods on RuleContext

This commit is contained in:
Clément Fournier
2020-01-03 03:24:07 +01:00
parent fe82f6a448
commit 7ab1ab0a76
2 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,12 @@ This is a {{ site.pmd.release_type }} release.
### API Changes
#### Deprecated API
- {% jdoc !!core::RuleContext#removeAttribute(java.lang.String) %}
- {% jdoc !!core::RuleContext#getAttribute(java.lang.String) %}
- {% jdoc !!core::RuleContext#setAttribute(java.lang.String, java.lang.Object) %}
### External Contributions
{% endtocmaker %}