forked from phoedos/pmd
pmd: prepare release 5.0.1
This commit is contained in:
parent
38af8f2433
commit
a66bbf2193
@ -1,4 +1,4 @@
|
||||
???? ??, 2012 - 5.0.1:
|
||||
November 28, 2012 - 5.0.1:
|
||||
|
||||
Fixed bug 820: False+ AvoidReassigningParameters
|
||||
Fixed bug 1008: pmd-5.0.0: ImmutableField false positive on self-inc/dec
|
||||
|
@ -247,7 +247,7 @@
|
||||
If the xdocs files stay in src/site/xdoc/, mvn tries to copy over the generated
|
||||
one, and complains... -->
|
||||
<src.xdocs.dir>src/site/xdocs</src.xdocs.dir>
|
||||
<pmd.website.baseurl>http://pmd.sourceforge.net/snapshot</pmd.website.baseurl>
|
||||
<pmd.website.baseurl>http://pmd.sourceforge.net/pmd-${project.version}</pmd.website.baseurl>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
14
pmd/src/main/resources/rulesets/releases/501.xml
Normal file
14
pmd/src/main/resources/rulesets/releases/501.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<ruleset name="501"
|
||||
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
<description>
|
||||
This ruleset contains links to rules that are new in PMD v5.0.1
|
||||
</description>
|
||||
|
||||
<rule ref="rulesets/ecmascript/basic.xml/AvoidTrailingComma"/>
|
||||
|
||||
</ruleset>
|
||||
|
@ -39,8 +39,8 @@
|
||||
</breadcrumbs>
|
||||
|
||||
<menu name="Overview">
|
||||
<item name="Download PMD 5.0.0" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/pmd-bin-5.0.0.zip/download" />
|
||||
<item name="What's new in PMD 5.0.0" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.0/" />
|
||||
<item name="Download PMD 5.0.1" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.1/pmd-bin-5.0.1.zip/download" />
|
||||
<item name="What's new in PMD 5.0.1" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.1/" />
|
||||
<item href="/news.html" name="PMD in the news"/>
|
||||
<item href="/products.html" name="PMD-related products and books"/>
|
||||
<item href="/bestpractices.html" name="Best practices"/>
|
||||
|
@ -20,6 +20,15 @@
|
||||
|
||||
<h3>Recent releases</h3>
|
||||
<p><ul>
|
||||
<li><p>2012-11-28 PMD 5.0.1: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.1/">Changelog</a>)
|
||||
<ul>
|
||||
<li>Fixed bugs: https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.1/</li>
|
||||
<li>New EcmaScript Rule: Basic ruleset: AvoidTrailingComma</li>
|
||||
<li>Improved JSP parser to be less strict with not valid XML documents (like HTML)</li>
|
||||
<li>Improved CPD: Support in CPD for IgnoreAnnotations and SuppressWarnings("CPD-START")</li>
|
||||
<li>PMD Command Line: Improved command line interface (CLI) parsing using JCommander.</li>
|
||||
</ul></p>
|
||||
</li>
|
||||
<li><p>2012-05-01 PMD 5.0.0: major version supporting additional languages and new rules (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.0/">Changelog</a>)
|
||||
<ul>
|
||||
<li>Additional languages support (Java, JavaScript, XML, XSL, JSP)</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user