From 15a1097aa25adeb013ca5cc22cf96e6e07508276 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 30 Sep 2017 10:38:20 +0200 Subject: [PATCH] Update release notes, mention PMD.setupReport is gone. --- docs/pages/release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 3d9505e6a4..8603626be2 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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, 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)`