From 4614fdfd6b6a481ef1fcc1eb303dee857925af8b Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 16 Apr 2003 18:03:49 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1773 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/stringify_test_files.rb | 9 --------- pmd/xdocs/credits.xml | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100755 pmd/etc/stringify_test_files.rb diff --git a/pmd/etc/stringify_test_files.rb b/pmd/etc/stringify_test_files.rb deleted file mode 100755 index 104bd8cb67..0000000000 --- a/pmd/etc/stringify_test_files.rb +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/local/bin/ruby - -output = "private static final String TEST#{ARGV[1]} = \n" -File.open(ARGV[0]).each {|line| - output.concat "\"#{line.chomp}\" + CPD.EOL + \n" -} -output = output.slice(0, output.length-14) -output.concat ";" -puts output diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml index 7f5cde9a24..5b232788ed 100644 --- a/pmd/xdocs/credits.xml +++ b/pmd/xdocs/credits.xml @@ -10,6 +10,7 @@
    +
  • Mario Claerhout - CPD optimizations and suggestions
  • Sameer Nanda - CPD Ant task bug report
  • Nanne Baars - grammar suggestions, rule suggestions
  • Colin Simmonds - bug report