diff --git a/pmd-web/src/webpmd.pl b/pmd-web/src/webpmd.pl index 026a33ca3b..e285860cd6 100644 --- a/pmd-web/src/webpmd.pl +++ b/pmd-web/src/webpmd.pl @@ -20,14 +20,14 @@ sub default() { print h3("
PMD-WEB
"); print "PMD is a Java source code analysis tool - it checks your code for unused fields, empty try/catch/finally/if/while blocks, unused method parameters, and stuff like that. There's much more info here.

This table contains the results of running PMD's unused code ruleset against a bunch of Sourceforge projects. The JavaNCSS column contains the lines of code analyzed as reported by the excellent JavaNCSS utility."; - print "

Comments? Questions? Please post them here"; - print "

1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved here"; - print br(); + print "

Comments? Questions? Please post them here.
"; open(FILE,"lastruntime.txt"); my $lastruntime=; close(FILE); print br(); - print "This report is run 10 minutes past the hour at midnight, 3, 6, 9, 12, 15, 18, and 21 hours U.S. Pacific Standard Time. The last run finished at ", $lastruntime; + print "This report is run 10 minutes past the hour at midnight, 3, 6, 9, 12, 15, 18, and 21 hours U.S. Pacific Standard Time.
The last run finished at ", $lastruntime, ". Right now it's ", ctime(), "."; + print "

1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved here"; + print br(); print hr(); if (param("unixname")) {