DO NOT REPLY [Bug 22804] - java.lang.ArrayIndexOutOfBoundsException on negated classes

2003-09-01 Thread bugzilla
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=22804.
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=22804

java.lang.ArrayIndexOutOfBoundsException on negated classes





--- Additional Comments From [EMAIL PROTECTED]  2003-09-01 12:48 ---
Created an attachment (id=8020)
Testcase

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 22804] - java.lang.ArrayIndexOutOfBoundsException on negated classes

2003-09-01 Thread bugzilla
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=22804.
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=22804

java.lang.ArrayIndexOutOfBoundsException on negated classes





--- Additional Comments From [EMAIL PROTECTED]  2003-09-01 12:50 ---
Hello Vadim,
Please find attached a program with the accented chars \u encoded.
That way the example blows with or without the \n.

Thanks!

Fernando.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 22804] - java.lang.ArrayIndexOutOfBoundsException on negated classes

2003-09-01 Thread bugzilla
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=22804.
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=22804

java.lang.ArrayIndexOutOfBoundsException on negated classes





--- Additional Comments From [EMAIL PROTECTED]  2003-09-01 12:51 ---
Sorry, forgot the trace:


lang.ArrayIndexOutOfBoundsException: 16
at org.apache.regexp.RECompiler$RERange.delete(Unknown Source)
at org.apache.regexp.RECompiler$RERange.remove(Unknown Source)
at org.apache.regexp.RECompiler$RERange.include(Unknown Source)
at org.apache.regexp.RECompiler$RERange.include(Unknown Source)
at org.apache.regexp.RECompiler.characterClass(Unknown Source)
at org.apache.regexp.RECompiler.terminal(Unknown Source)
at org.apache.regexp.RECompiler.closure(Unknown Source)
at org.apache.regexp.RECompiler.branch(Unknown Source)
at org.apache.regexp.RECompiler.expr(Unknown Source)
at org.apache.regexp.RECompiler.compile(Unknown Source)
at org.apache.regexp.RE.init(Unknown Source)
at org.apache.regexp.RE.init(Unknown Source)
at ar.gov.mecon.sso.testing.testre.sanitize(testre.java:25)
at ar.gov.mecon.sso.testing.testre.main(testre.java:39)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 22804] - java.lang.ArrayIndexOutOfBoundsException on negated classes

2003-08-30 Thread bugzilla
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=22804.
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=22804

java.lang.ArrayIndexOutOfBoundsException on negated classes





--- Additional Comments From [EMAIL PROTECTED]  2003-08-30 00:37 ---
Fernando, you've got lots of funny characters in your program and I can't write
a program with those to test your bug. Please rewrite your test: use \u
encoding when using non ascii characters.

Alternatively, you can attach your test and I can try and compile it on my
platform but that might not work as we might have different platform encodings.

Vadim

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]