pmd: fix #1092 Wrong Attribute "excludemarker" in Ant Task Documentation

This commit is contained in:
Andreas Dangel 2013-08-03 18:57:09 +02:00
parent e76947b297
commit d0c103ab62
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -57,7 +57,7 @@
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">excludemarker</td>
<td valign="top">suppressMarker</td>
<td valign="top">The series of characters to use to tell PMD to skip lines - the default is NOPMD.</td>
<td valign="top" align="center">No</td>
</tr>