JohnLetnev / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

AtomicGrowingMatrix getRow() throws NullPointerException #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Access a row whose value was never set in the matrix

What is the expected output? What do you see instead?
if the row is inside the bounds of the matrix, an empty array.  Otherwise
an IndexOutOfBoundsException

Please use labels and text to provide additional information.

Original issue reported on code.google.com by David.Ju...@gmail.com on 27 Oct 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Fixed as of Revision 684

Original comment by David.Ju...@gmail.com on 5 Jan 2010 at 7:19