Skip to content

[Bug] ArrayIndexOutOfBounc in IntCharSet [sf#67] #69

Description

@lsf37

*Reported by anonymous on 2004-09-27 12:13 UTC
LIne 179:

if (i >= size) return;
Interval x = (Interval) intervalls.elementAt(i+1);

If the size is 1 and i is 0, Java continues into the
next line and trys to get the Element at position 1.
That creates a ArrayIndexOutOfBounce!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot working as intended

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions