pmd: fix #1077 Missing JavaDocs for Xref-Test Files

This commit is contained in:
Andreas Dangel 2013-03-30 15:44:44 +01:00
parent 9f8246caac
commit a6c1c1f57c
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,7 @@ Fixed bug 1068: CPD fails on broken symbolic links
Fixed bug 1073: Hard coded violation messages CommentSize
Fixed bug 1074: rule priority doesn't work on group definitions
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

View File

@ -634,9 +634,7 @@
<reportSet>
<reports>
<report>javadoc</report>
<!-- FIXME: The following report fails
<report>test-javadoc</report>
-->
</reports>
</reportSet>
</reportSets>