Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1725) Set not correctly synchronized in RendererCreatorImpl.java

Set not correctly synchronized in RendererCreatorImpl.java
----------------------------------------------------------

                 Key: UDIG-1725
                 URL: http://jira.codehaus.org/browse/UDIG-1725
             Project: uDIG
          Issue Type: Bug
          Components: application
    Affects Versions: UDIG 1.2.0
            Reporter: Stanislas Nanchen
            Priority: Minor
             Fix For: UDIG 1.2.0
         Attachments: RendererCreatorImpl.patch

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top