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 229286 - Test stacktraces missing links
Summary: Test stacktraces missing links
Status: REOPENED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on: 205359
Blocks:
  Show dependency tree
 
Reported: 2013-05-02 15:37 UTC by _ gtzabari
Modified: 2016-07-10 19:36 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Build log (30.06 KB, application/octet-stream)
2013-05-02 15:37 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2013-05-02 15:37:28 UTC
Created attachment 134046 [details]
Build log

Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Windows 7 version 6.1 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\7.3
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\7.3

I build my Maven project and the unit tests produce stacktraces for failed tests. I am expecting Netbeans to detect the stacktrace and generate links that will redirect to a specific file and line number being referenced.

See the attached build log. The stacktrace is found at the end of the log.
Comment 1 Milos Kleint 2013-05-07 11:25:00 UTC
never really worked, failed tests print out failures to extra files that we show and parse stactraces in. We don't parse any possible incoming exception shown in the build output or process' system.out, mainly because we are missing the context and cannot assign proper classpath to check the classes against.

related/duplicate of issue 222587 and issue 183938
Comment 2 Martin Balin 2016-07-07 08:38:54 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 markiewb 2016-07-10 19:36:42 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)