Menu

#19 While loop causes IndexOutOfBoundsException

open
Cascade (5)
5
2008-12-19
2008-12-19
No

The following code causes an IndexOutOfBoundsException in Cascade.

static void test() {
while (true) {
a();
}
}
static void a() {
}

Discussion


Log in to post a comment.