Applying the neatly-numbered patch 797000 from Jesse Glick (thanks!)

- fix capitalization of NetBeans


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2222 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Gunnlaugur Thor Briem
2003-08-29 02:09:30 +00:00
parent d61c76e484
commit 65a38e0833
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<li>Classes which could be Singletons</li>
<li>Short/long variable and method names</li>
</ul>
<p>PMD has plugins for JEdit, JBuilder, Netbeans/Forte/Sun ONE, IntelliJ IDEA, Maven, Ant, Eclipse,
<p>PMD has plugins for JEdit, JBuilder, NetBeans/Sun ONE Studio, IntelliJ IDEA, Maven, Ant, Eclipse,
Gel, and Emacs. You can <a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a>.</p>
<p>Thanks to the <a href="http://cougaar.org/index.php?referrer=pmd">Cougaar</a> program for sponsoring PMD!</p>
]]>

View File

@ -17,8 +17,8 @@
<li>Tom Copeland - lead developer, JDeveloper plugin, Gel plugin, initial jEdit plugin, IDEAJ integration</li>
<li>Don Leckie - The PMD GUI</li>
<li>Jiger Patel - jEdit plugin</li>
<li>Gunnlaugur Thor Briem - Netbeans plugin, Maven build script fixes, bug report on JavaCC parser's use of java.lang.Error</li>
<li>Ole-Martin Mork - Netbeans plugin</li>
<li>Gunnlaugur Thor Briem - NetBeans plugin, Maven build script fixes, bug report on JavaCC parser's use of java.lang.Error</li>
<li>Ole-Martin Mork - NetBeans plugin</li>
</ul>
</subsection>
<subsection name="Committers emeritus">

View File

@ -25,7 +25,7 @@
<td><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pmd/pmd-jbuilder/">pmd-jbuilder</a></td>
<td>Dave Craine</td>
</tr>
<tr><td>Netbeans/Forte/Sun ONE</td>
<tr><td>NetBeans/Sun ONE Studio</td>
<td><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pmd/pmd-netbeans/">pmd-netbeans</a></td>
<td>Ole-Martin Mork, Gunnlaugur Thor Briem</td>
</tr>