diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index b982660a12..4bc6eeadeb 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -1,8 +1,9 @@ -???? ??, 2012 - 5.0.2: +????? ??, 2013 - 5.0.2: Fixed bug 878: False positive: UnusedFormalParameter for abstract methods Fixed bug 913: SignatureDeclareThrowsException is raised twice Fixed bug 947: CloseResource rule fails if field is marked with annotation +Fixed bug 1004: targetjdk isn't attribute of PMD task Fixed bug 1007: Parse Exception with annotation Fixed bug 1011: CloseResource Rule ignores Constructors Fixed bug 1012: False positive: Useless parentheses. @@ -17,12 +18,11 @@ Fixed bug 1044: Unknown option: -excludemarker Fixed bug 1046: ant task CPDTask doesn't accept ecmascript Fixed bug 1047: False Positive in 'for' loops for LocalVariableCouldBeFinal in 5.0.1 Fixed bug 1048: CommentContent Rule, String Index out of range Exception +Fixed bug 1049: Errors in "How to write a rule" Fixed bug 1055: Please add a colon in the ant output after line,column for Oracle JDeveloper IDE usage +Fixed bug 1056: "Error while processing" while running on xml file with DOCTYPE reference Fixed bug 1060: GodClassRule >>> wrong method -????? ??, 2013 - 5.0.2: - -Fixed bug 1049: Errors in “How to write a rule” November 28, 2012 - 5.0.1: