Use Iterator.remove() instead of ArrayList.remove() to prevent NPE while removing an item from an ArrayList while iterating through it.
Partial fix for bug 2836292.
Authored by: jimwinston 2009-08-21
Parent: [r541]
Child: [r543]