pmd: fix #1092 Wrong Attribute "excludemarker" in Ant Task Documentation
This commit is contained in:
1 parent
dc100d00bc
commit
1110318832
2 files changed
+2
-1
No files matched your search
@@ -28,6 +28,7 @@ Upgrade to javacc 5.0 (see patch #1109 Patch to build with Javacc 5.0)
|
||||
|
||||
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>
|
||||
|
||||
Reference in new issue
Block a user