Some 'similar projects' additions

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2551 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2004-02-18 17:08:15 +00:00
parent 007e8e615c
commit fb82f1a6c3
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Curt Cox - some additions to the 'Similar Projects' page</li>
<li>Michael Griffel - bug fix for XMLRenderer</li>
<li>Doug Tillman - correction to finalizers.xml examples</li>
<li>Luis Alberto Domínguez Ruiz - bug report for IfElseStmtsMustUseBracesRule</li>

View File

@ -11,6 +11,8 @@
<section name="Similar to PMD">
<subsection name="Open Source">
<ul>
<li><a href="http://www.cs.umd.edu/~pugh/java/bugs/">FindBugs</a> - bytecode analyzer, lots of rules, responsive developers</li>
<li><a href="http://www.ovmj.org/jamit/index.html">Jamit</a> - bytecode analyzer, nice <a href="http://www.ovmj.org/jamit/data2_classes.php3">graphs</a></li>
<li><a href="http://csdl.ics.hawaii.edu/Research/JWiz/JWiz.html">JWiz</a> - Research project, checks some neat stuff, like if you create a Button without adding an ActionListener to it. Neat.</li>
<li><a href="http://doctorj.org">DoctorJ</a> - Written in C++. Uses Lex and YACC. Checks Javadoc, syntax and calculates metrics.</li>
<li><a href="http://www.alphaworks.ibm.com/tech/toad">Toad</a> - All kinds of stuff from Big Blue.</li>
@ -23,6 +25,7 @@
</subsection>
<subsection name="Commercial">
<ul>
<li><a href="http://www.mmsindia.com/jstyle.html">JStyle</a> - $995, nice folks, lots of metrics and rules</li>
<li><a href="http://www.redhillconsulting.com.au/products/simian/index.html">Simian</a> - fast, works with Java, C#, C, CPP, COBOL, JSP, HTML</li>
<li><a href="http://www.instantiations.com/codepro/default.htm">CodePro Studio</a> - $589, works with Eclipse, lots of rules</li>
<li><a href="http://www.kodein.net/index.html">KodeIn</a> - $75, lots of rules, uses JavaCC.</li>