From 9461484389deca1c1a14c2c31f47b30513381765 Mon Sep 17 00:00:00 2001
From: Jan Materne Dependency Finder extracts dependencies and OO metrics from
- Java class files produced by most Java compilers. It can compute
- API differences between versions; no sources needed. It includes
- Ant tasks, web, Swing, and command-line interfaces, with XSL
- stylesheets for formatting output.
You can use it to extract dependencies between packages, classes, - or even methods, or any combination thereof. You can use Perl - regular expressions to filter the information and pinpoint only - what you need. There is even a Web Application version (WAR file) - so a whole group of developers can share a common view.
+You can use it to extract dependencies between packages, classes, + or even methods, or any combination thereof. You can use Perl + regular expressions to filter the information and pinpoint only + what you need. There is even a Web Application version (WAR file) + so a whole group of developers can share a common view.
Compatibility: | -Ant 1.2 and above | +Compatibility: | +Ant 1.2 and above |
---|---|---|---|
URL: | +URL: | - http://www.kanaputs.org/ - http://www.kanaputs.org/ant.html + http://www.kanaputs.org/ + http://www.kanaputs.org/ant.html | |
Contact: | +Contact: | - kfra@kanaputs.org + kfra@kanaputs.org | |
License: | -Freeware | +License: | +Freeware |
PCT is a task to compile Progress code, and in a more general + way, to deal with Progress procedures and databases.
+Compatibility: | +Ant 1.5 | +
---|---|
URL: | +http://pct.sourceforge.net | +
Contact: | +Gilles QUERRET | +
Licence: | +Apache Software Foundation License | +
PMD checks Java source code for unused variables, @@ -1984,6 +2007,36 @@
WSDLValidate is, as it sounds, a tool to validate WSDL files. + WSDLValidate + is similar in configuration to the optional Ant task XMLValidate. + WSDLValidate can optionally validate a WSDL document against the WS-I Basic Profile. +
+WSDLValidate is available as an Ant task, an Eclipse plug-in and a + command line utility.
+Compatibility: | +Ant 1.5 or later | +
---|---|
URL: | +http://www.eclipse.org/wsvt | +
Contact: | +Project newsgroup and + mailing list | +
License: | +Common Public + License (CPL) | +
XDoclet is an extended Javadoc Doclet engine for use in Ant.