From f7f25325662e69af6a81645ca9d0adb13f4d93b3 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Mon, 1 Dec 2008 21:05:21 +0000 Subject: [PATCH] Oups, this forget to update changelog when I applied provided patch for : [ 2338341 ] ArrayIndexOutOfBoundsException in cpd on rails project. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6731 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 9c70215f54..3e95c16b3f 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -4,6 +4,7 @@ Enhanced logging in the ClassTypeResolver to provide more detailed messaging. Fixed bug 2338341 - ArrayIndexOutOfBoundsException in cpd on rails project Fixed bug 2315623 - @SuppressWarnings("PMD.UseSingleton") has no effect Fixed bug 2230809 - False +: ClassWithOnlyPrivateConstructorsShouldBeFinal +Fixed bug 2338341 - ArrayIndexOutOfBoundsException in CPD (on Ruby) October 12, 2008 - 4.2.4: