forked from phoedos/pmd
86ef6e5173
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@948 51baf565-9d33-0410-a72c-fc3788e3496d
23 lines
559 B
Plaintext
23 lines
559 B
Plaintext
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
|
|
Open a console window and go to the pmd-dcpd\etc directory
|
|
Start a manager by running "go DCPDManager c:\path\to\source\code 70"
|
|
Start a worker by running "client_go DCPDWorker"
|
|
|
|
|
|
|
|
|
|
|