From 316ef30f5b8aec01a595b9bb807c09d1389ac815 Mon Sep 17 00:00:00 2001 From: Xavier Le Vourch Date: Mon, 9 Feb 2009 00:43:32 +0000 Subject: [PATCH] note for Fixed bug 2027626 - False + : AvoidFinalLocalVariable git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6828 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 5a779d9b05..835f1014cf 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -11,6 +11,7 @@ Fixed bug 2225474 - VariableNamingConventions does not work with nonprimitives Fixed bug 1609038 - Xslt report generators break if path contains "java" Fixed bug - JUnitTestsShouldIncludeAssert now detects Junit 4 Assert.assert... constructs Fixed bug 2142986 - UselessOverridingMethod doesn't consider annotations +Fixed bug 2027626 - False + : AvoidFinalLocalVariable New rule: StrictExceptions : AvoidThrowingNewInstanceOfSameException