https://issues.apache.org/bugzilla/show_bug.cgi?id=57544
--- Comment #4 from Mark Thomas <[email protected]> --- Yep. If you enter that loop with pos == 0 it is going to enter an infinite loop. The loop doesn't need to be there anyway. System.arrayCopy() is smart enougth to handle the problem the loop is trying to avoid. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
