Preparing for release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2886 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -14,6 +14,7 @@ TESTS:
|
||||
3) Are options persistant?
|
||||
4) Does CPD work?
|
||||
5) Check if the PMD Help shows correct data like Release notes, help/new features.
|
||||
6) Re-Commit if changes were made in the above steps first!!
|
||||
Create the src release:
|
||||
cvs -q rtag -D tomorrow "pmd_jedit_release_2_5" pmd-jedit
|
||||
rm -rf ~/tmp/pmd-jedit
|
||||
|
@ -4,7 +4,13 @@
|
||||
PMD-JEdit Plug-in Users' Guide
|
||||
</title>
|
||||
<body>
|
||||
<h1>PMD-JEdit Plug-in Users' Guide</h1>
|
||||
<TABLE CELLSPACING=0 BORDER=0 WIDTH="100%" bgcolor="#CCCCFF">
|
||||
<TR>
|
||||
<TD WIDTH="100%" VALIGN="MIDDLE">
|
||||
<H1>PMD-JEdit Plug-in User's Guide</H1>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<hr>
|
||||
<p>PMD is a Java source code analyzer - it finds unused variables, questionable design decisions, empty catch blocks, and so forth.
|
||||
You can read much more about PMD here - http://pmd.sf.net/.</p>
|
||||
@ -41,6 +47,8 @@ Take a look at the <a href="#releasenotes">Release Notes and Changelog</a> for m
|
||||
|
||||
<p>PMD jEdit 2.2 adds updates PMD plugin to the latest and the greatest PMD release, updates to Dynamic class loading feature of jEdit and adds PMD to jEdit's File System Browser for easy access.</p>
|
||||
|
||||
<p>PMD jEdit plugin 2.5 updates to the latest PMD release, remove redundant menu options and makes usage of the plugin more compact. Look at the details Release notes and Changelog below.</p>
|
||||
|
||||
<a name="releasenotes"></a>
|
||||
<h2>Release Notes & Changelog</h2>
|
||||
<h3>2.5</h3>
|
||||
|
Reference in New Issue
Block a user