A "default:" label in a "switch" statement causes a ParseException if not immediately preceeded with a "case" label.
Logged In: YES user_id=865893
Oops... Janino does not recognize the "default:" as a label and attempts to parse it as a block statement. Fixed in 1.0.4.
Log in to post a comment.
Logged In: YES
user_id=865893
Oops... Janino does not recognize the "default:" as a label
and attempts to parse it as a block statement. Fixed in 1.0.4.