
27 Feb
2009
27 Feb
'09
2:34 p.m.
noreply.ceki@qos.ch skrev:
The critical change is int[] lengthArray = new int[ClassicConstants.MAX_DOTS]; instead of int[] lengthArray = new int[ClassicConstants.MAX_DOTS+1];
The current MAX_DOTS limit has been increased from 12 to 16. However,
Why the bound? If using an ArrayList instead of int[]'s they will grow as appropriate? -- Thorbjørn Ravn Andersen "...plus... Tubular Bells!"