Tom Copeland c97074f6fd *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@947 51baf565-9d33-0410-a72c-fc3788e3496d
2002-09-13 18:49:01 +00:00
..
2002-09-12 14:35:38 +00:00
2002-09-12 14:01:30 +00:00
2002-09-13 18:49:01 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-09-11 17:17:37 +00:00
2002-08-27 21:17:38 +00:00
2002-09-11 20:19:28 +00:00
2002-09-13 18:49:01 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-08-27 21:17:38 +00:00
2002-09-13 18:49:01 +00:00

PMD-DCPD

Contents:
Overview
How to run it on one machine
How to run it on several machines

OVERVIEW
PMD-DCPD is a distributed duplicate code detector.  It is loosely based on Michael Wise's Greedy String Tiling Algorithm.

HOW TO RUN IT ON ONE MACHINE
Download the latest release
Start a JavaSpace
Change the JavaSpace server name in Util.java and recompile the source code
Change the source code directory that you want to check in DCPDManager.java
Start a DCPD manager by running etc\go DCPDManager
Start a DCPD worker by running etc\go DCPDWorker