We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*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!
The text was updated successfully, but these errors were encountered:
Commented by lsf37 on 2004-10-24 07:51 UTC Logged In: YES user_id=93534
Thanks. I've committed a fix to CVS. It will be released with the next version.
Gerwin
Sorry, something went wrong.
Updated by lsf37 on 2004-10-24 07:51 UTC
Updated by lsf37 on 2004-11-07 06:04 UTC
No branches or pull requests
*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!
The text was updated successfully, but these errors were encountered: