http://nagoya.apache.org/bugzilla/show_bug.cgi?id=639
*** shadow/639 Mon Feb 19 09:11:41 2001 --- shadow/639.tmp.8896 Mon Feb 19 11:05:53 2001 *************** *** 5,11 **** | Status: NEW Version: Nightly build | | Resolution: Platform: All | | Severity: Normal OS/Version: All | ! | Priority: Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 5,11 ---- | Status: NEW Version: Nightly build | | Resolution: Platform: All | | Severity: Normal OS/Version: All | ! | Priority: High Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 40,43 **** exception handling logic. Thanks ! -David McNeil --- 40,48 ---- exception handling logic. Thanks ! -David McNeil ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-19 11:05 ------- ! FWIW no-arg version of printStackTrace() is generally better because it uses ! System.err, which is unbuffered so you are not likely to get mingled exceptions ! from different threads.
