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

Summary: Nested exceptions are not displayed in stacktraces
Product: java Reporter: Marian Petras <mpetras>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: VERIFIED FIXED    
Severity: blocker Keywords: USABILITY
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: inner-exception.png

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