ArrayValues (Arrays of ReferenceValues) fail when storing a value in the array

Issue #41 resolved
Frederik Buss-Joraschek created an issue

Using l1.ArrayValues:

        String someArray[] = new String[10];
        someArray[1] = "";
        someArray[2] = "";

will fail with RETURN FROM METHOD DUE TO UNHANDLED EXCEPTION :java.lang.ArrayStoreException(origin=10) at first store operation

Comments (5)

  1. Log in to comment