Skip to content

i find a bug #4

@qujinqiang

Description

@qujinqiang

i find a bug
in the resize method have a bug;
bug code is
System.arraycopy(used2, 0, used2, 0, allocSize);
right code is
System.arraycopy(used, 0, used2, 0, allocSize);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions