Hi Christian,
Christian Gawron wrote:
I occasionally got ArrayIndexOutOfBoundsExceptions in the
DOMTreeManager, and I think the reason were two loops in the
appendGroup(...) and recycleTopLevelGroup(...) methods where the size of groupManagers was erroneously assumed to be constant during the loop.
I'm not sure I can see how the size could change during the loop.
Are you calling Graphics2D methods from multiple threads? If so it is certainly not currently multi-thread safe.
Perhaps I am missing something...
Attached is a patch against CVS rev. 1.19 of DOMTreeManager.java.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]