bodewig     2002/06/27 23:47:31

  Modified:    docs     external.html
               src/testcases/org/apache/tools/ant/taskdefs BUnzip2Test.java
               xdocs    external.xml
  Log:
  Pointer to PMD.
  
  Submitted by: Tom Copeland <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.54      +71 -0     jakarta-ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/external.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- external.html     20 Jun 2002 10:57:20 -0000      1.53
  +++ external.html     28 Jun 2002 06:47:31 -0000      1.54
  @@ -1272,6 +1272,77 @@
                                     <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:[EMAIL PROTECTED]">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">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Styler"><strong>Styler</strong></a>
         </font>
       </td></tr>
  
  
  
  1.4       +2 -2      
jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java
  
  Index: BUnzip2Test.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BUnzip2Test.java  23 Jun 2002 01:24:00 -0000      1.3
  +++ BUnzip2Test.java  28 Jun 2002 06:47:31 -0000      1.4
  @@ -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
  
  
  
  1.41      +25 -0     jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- external.xml      20 Jun 2002 10:57:20 -0000      1.40
  +++ external.xml      28 Jun 2002 06:47:31 -0000      1.41
  @@ -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:[EMAIL PROTECTED]">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
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to