The following work:
short a = 32767; short b = -32767;
but the following creates an exception:
short c = -32768;
Logged In: YES user_id=865893
The values of numeric literals are now converted from string to numeric during COMPILATION. This solves the problem.
Fixed in janino 1.0.2.
Log in to post a comment.
Logged In: YES
user_id=865893
The values of numeric literals are now converted from string
to numeric during COMPILATION. This solves the problem.
Fixed in janino 1.0.2.