From: Panayotis K. <pan...@pa...> - 2010-12-18 07:29:29
|
On Dec 18, 2010, at 6:34 AM, Arno Puder wrote: > > looks good, however, you made an interesting point by saying that there > are no const arrays in Java. I think the current implementation of > fill-array is not correct: the data needs to be copied there as well in > case the application modifies the initial values. > > I think the data needs to be copied in any case and the flag ownsData > should always be TRUE (meaning, it can be removed). > > Arno ... which also means, that XMLVMArray->ownsData should be removed, since there is no method to set it to NO ? |