Miles Parker - 2011-08-05

re: Array2DBase.findCells(Conditional, int, int, int, int)

Nice catch. Slipped past code coverage. Is this sued anywhere in the example models? I wonder if it is simply incorrectly documented. It's possible that the code really intends bounds for width and height.

re: Array2DBase.findRandomUnoccupied

yessh..

I don't really think I ever exercised these that much as from a modeling point of view it's a little questionable as it sort of assumes one is working with a Moore space. It would probably in general be better to use the distance methods instead wherever possible. How's that for a rationalization? :)

If you wanted to update the test code for these and give a patch, that would be most welcome. (or ahem, that committer thing..)