forked from phoedos/pmd
pmd: fix #1077 Missing JavaDocs for Xref-Test Files
This commit is contained in:
@ -24,6 +24,7 @@ Fixed bug 1068: CPD fails on broken symbolic links
|
|||||||
Fixed bug 1073: Hard coded violation messages CommentSize
|
Fixed bug 1073: Hard coded violation messages CommentSize
|
||||||
Fixed bug 1074: rule priority doesn't work on group definitions
|
Fixed bug 1074: rule priority doesn't work on group definitions
|
||||||
Fixed bug 1076: Report.treeIterator() does not return all violations
|
Fixed bug 1076: Report.treeIterator() does not return all violations
|
||||||
|
Fixed bug 1077: Missing JavaDocs for Xref-Test Files
|
||||||
Merged pull request #14: fix Nullpointer Exception when using -l jsp
|
Merged pull request #14: fix Nullpointer Exception when using -l jsp
|
||||||
|
|
||||||
|
|
||||||
|
@ -634,9 +634,7 @@
|
|||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
<report>javadoc</report>
|
<report>javadoc</report>
|
||||||
<!-- FIXME: The following report fails
|
|
||||||
<report>test-javadoc</report>
|
<report>test-javadoc</report>
|
||||||
-->
|
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
|
Reference in New Issue
Block a user