This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90351 - Nested exceptions are not displayed in stacktraces
Summary: Nested exceptions are not displayed in stacktraces
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2006-11-30 12:48 UTC by Marian Petras
Modified: 2007-11-07 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
inner-exception.png (68.49 KB, image/png)
2007-11-07 13:02 UTC, Jiri Vagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2006-11-30 12:48:59 UTC
When a test fails (or causes an error) and the exception which caused the
failure or error has a nested exception (see Exception.getCause()), that nested
exception is not displayed in test results.
Comment 1 Marian Petras 2006-11-30 12:50:09 UTC
Accepted.
Comment 3 Jiri Vagner 2007-11-07 13:02:09 UTC
Verified

Product Version: NetBeans IDE Dev (Build 20071107092450)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 4 Jiri Vagner 2007-11-07 13:02:55 UTC
Created attachment 52652 [details]
inner-exception.png