DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12182>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12182

long xpath expression crashes with ArrayIndexOutOfBoundsException in 
org.apache.xpath.compiler.Lexer.addToTokenQueue()

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2002-09-06 14:39 -------
As you say, our options are to:
   1. Simply increase the array size
   2. Use a collection class, such as Vector or ArrayList instead of Object[]
   3. Implement our own resizable array instead of Object[]

The problem with #2 is that Xalan won't be able to run with JDK1.1.8 if we
use the Collection classes.  

There are currently some implementations of resizable arrays in Xalan.  We 
should look into reusing one of those.

Note: I'm going to mark this as a duplicate of bug 5046.

*** This bug has been marked as a duplicate of 5046 ***

Reply via email to