2002-09-13 18:29:02 +00:00
|
|
|
PMD-DCPD
|
|
|
|
|
|
|
|
Contents:
|
|
|
|
Overview
|
2002-09-13 18:49:01 +00:00
|
|
|
How to run it on one machine
|
|
|
|
How to run it on several machines
|
2002-09-13 18:29:02 +00:00
|
|
|
|
|
|
|
OVERVIEW
|
|
|
|
PMD-DCPD is a distributed duplicate code detector. It is loosely based on Michael Wise's Greedy String Tiling Algorithm.
|
|
|
|
|
2002-09-13 18:49:01 +00:00
|
|
|
HOW TO RUN IT ON ONE MACHINE
|
2002-09-13 18:29:02 +00:00
|
|
|
Download the latest release
|
|
|
|
Start a JavaSpace
|
|
|
|
Change the JavaSpace server name in Util.java and recompile the source code
|
2002-09-13 18:49:01 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
2002-09-13 18:29:02 +00:00
|
|
|
|