From f097f11131c241784085f2e40ae72f6936b8f974 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 6 Mar 2003 02:58:34 +0000 Subject: [PATCH] Added more useful time info git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1507 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-web/src/webpmd.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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")) {