forked from phoedos/pmd
Shifting to JDK 1.4, w00t!
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4602 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
?????, 2006 - 3.9:
|
||||
New rules:
|
||||
Basic ruleset: BigIntegerInstantiation(1.4 and 1.5)
|
||||
PMD now requires JDK 1.4 to run. Note that, however, PMD will still analyze code from earlier JDKs.
|
||||
SummaryHTML Report changes from Brent Fisher - now contains linePrefix to support source output from javadoc using "linksource"
|
||||
Fixed bug 1570915 - AvoidRethrowingException no longer reports a false positive for certain nested exceptions.
|
||||
Fixed bug 1571324 - UselessStringValueOf no longer reports a false positive for additive expressions.
|
||||
|
@ -284,7 +284,6 @@
|
||||
<li>Sebastian Raffel - Great job on the Eclipse PMD perspective, new views and dataflow analysis support</li>
|
||||
<li>Ebu - Eclipse smoothed icons</li>
|
||||
<li>Jacques Lebourgeois - Eclipse fix malformed UTF-8 characters</li>
|
||||
<li>Eduard Naum - Eclipse fix JDK 1.3 runtime problem</li>
|
||||
<li>Chris Grindstaff - Eclipse fix SWTException when PMD is run on a file with syntax error</li>
|
||||
</ul>
|
||||
</subsection>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<p>
|
||||
Prerequisites:
|
||||
<ul>
|
||||
<li>JDK 1.3 or higher</li>
|
||||
<li>JDK 1.4 or higher</li>
|
||||
<li><a href="http://winzip.com">Winzip</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
@ -29,7 +29,7 @@ C:\tmp\pmd-3.8\pmd\bin>
|
||||
above looks like a filesystem reference, it's really being used by a getResourceAsStream() call
|
||||
to load it out of the PMD jar file. And the same applies to the example below.</p>
|
||||
|
||||
<li>If you are using JDK 1.3 or you just want to run PMD without the batch file, you can do a:</li>
|
||||
<li>If you are want to run PMD without the batch file, you can do a:</li>
|
||||
<source>
|
||||
C:\data\pmd\pmd>java -cp lib\pmd-3.8.jar;lib\xercesImpl-2.6.2.jar;
|
||||
lib\xmlParserAPIs-2.6.2.jar;lib\jaxen-1.1-beta-10.jar;lib\jakarta-oro-2.0.8.jar
|
||||
|
Reference in New Issue
Block a user