Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.0
-
Fix Version/s: UDIG 1.2.0
-
Component/s: application
-
Labels:None
-
Patch attached:Yes
Description
The class net.refractions.udig.project.internal.render.impl.RendererCreatorImpl has a SortedSet that has been synchronized via Collections.synchronizedSortedSet.
However in the method findSelectionLayer, its iterator is not protected by a lock.
A patch is attached to this issue.