git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@470 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-22 20:36:55 +00:00
parent 8199cf2483
commit ac16a8e80f

View File

@ -31,9 +31,9 @@
<td><a href="http://sourceforge.net/project/showfiles.php?group_id=56262&amp;release_id=100422">X</a></td></tr>
<tr><td>JEdit</td>
<td>pmd-jedit</td>
<td>0.4</td>
<td>0.5</td>
<td>tomcopeland</td>
<td><a href="http://sourceforge.net/project/showfiles.php?group_id=56262&amp;release_id=100427">X</a></td></tr>
<td><a href="https://sourceforge.net/project/showfiles.php?group_id=56262&release_id=101112">X</a></td></tr>
<tr><td>Maven</td>
<td>pmd-maven</td>
<td>N/A</td>
@ -105,12 +105,12 @@ violation message within this view, you will be taken to the line in the source
<subsection name="JEdit">
<p>
This is more or less the standard JEdit plugin - open a file, select Plugins->PMD->Check code and
This is more or less the standard JEdit plugin - open a file, select Plugins->PMD and
you get a popup list of problems. It uses the ErrorList plugin which provides the "jump to the correct line"
and syntax highlighting functionality. Things to do:
<ul>
<li>Enable it to run on a whole directory tree</li>
<li>Move the configuration stuff into the JEdit Global Options menu</li>
<li>Add some stuff to the configuration thing so you can turn on/off individual rules.</li>
</ul>
</p>