forked from phoedos/pmd
pmd: fix #1092 Wrong Attribute "excludemarker" in Ant Task Documentation
This commit is contained in:
parent
e76947b297
commit
d0c103ab62
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user