closer still...
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@865 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -48,7 +48,7 @@ public class DGST {
|
||||
TileHarvester tg = new TileHarvester(space, job);
|
||||
occ = tg.gather(occ.size());
|
||||
addToResults(occ);
|
||||
System.out.println("************* Scatter..gather complete; tile count now " + occ.size());
|
||||
System.out.println("Season complete; tile count now " + occ.size() + "; tile size is " + ((Tile)(occ.getTiles().next())).getTokenCount() + "; " + ((Tile)(occ.getTiles().next())).getImage());
|
||||
TilePlanter scatterer = new TilePlanter(space, job);
|
||||
scatterer.scatter(occ);
|
||||
}
|
||||
|
@ -81,6 +81,7 @@ public class TileExpander {
|
||||
// this tile has been processed... so let's just put a one occurrence tile in there
|
||||
Tile newTile = tileWrapper.tile.copy();
|
||||
newOcc.addTile(newTile, tok);
|
||||
System.out.println("EOF HERE!!!! " + newOcc.getOccurrenceCountFor(newTile));
|
||||
}
|
||||
}
|
||||
return newOcc;
|
||||
|
Reference in New Issue
Block a user