You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Dave Brosius (JIRA)" <xa...@xml.apache.org> on 2008/01/09 04:58:34 UTC

[jira] Closed: (XALANJ-2284) [PATCH] remove needless synchronization

     [ https://issues.apache.org/jira/browse/XALANJ-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius closed XALANJ-2284.
--------------------------------


Patch applied correctly

> [PATCH] remove needless synchronization
> ---------------------------------------
>
>                 Key: XALANJ-2284
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2284
>             Project: XalanJ2
>          Issue Type: Improvement
>    Affects Versions: 2.7
>            Reporter: Dave Brosius
>            Assignee: Brian Minchau
>             Fix For: 2.7.1
>
>         Attachments: remove_needless_synchronization.diff
>
>
> several places in the code use synchronized collections for local variables that never escape the method in which they are used. This is just a waste. This patch replaces these instances with non synchronized collections.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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