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 jglick@netbeans.org 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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|