Comment #6 on issue 164 by samrreid: PNode#moveToFront change to avoid java.util.ConcurrentModificationException
http://code.google.com/p/piccolo2d/issues/detail?id=164

Immutability would be safest, but since the method is named getChildrenReference, it is possible that some client code is relying on the ability to directly manipulate the list of children. Therefore, it could be confusing to have this return a
defensive list copy.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to