DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29625>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29625 [collections] FastArrayList iterator method throwing ConcurrentModificationException in 'fast' mode ------- Additional Comments From [EMAIL PROTECTED] 2004-06-23 00:09 ------- I just tried several cases including moving the setFast() method prior to the start(). I also tried not using multiple threads at all. It simply does not work... If this is the case it's impossible to loop (thread safely) through all the elements of the array while in fast mode. This makes the list fairly useless. Thanks, Rob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
