post-released

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3196 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-01-31 22:06:26 +00:00
parent d4c3241dfa
commit 5f7d145a19

View File

@ -1,4 +1,6 @@
January 31, 2005: 2.2:
????, 2005 - 2.3:
January 31, 2005 - 2.2:
New rules: LocalVariableCouldBeFinal, MethodArgumentCouldBeFinal, AvoidInstantiatingObjectsInLoops, ArrayIsStoredDirectly, MethodReturnsInternalArray, AssignmentToNonFinalStatic, AvoidConcatenatingNonLiteralsInStringBuffer
Fixed bug 1088459 - JUnitTestsShouldContainAsserts no longer throws ClassCastException on interface, native, and abstract method declarations.
Fixed bug 1100059 - The Ant task now generates a small empty-ish report if there are no violations.