Issue OBJS119 (array out of bounds in BasicScope#createMember()) has just been modified by user rob...@ma...
You can view the issue detail at the following URL:
<http://icandy.homeunix.org:443/scarab/issues/id/OBJS119>
The following modifications were made to this issue:
ahh, I see the issue... when we grow the members table, we double the size (new size is 2 * members.length)... but when the members table is length zero, then the new size will also be zero, which is the problem
|