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 262075 - Hyperlinks on Exception Trace missing from IDE output
Summary: Hyperlinks on Exception Trace missing from IDE output
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-17 09:52 UTC by bht
Modified: 2016-05-17 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case in zip file (7.22 KB, application/zip)
2016-05-17 09:52 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-05-17 09:52:30 UTC
Created attachment 159781 [details]
Test case in zip file

The attached test case is a maven JavaFX application that uses a logger.
Exceptions are logged to the IDE output window as expected, as configured.
However, there are no hyperlinks in the log.

The exception is created via clicking a menu button.
If the exception is created via running a main() method (source code change required) then hyperlinks are present.

I have not tested whether the logger has an influence at all.

But it would be nice if it could be verified that hyperlinks work somehow even with logging.