From 2e0bffe7a3030e5d823e68e98b200fe3bc81ad99 Mon Sep 17 00:00:00 2001 From: Ryan Gustafson Date: Tue, 7 Oct 2008 02:03:56 +0000 Subject: [PATCH] Correct changelog comment. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6575 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index e5205d52ce..05badf6282 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -2,9 +2,9 @@ Fixed bug 1481051 - false + UnusedNullCheckInEquals (and other false positives too) Fixed bug 1943204 - Ant task: path should be relative to Ant basedir +Fixed bug 2139720 - Exception in PMD Rule Designer for inline comments in source Fixed ClassCastException on generic method in BeanMembersShouldSerialize Fixed ClassCastException in symbol table code -Fixed NullPointerExcepton in Rule Designer due to uninitialized exclude marker August 31, 2008 - 4.2.3: