Adam Heath wrote:
> BJ Freeman wrote:
>> I check the ofbiz code files for any changes since last week and now. I
>> did not see any.
>> I have a trunk version that does not have this error from last week.
> 
> I've got it isolated, but not fixed.  FastList is not functioning the
> same as ArrayList, and it's got me purplexed.  Still investigating.

Wow, what a bug.

ArrayList.subList().add(Object) works.

FastList.subList().add(Object) throws UnsupportedOperationException.

Reply via email to