The issues is InteractableLookupMap.getSize() assume it has 1 more rows. So
return new TerminalSize(lookupMap[0].length, lookupMap.length); will throw
ArrayIndexOutOfBoundsException when it has 0 rows.
Original issue reported on code.google.com by yuxuanch...@gmail.com on 5 Jun 2015 at 9:07
Original issue reported on code.google.com by
yuxuanch...@gmail.com
on 5 Jun 2015 at 9:07