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:
@ -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);
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user