cut and paste spike

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@538 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-27 03:25:18 +00:00
parent 4f7c11a500
commit bf21f8e85a

View File

@ -91,7 +91,7 @@ public class CPD {
}
if (newImage.length() > minimumTokenSize) {
List list = (List)newTokenPtrs.get(newImage);
//if (list.size() > 1) {
if (list.size() > 1) {
boolean already = false;
for (Iterator p = this.tokensFound.iterator(); p.hasNext();) {
@ -104,7 +104,7 @@ public class CPD {
tokensFound.add(newImage);
System.out.println("newImage = " + newImage);
}
//}
}
}
}
}