forked from phoedos/pmd
pmd: Prepare pmd release 5.0.5
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
????? ??, 2013 - 5.0.5:
|
August 11, 2013 - 5.0.5:
|
||||||
|
|
||||||
Fixed bug 991: AvoidSynchronizedAtMethodLevel for static methods
|
Fixed bug 991: AvoidSynchronizedAtMethodLevel for static methods
|
||||||
Fixed bug 1084: NPE at UselessStringValueOfRule.java:36
|
Fixed bug 1084: NPE at UselessStringValueOfRule.java:36
|
||||||
|
@@ -39,8 +39,8 @@
|
|||||||
</breadcrumbs>
|
</breadcrumbs>
|
||||||
|
|
||||||
<menu name="Overview">
|
<menu name="Overview">
|
||||||
<item name="Download PMD 5.0.4" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-bin-5.0.4.zip/download" />
|
<item name="Download PMD 5.0.5" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.5/pmd-bin-5.0.5.zip/download" />
|
||||||
<item name="What's new in PMD 5.0.4" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/" />
|
<item name="What's new in PMD 5.0.5" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.5/" />
|
||||||
<item href="/news.html" name="PMD in the news"/>
|
<item href="/news.html" name="PMD in the news"/>
|
||||||
<item href="/products.html" name="PMD-related products and books"/>
|
<item href="/products.html" name="PMD-related products and books"/>
|
||||||
<item href="/bestpractices.html" name="Best practices"/>
|
<item href="/bestpractices.html" name="Best practices"/>
|
||||||
|
@@ -20,6 +20,13 @@
|
|||||||
|
|
||||||
<h3>Recent releases</h3>
|
<h3>Recent releases</h3>
|
||||||
<p><ul>
|
<p><ul>
|
||||||
|
<li>
|
||||||
|
<p>2013-08-11 PMD 5.0.5: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.5/">Changelog</a>)
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.5/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.5/</a></li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>2013-05-01 PMD 5.0.4: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
<p>2013-05-01 PMD 5.0.4: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
||||||
<ul>
|
<ul>
|
||||||
|
@@ -6,7 +6,7 @@ RewriteEngine On
|
|||||||
# rewrite any request to a unknown file to pmd-5.0.0
|
# rewrite any request to a unknown file to pmd-5.0.0
|
||||||
# (or whatever subfolder the first rule will set to the environment variable PMD)
|
# (or whatever subfolder the first rule will set to the environment variable PMD)
|
||||||
# but redirect only if the file exists there
|
# but redirect only if the file exists there
|
||||||
RewriteRule .* - [E=PMD:pmd-5.0.4]
|
RewriteRule .* - [E=PMD:pmd-5.0.5]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f
|
RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f
|
||||||
RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R]
|
RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R]
|
||||||
|
@@ -28,11 +28,11 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column-3">
|
<div class="column-3">
|
||||||
<h3>Latest version</h3>
|
<h3>Latest version</h3>
|
||||||
<h4>5.0.4 (1st May 2013)</h4>
|
<h4>5.0.5 (11th August 2013)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Release Notes</a></li>
|
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.5/">Release Notes</a></li>
|
||||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-bin-5.0.4.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-src-5.0.4.zip/download">Sourcecode</a>)</li>
|
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.5/pmd-bin-5.0.5.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.5/pmd-src-5.0.5.zip/download">Sourcecode</a>)</li>
|
||||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.4/">Documentation</a></li>
|
<li><a href="http://pmd.sourceforge.net/pmd-5.0.5/">Documentation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-3">
|
<div class="column-3">
|
||||||
@@ -65,6 +65,14 @@
|
|||||||
<div class="column-3">
|
<div class="column-3">
|
||||||
<h3>Recent announcements</h3>
|
<h3>Recent announcements</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><strong>2013-08-11 PMD 5.0.5:</strong>
|
||||||
|
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.5/">Changelog</a>)
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.5/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.5/</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><strong>2013-05-01 PMD 5.0.4:</strong>
|
<p><strong>2013-05-01 PMD 5.0.4:</strong>
|
||||||
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
||||||
@@ -129,12 +137,14 @@
|
|||||||
<h4>5.1.0-SNAPSHOT</h4>
|
<h4>5.1.0-SNAPSHOT</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://pmd.sourceforge.net/snapshot/">Documentation</a></li>
|
<li><a href="http://pmd.sourceforge.net/snapshot/">Documentation</a></li>
|
||||||
<li><a href="http://pmd.adabolo.de/job/pmd-trunk/">CI Server</a></li>
|
<li><a href="https://jenkins.adangel.org/job/pmd/">CI Server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-3 no-margin">
|
<div class="column-3 no-margin">
|
||||||
<h3>Previous versions</h3>
|
<h3>Previous versions</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>5.0.4 (2013-05-01) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.4/">doc</a></li>
|
||||||
|
<li>5.0.3 (2013-04-05) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.3/">doc</a></li>
|
||||||
<li>5.0.2 (2013-02-03) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.2/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.2/">doc</a></li>
|
<li>5.0.2 (2013-02-03) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.2/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.2/">doc</a></li>
|
||||||
<li>5.0.1 (2012-11-28) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.1/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.1/">doc</a></li>
|
<li>5.0.1 (2012-11-28) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.1/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.1/">doc</a></li>
|
||||||
<li>5.0.0 (2012-05-01) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.0/">doc</a></li>
|
<li>5.0.0 (2012-05-01) <a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.0/">downloads</a> <a href="http://pmd.sourceforge.net/pmd-5.0.0/">doc</a></li>
|
||||||
|
Reference in New Issue
Block a user