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 - Provide way to filter stacktrace code on failing tests
Summary: Provide way to filter stacktrace code on failing tests
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 21:42 UTC by mjr_1974
Modified: 2016-01-11 19:24 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!