DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43398>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43398 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-15 11:07 ------- Throwable.fillInStackTrace() generally does nothing, as the Throwable constructors already call it, and calling it twice is a no-op. (Its only purpose that I can see is that exception classes which are used for intentional control flow - e.g. "stop this SAX parser right now, please" - can override fIST to do nothing, which makes throwing the exception a bit cheaper.) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]