preparing for 4.2.4 release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6594 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
10f5aa8d69
commit
80a7ece0bc
@ -1,4 +1,4 @@
|
|||||||
???? - 4.2.4:
|
October 12, 2008 - 4.2.4:
|
||||||
|
|
||||||
Fixed bug 1481051 - false + UnusedNullCheckInEquals (and other false positives too)
|
Fixed bug 1481051 - false + UnusedNullCheckInEquals (and other false positives too)
|
||||||
Fixed bug 1943204 - Ant task: <ruleset> path should be relative to Ant basedir
|
Fixed bug 1943204 - Ant task: <ruleset> path should be relative to Ant basedir
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<groupId>pmd</groupId>
|
<groupId>pmd</groupId>
|
||||||
<artifactId>pmd-jdk14</artifactId>
|
<artifactId>pmd-jdk14</artifactId>
|
||||||
<name>PMD</name>
|
<name>PMD</name>
|
||||||
<version>4.2.4-SNAPSHOT</version>
|
<version>4.2.4</version>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<p>PMD scans Java source code and looks for potential problems like:</p>
|
<p>PMD scans Java source code and looks for potential problems like:</p>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<groupId>pmd</groupId>
|
<groupId>pmd</groupId>
|
||||||
<artifactId>pmd</artifactId>
|
<artifactId>pmd</artifactId>
|
||||||
<name>PMD</name>
|
<name>PMD</name>
|
||||||
<version>4.2.4-SNAPSHOT</version>
|
<version>4.2.4</version>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<p>PMD scans Java source code and looks for potential problems like:</p>
|
<p>PMD scans Java source code and looks for potential problems like:</p>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>pmd</id>
|
<id>pmd</id>
|
||||||
<name>PMD</name>
|
<name>PMD</name>
|
||||||
<currentVersion>4.2.4-SNAPSHOT</currentVersion>
|
<currentVersion>4.2.4</currentVersion>
|
||||||
<organization>
|
<organization>
|
||||||
<name>InfoEther</name>
|
<name>InfoEther</name>
|
||||||
<url>http://pmd.sourceforge.net/</url>
|
<url>http://pmd.sourceforge.net/</url>
|
||||||
|
@ -48,7 +48,7 @@ import net.sourceforge.pmd.util.FileFinder;
|
|||||||
|
|
||||||
public class PMD {
|
public class PMD {
|
||||||
public static final String EOL = System.getProperty("line.separator", "\n");
|
public static final String EOL = System.getProperty("line.separator", "\n");
|
||||||
public static final String VERSION = "4.2.4-SNAPSHOT";
|
public static final String VERSION = "4.2.4";
|
||||||
public static final String EXCLUDE_MARKER = "NOPMD";
|
public static final String EXCLUDE_MARKER = "NOPMD";
|
||||||
|
|
||||||
private static final Logger LOG = Logger.getLogger(PMD.class.getName());
|
private static final Logger LOG = Logger.getLogger(PMD.class.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user