forked from phoedos/pmd
Added a 'PMD in the news' page
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1503 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<section name="Credits">
|
||||
<subsection name="Individuals">
|
||||
<ul>
|
||||
<li>David Campbell - documentation tweaks, Ant task refactoring</li>
|
||||
<li>David Campbell - detailed bugs reports, Ant task refactoring, documentation tweaks</li>
|
||||
<li>Michael Sutherland - bug report in IfStmtMustUseBracesRule</li>
|
||||
<li>Andrew Glover - ExcessivePublicCountRule, CouplingBetweenObjectsRule, ExcessiveImportsRule, documentation tweaks</li>
|
||||
<li>Egon Willighagen - pmd-web suggestion</li>
|
||||
|
@ -24,8 +24,9 @@
|
||||
<item name="Finding copied and pasted code" href="/cpd.html" />
|
||||
<item name="Similar projects" href="/similar-projects.html" />
|
||||
<item name="Credits" href="/credits.html" />
|
||||
<item name="PMD in the news" href="/news.html" />
|
||||
<item name="What does 'PMD' mean?" href="/meaning.html" />
|
||||
<item name="O'Reilly OnJava.com article" href="http://www.onjava.com/pub/a/onjava/2003/02/12/static_analysis.html" /> </menu>
|
||||
</menu>
|
||||
<menu name="For example">
|
||||
<item name="Run PMD on a Sourceforge project" href="http://pmd.sf.net/cgi-bin/webpmd.pl" />
|
||||
<item name="PMD results for Apache projects" href="http://cvs.apache.org/~tcopeland/pmdweb/" />
|
||||
|
20
pmd/xdocs/news.xml
Normal file
20
pmd/xdocs/news.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<author email="tom@infoether.org">Tom Copeland</author>
|
||||
<title>PMD in the news</title>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Articles">
|
||||
<ul>
|
||||
<br/>
|
||||
<li>2/12/2003 - An "overview of PMD" <a href="http://www.onjava.com/pub/a/onjava/2003/02/12/static_analysis.html">article</a> on the O'Reilly OnJava.com web site</li>
|
||||
<br/>
|
||||
<li>1/07/2003 - <a href="http://www.netbeans.org/newsletter/sprout/2003-01-07.html">Interviews</a> with Ole-Martin Mork and Tom Copeland in Sprout; the monthly Netbeans online journal</li>
|
||||
</ul>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
|
Reference in New Issue
Block a user