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=6854>. 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=6854 IntStack throws ArrayIndexOutOfBoundsException [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-04 19:00 ------- Checked in a slight refinement which catches the array exception and throws the stack exception instead, rather than doing a bounds check -- slightly less efficient in the rare case when there is an error, slightly more efficient in the common case where there isn't one. On the other hand, I'm a bit worried about why you were over-popping the stack in the first place. You should probably do a bit more problem determination on this and possibly put in a separate bug report on that behavior unless it is clearly correct.
