forked from phoedos/pmd
fix trailing whitespaces in changelog
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@7237 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
73a989fc97
commit
0b23f48cf4
@ -214,7 +214,7 @@
|
||||
<delete dir="${test.outputdir}" />
|
||||
<mkdir dir="${test.outputdir}/xml"/>
|
||||
<junit printsummary="${test.printsummary}" showoutput="no" filtertrace="yes" haltonfailure="no" jvm="${test.jvm}" forkmode="perBatch"
|
||||
failureProperty="test.failure"
|
||||
failureProperty="test.failure"
|
||||
>
|
||||
<sysproperty key="pmd.regress" value="${test.regression}"/>
|
||||
<classpath>
|
||||
@ -243,8 +243,8 @@
|
||||
</fileset>
|
||||
<report format="frames" todir="${test.outputdir}/html" />
|
||||
</junitreport>
|
||||
<xslt in="${test.outputdir}/xml/TESTS-TestSuites.xml" style="etc/xslt/junit-txt-output.xsl" out="${test.outputdir}/summary.txt" />
|
||||
<concat>
|
||||
<xslt in="${test.outputdir}/xml/TESTS-TestSuites.xml" style="etc/xslt/junit-txt-output.xsl" out="${test.outputdir}/summary.txt" />
|
||||
<concat>
|
||||
<filelist dir="${test.outputdir}" files="summary.txt"/>
|
||||
</concat>
|
||||
</target>
|
||||
|
@ -1,5 +1,5 @@
|
||||
???? - 4.2.6:
|
||||
Fixed bug 2920057 - False + : CloseRessource whith an external getter
|
||||
Fixed bug 2920057 - False + : CloseRessource whith an external getter
|
||||
Fixed bug 1808110 - Fixed performance issue on PreserveStackTrace
|
||||
Fixed bug 2832322 - cpd.xml file tag path attribute should be entity-encoded
|
||||
Fixed bug 2590258 - NPE with nicerhtml output
|
||||
@ -7,7 +7,7 @@ Fixed bug 2317099 - False + in SimplifyCondition
|
||||
Fixed bug 2606609 - False "UnusedImports" positive in package-info.java
|
||||
Fixed bug 2645268 - ClassCastException in UselessOperationOnImmutable.getDeclaration
|
||||
Fixed bug 2724653 - AvoidThreadGroup reports false positives
|
||||
Fixed bug 2835074 - False -: DoubleCheckedLocking with reversed null check
|
||||
Fixed bug 2835074 - False -: DoubleCheckedLocking with reversed null check
|
||||
Fixed bug 2826119 - False +: DoubleCheckedLocking warning with volatile field
|
||||
Fixed bug 2904832 - Type resolution not working for ASTType when using an inner class
|
||||
|
||||
@ -34,7 +34,7 @@ February 08, 2009 - 4.2.5:
|
||||
|
||||
Enhanced logging in the ClassTypeResolver to provide more detailed messaging.
|
||||
Fixed bug 2315623 - @SuppressWarnings("PMD.UseSingleton") has no effect
|
||||
Fixed bug 2230809 - False +: ClassWithOnlyPrivateConstructorsShouldBeFinal
|
||||
Fixed bug 2230809 - False +: ClassWithOnlyPrivateConstructorsShouldBeFinal
|
||||
Fixed bug 2338341 - ArrayIndexOutOfBoundsException in CPD (on Ruby)
|
||||
Fixed bug 2315599 - False +: UseSingleton with class containing constructor
|
||||
Fixed bug 1955852 - false positives for UnusedPrivateMethod & UnusedLocalVariable
|
||||
|
Loading…
x
Reference in New Issue
Block a user