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 258546 - Exception trace Hyperlink in output window not working
Summary: Exception trace Hyperlink in output window not working
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-27 05:23 UTC by bht
Modified: 2016-04-06 01:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test case in zip file (8.64 KB, application/zip)
2016-03-27 05:23 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-03-27 05:23:11 UTC
Created attachment 159013 [details]
test case in zip file

The attached test case contains two Maven projects: one JavaFX GUI application and a simple dependent jar project.

The JavaFX project is set up to throw RuntimeException.


If in the output window I click on the following hyperlink 

Caused by: java.lang.RuntimeException
	at bt.ruledata.DataProvider.<init>(DataProvider.java:6)
	
Then the IDE does not navigate to the source code.
Comment 1 Jiri Prox 2016-03-30 07:59:20 UTC
Reproducible,

I'm not sure if this should work, since the exception is thrown from "service" project which is added as dependency of the "gui" project

Reassigning for further evaluation
Comment 2 Tomas Stupka 2016-04-05 08:32:10 UTC
fixed in jet-main #5a7a2b489c5e
Comment 3 Quality Engineering 2016-04-06 01:45:43 UTC
Integrated into 'main-silver', will be available in build *201604060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5a7a2b489c5e
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258546 - Exception trace Hyperlink in output window not working