-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Type: bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
This method is incorrectly implemented:
@Override
public int getElementEndIndex(int index) {
return sizeBuffer.getInt(index * OFFSET_WIDTH);
}
The javadoc indicates this is an offset not a length:
/** Get data vector end index with the given list index. */
int getElementEndIndex(int index);
This issue exists in main as of 480e1be.
Metadata
Metadata
Assignees
Labels
Type: bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers