Skip to content

A bug has been identified in addAllAtIndex of BooleanArrayList #1433

@goldbal330

Description

@goldbal330

Each of the invocations bellow throw IndexOutOfBoundException

new BooleanArrayList(true, false, true).addAllAtIndex(0, false, true);
new BooleanArrayList(true, false, true).addAllAtIndex(1, false, true, true);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions