Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-1
-
None
Description
a script fails if it contains the line:
byte[] x = new byte[3]
the reason is a CHECKCAST command in the bytecode which tests for a java.lang.Byte and results in a ClassCastException
But when executing the script from inside the IDE I have no problem.