GeekArticles
Java
Core Java
Java
Core JavaCustom PMD Rules
by Tom Copeland 04/09/2003 A Review of PMD A few weeks ago, O'Reilly Network ran an article on PMD , an open source, Java static-analysis tool sponsored under the umbrella of the Defense Advanced Research Projects Agency (DARPA) project "Cougaar." That article covered some of the basics of PMD--it's built on an Extended Backus Naur Format (EBNF) grammar, from which JavaCC generates a parser and JJTree generates an Java Abstract Syntax Tree (AST), and comes with a number of ready-to-run...n
Related Topics
