You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Dave Brosius (JIRA)" <xe...@xml.apache.org> on 2006/03/20 01:54:17 UTC

[jira] Created: (XERCESJ-1148) [PATCH] remove needless synchronization

[PATCH] remove needless synchronization
---------------------------------------

         Key: XERCESJ-1148
         URL: http://issues.apache.org/jira/browse/XERCESJ-1148
     Project: Xerces2-J
        Type: Improvement
    Versions: 2.8.0    
    Reporter: Dave Brosius
    Priority: Minor
 Attachments: remove_needless_synchronization.diff

Several places in the code uses synchronized collections for local variables that are not exposed outside of the method in which they are declared. this is just a waste. This code, changes these instances to use non-synchronized collections.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Resolved: (XERCESJ-1148) [PATCH] remove needless synchronization

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1148?page=all ]
     
Michael Glavassevich resolved XERCESJ-1148:
-------------------------------------------

    Resolution: Fixed

Dave, thanks for the patch. I've committed it to SVN with some small modifications.

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>          Key: XERCESJ-1148
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1148
>      Project: Xerces2-J
>         Type: Improvement
>     Versions: 2.8.0
>     Reporter: Dave Brosius
>     Assignee: Michael Glavassevich
>     Priority: Minor
>  Attachments: remove_needless_synchronization.diff
>
> Several places in the code uses synchronized collections for local variables that are not exposed outside of the method in which they are declared. this is just a waste. This code, changes these instances to use non-synchronized collections.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1148) [PATCH] remove needless synchronization

Posted by "Dave Brosius (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1148?page=all ]

Dave Brosius updated XERCESJ-1148:
----------------------------------

    Attachment: remove_needless_synchronization.diff

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>          Key: XERCESJ-1148
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1148
>      Project: Xerces2-J
>         Type: Improvement
>     Versions: 2.8.0
>     Reporter: Dave Brosius
>     Priority: Minor
>  Attachments: remove_needless_synchronization.diff
>
> Several places in the code uses synchronized collections for local variables that are not exposed outside of the method in which they are declared. this is just a waste. This code, changes these instances to use non-synchronized collections.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1148) [PATCH] remove needless synchronization

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1148?page=all ]

Michael Glavassevich updated XERCESJ-1148:
------------------------------------------

      Component/s: Other
    Fix Version/s: 2.8.1

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>                 Key: XERCESJ-1148
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1148
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: Other
>    Affects Versions: 2.8.0
>            Reporter: Dave Brosius
>         Assigned To: Michael Glavassevich
>            Priority: Minor
>             Fix For: 2.8.1
>
>         Attachments: remove_needless_synchronization.diff
>
>
> Several places in the code uses synchronized collections for local variables that are not exposed outside of the method in which they are declared. this is just a waste. This code, changes these instances to use non-synchronized collections.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Assigned: (XERCESJ-1148) [PATCH] remove needless synchronization

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1148?page=all ]

Michael Glavassevich reassigned XERCESJ-1148:
---------------------------------------------

    Assign To: Michael Glavassevich

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>          Key: XERCESJ-1148
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1148
>      Project: Xerces2-J
>         Type: Improvement
>     Versions: 2.8.0
>     Reporter: Dave Brosius
>     Assignee: Michael Glavassevich
>     Priority: Minor
>  Attachments: remove_needless_synchronization.diff
>
> Several places in the code uses synchronized collections for local variables that are not exposed outside of the method in which they are declared. this is just a waste. This code, changes these instances to use non-synchronized collections.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org