[jbossts-issues] [JBoss JIRA] Created: (JBTM-557) remove use of HashList from interposition code

Jonathan Halliday (JIRA) jira-events at lists.jboss.org
Mon May 18 09:39:05 EDT 2009


remove use of HashList from interposition code
----------------------------------------------

                 Key: JBTM-557
                 URL: https://jira.jboss.org/jira/browse/JBTM-557
             Project: JBoss Transaction Manager
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: JTS
    Affects Versions: 4.6.1
            Reporter: Jonathan Halliday
            Assignee: Jonathan Halliday
             Fix For: 4.7.0


The ServerResource class uses HashList to store children and the Interposition class uses HashList to store the interposition hierarchy. Change these to use java.util.List. The lists probably are not long enough for the performance change to matter, but we'll revisit the implementation choice if needed.

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

        



More information about the jbossts-issues mailing list