Ceki,

> I am thrilled with the recent commits. I'd like to re-read 
> them carefully before making further comments. 

Please do!

> As for looping on 
> repositoryEventListeners, 
> getting an enumeration on the listeners vectors might be safe. Nicko 
> Cadell's approach of an array copy should be equally safe if 
> not safer.

I don't think the Enumeration is guaranteed if the underlying Vector is
modified.  I know this is true of Iterators.  I think making a copy is the
safest approach.

-Mark

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to