Xalan-J should stop using java.util.Vector
------------------------------------------

                 Key: XALANJ-2336
                 URL: http://issues.apache.org/jira/browse/XALANJ-2336
             Project: XalanJ2
          Issue Type: Improvement
    Affects Versions: Latest Development Code
            Reporter: Brian Minchau


Xalan-J uses the java.util.Vector class.

This class is synchronized. Until now its newer unsynchronized equivalent, 
java.util.ArrayList and java.util.LinkedList could not be used. However now 
that we have dropped support for 1.1.x we can move up to use the newer classes 
available since JRE 1.2

We should do this because the code will run faster.



-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to