You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet does not work as expected:
varnativeArray=java.lang.reflect.Array.newInstance(java.lang.Object.class,10);for(vari=0;i<10;i++){nativeArray[i]=newjava.lang.Object();// sets only the first element, for next iterations the indexed property callback is not triggered and elements are null}
The problem is narrowed-down to MetadataNode::ArrayIndexedPropertySetterCallback called only once.
The text was updated successfully, but these errors were encountered:
The following code snippet does not work as expected:
The problem is narrowed-down to
MetadataNode::ArrayIndexedPropertySetterCallback
called only once.The text was updated successfully, but these errors were encountered: