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 254090

Summary: Provide way to filter stacktrace code on failing tests
Product: utilities Reporter: mjr_1974 <mjr_1974>
Component: Test RunnerAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description mjr_1974 2015-08-02 21:42:47 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Linux version 4.1.3-040103-generic running on amd64
Java; VM; Vendor = 1.8.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.45-b02

When my tests fail (especially when I'm developing) I want to know which line in my code produced the error. I don't care too much about all the stacktrace that involves all the packages of 3rd party libraries that I use (I assume they're right).
Ideally I would like to see just stacktrace lines that belong to my code, and have an option to expand it and show the full version. This will make the stacktrace much less verbose and will speed up my understanding of what's wrong with my code.
Comment 1 markiewb 2016-01-11 19:24:31 UTC
Double click on the failing test and NB jumps to your failing test!