v0.3 release preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1866 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-28 14:01:00 +00:00
parent 105b04c746
commit b4a23d4621
6 changed files with 128 additions and 63 deletions

View File

@ -4,7 +4,7 @@
<property name="src" value="src\"/>
<property name="classes" value="classes\"/>
<property name="build" value="classes\"/>
<property name="version" value="0.2"/>
<property name="version" value="0.3"/>
<path id="classpath.path">
<pathelement location="${build}"/>
@ -53,4 +53,4 @@
<delete dir="tmp"/>
</target>
</project>
</project>

View File

@ -1,3 +1,7 @@
April 28 2003 - 0.3:
Completely rewritten by Paul King; thanks Paul!
Now any ruleset can be selected.
April 21 2003 - 0.2:
Changed Color.RED to Color.red; thanks to Michael Montuori for the bug report.
Modified to run on the currently open file if a project is not available.

View File

@ -1,5 +1,5 @@
Change version in build.xml to 0.2
cvs tag r0_2 pmd-gel
Change version in build.xml to 0.3
cvs tag r0_3 pmd-gel
ant release
upload zip file to sourceforge
use readme.txt as release notes

View File

@ -1,17 +1,14 @@
Files Tested
PMD currently executes on every .java file in the current project. It
examines every source file in the source paths defined in your project
settings (under Project | Properties... | Paths). Make sure that the
files you want tested are contained in one of your source paths and
not just a file in your project manager.
If you do not have an open project, PMD will run on the file that's
currently open in the editor.
When you invoke PMD, you can choose whether you want to run it on the
current file or all the files in your project.
Rules
The PMD plugin incorporates the "unusedcode" and "basic" rulesets. These
rulesets catch things like unused local variables, empty try blocks, and so
forth. You can view all the PMD rules with examples and details at
You can select which rulesets you want to use when you run the PMD plugin.
Currently the "imports", "unusedcode", and "basic" rulesets are selected
automatically. These rulesets catch things like unused local variables, empty try blocks,
unused imports, and so forth.
You can view all the PMD rules with examples and details at
http://pmd.sf.net/.
Future Tasks

View File

@ -10,11 +10,11 @@
<CLASS Type="TFiles">
<PROPERTY Name="CurrentIndex">0</PROPERTY>
<CLASS Type="TFile">
<PROPERTY Name="CaretLeft">32</PROPERTY>
<PROPERTY Name="CaretTop">283</PROPERTY>
<PROPERTY Name="CaretLeft">69</PROPERTY>
<PROPERTY Name="CaretTop">51</PROPERTY>
<PROPERTY Name="FileName">$(PROJECT)\src\net\sourceforge\pmd\gel\PMDPlugin.java</PROPERTY>
<PROPERTY Name="WindowLeft">1</PROPERTY>
<PROPERTY Name="WindowTop">253</PROPERTY>
<PROPERTY Name="WindowTop">35</PROPERTY>
</CLASS>
<CLASS Type="TFile">
<PROPERTY Name="ProjectID">{C34B000D-B5C9-415F-933A-552FB0590E44}</PROPERTY>

File diff suppressed because it is too large Load Diff