Community
Participate
Working Groups
Marked this as major because it has been fine unitl build 201110042101. Here's the EGL code: library boxing function setValuesIntoAnyArray() objects any[]; objects.appendElement(1); today timestamp; rec TestDefaultedRec; objects.appendElement(today); objects.appendElement(rec); objects.appendElement("my string"); some string = "some string"; objects.appendElement(some); LogResult.assertBigIntEqual1( 5, objects.getSize() ); end end record TestDefaultedRec s string = "Defaulted value"; d decimal(5,2) = 123.45; end Here are the java errors: The method ezeBox(Calendar, int, int) in the type ETimestamp is not applicable for the arguments (ETimestamp, int, int) The method ezeBox(Short) in the type ESmallint is not applicable for the arguments (ESmallint) The method ezeBox(String) in the type EString is not applicable for the arguments (EString) The method ezeBox(String) in the type EString is not applicable for the arguments (EString) The method ezeCopyTo(AnyValue, V) in the type AnyValue is not applicable for the arguments (AnyBoxedObject<AnyBoxedObject<TestDefaultedRec>>, TestDefaultedRec)
fixed
Verified 201110210902 & closed