git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@80 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-06-27 01:56:08 +00:00
parent 608e74dc51
commit 3105fbef45
2 changed files with 7 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<body>
<section name="PMD">
<subsection name="Description">
<p>Runs a set of static code analysis rules on a some Java source code files and generates a list of problems found.</p>
<p>Runs a set of static code analysis rules on some Java source code files and generates a list of problems found.</p>
</subsection>
<subsection name="Parameters">
<table border="1" cellpadding="2" cellspacing="0">
@ -27,8 +27,7 @@
</tr>
<tr>
<td valign="top">verbose</td>
<td valign="top">Verbose output - just the name of each file processed
Defaults to the current directory.</td>
<td valign="top">Verbose output - just the name of each file processed.</td>
<td valign="top" align="center">Yes</td>
</tr>
<tr>

View File

@ -6,15 +6,15 @@
<body>
<links>
<item name="SF Project Page"
href="http://www.sourceforge.net/projects/pmd" />
href="http://www.sf.net/projects/pmd" />
<item name="Hosted by SourceForge"
href="http://www.sourceforge.net" />
href="http://www.sf.net" />
</links>
<menu name="Overview">
<item name="Ant Task" href="/ant-task.html" />
<item name="Credits" href="/credits.html" />
<item name="Similar Projects" href="/similar-projects.html" />
<item name="Running PMD" href="/running.html" />
<item name="Ant Task" href="/ant-task.html" />
<item name="Similar Projects" href="/similar-projects.html" />
<item name="Credits" href="/credits.html" />
</menu>
</body>
</project>