From ee204741ec0ef2bb352ba2c9f97b33136ee815a7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Jun 2002 06:47:31 +0000 Subject: [PATCH] Pointer to PMD. Submitted by: Tom Copeland git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273040 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 71 +++++++++++++++++++ .../tools/ant/taskdefs/BUnzip2Test.java | 2 +- xdocs/external.xml | 25 +++++++ 3 files changed, 97 insertions(+), 1 deletion(-) diff --git a/docs/external.html b/docs/external.html index b8908df31..627ce7027 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1268,6 +1268,77 @@ + + + +
+ + PMD + +
+
+

PMD checks Java source code for unused variables, + unnecessary object creation, etc

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 and higher + +
+ + URL: + + + + http://pmd.sf.net/ + +
+ + Contact: + + + + Tom Copeland + +
+ + License: + + + + Apache Software Foundation License + +
+
+
diff --git a/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java b/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java index 213ec6cb2..6f8275145 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/BUnzip2Test.java @@ -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 diff --git a/xdocs/external.xml b/xdocs/external.xml index 3752bb823..b5f5a216f 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -443,6 +443,31 @@
+ + +

PMD checks Java source code for unused variables, + unnecessary object creation, etc

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 and higher
URL:http://pmd.sf.net/
Contact:Tom Copeland
License:Apache Software Foundation License
+
+

The styler task makes useful combinations of XSLT transformations