You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/10/15 16:45:35 UTC

[jira] Resolved: (XALANJ-2283) [PATCH] remove needless synchronization

     [ http://issues.apache.org/jira/browse/XALANJ-2283?page=all ]

Brian Minchau resolved XALANJ-2283.
-----------------------------------

    Fix Version/s: Latest Development Code
       Resolution: Duplicate

Duplicate of xalanj-2284 (which has the same description but has the patch).

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>                 Key: XALANJ-2283
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2283
>             Project: XalanJ2
>          Issue Type: Improvement
>    Affects Versions: Latest Development Code
>            Reporter: Dave Brosius
>            Priority: Minor
>             Fix For: Latest Development Code
>
>
> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org