From d0c103ab622805043fea9852470a26569d0478c2 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 3 Aug 2013 18:57:09 +0200 Subject: [PATCH] pmd: fix #1092 Wrong Attribute "excludemarker" in Ant Task Documentation --- pmd/etc/changelog.txt | 1 + pmd/src/site/xdocs/ant-task.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index aa2ce8cede..0a37cf768c 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -2,6 +2,7 @@ Fixed bug 991: AvoidSynchronizedAtMethodLevel for static methods Fixed bug 1084: NPE at UselessStringValueOfRule.java:36 +Fixed bug 1092: Wrong Attribute "excludemarker" in Ant Task Documentation Fixed bug 1104: IdempotentOperation false positive Fixed bug 1111: False positive: Useless parentheses Fixed bug 1114: CPD - Tokenizer not initialized with requested properties diff --git a/pmd/src/site/xdocs/ant-task.xml b/pmd/src/site/xdocs/ant-task.xml index 2babcccff9..9d20e29f6f 100644 --- a/pmd/src/site/xdocs/ant-task.xml +++ b/pmd/src/site/xdocs/ant-task.xml @@ -57,7 +57,7 @@ No - excludemarker + suppressMarker The series of characters to use to tell PMD to skip lines - the default is NOPMD. No