Browse Source

Pointer to PMD.

Submitted by:	Tom Copeland <tom@infoether.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273040 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
ee204741ec
3 changed files with 97 additions and 1 deletions
  1. +71
    -0
      docs/external.html
  2. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java
  3. +25
    -0
      xdocs/external.xml

+ 71
- 0
docs/external.html View File

@@ -1268,6 +1268,77 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="PMD"><strong>PMD</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>PMD checks Java source code for unused variables,
unnecessary object creation, etc</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4 and higher
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://pmd.sf.net/">http://pmd.sf.net/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:tcopeland@apache.org">Tom Copeland</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Apache Software Foundation License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


+ 25
- 0
xdocs/external.xml View File

@@ -443,6 +443,31 @@
</table>
</subsection>

<subsection name="PMD">

<p>PMD checks Java source code for unused variables,
unnecessary object creation, etc</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://pmd.sf.net/">http://pmd.sf.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:tcopeland@apache.org">Tom Copeland</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>

<subsection name="Styler">

<p>The styler task makes useful combinations of XSLT transformations


Loading…
Cancel
Save