Update release notes, mention PMD.setupReport is gone.

This commit is contained in:
Andreas Dangel
2017-09-30 10:38:20 +02:00
parent be27dea8de
commit 15a1097aa2

View File

@ -199,6 +199,10 @@ All existing rules have been updated to reflect these changes. If you have custo
* The never implemented method `PMD.processFiles(PMDConfiguration, RuleSetFactory, Collection<File>, RuleContext, ProgressMonitor)` along with the interface `ProgressMonitor` has been removed.
* The method `PMD.setupReport(RuleSets, RuleContext, String)` is gone. It was used to report dysfunctional
rules. But PMD does this now automatically before processing the files, so there is no need for this
method anymore.
* All APIs deprecated in older versions are now removed. This includes:
* `Renderer.getPropertyDefinitions`
* `AbstractRenderer.defineProperty(String, String)`