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 183938 - Stack traces not hyperlinked when using logback library
Summary: Stack traces not hyperlinked when using logback library
Status: REOPENED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on: 205359
Blocks:
  Show dependency tree
 
Reported: 2010-04-12 16:21 UTC by jiri_pejchal
Modified: 2016-07-07 21:28 UTC (History)
2 users (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 jiri_pejchal 2010-04-12 16:21:02 UTC
The logback library for logging can show package version at the end of line, but then stack trace is not marked as url and can't be clicked through to go to the source.
 

The following stack trace in the output window is not clickable:

17:53:08.142 ERROR [main] com.mycompany.mavenproject1.App(App.java:92) - Error
java.lang.UnsupportedOperationException: null
        at com.google.common.collect.ImmutableCollection.add(ImmutableCollection.java:110) ~[google-collections-1.0.jar:na]
        at com.mycompany.mavenproject1.App.main(App.java:89) ~[classes/:na]
Comment 1 _ gtzabari 2014-05-06 22:23:48 UTC
Milos,

The following regex matches this optional packaging data at the end of each stack-trace line:

 (~?\[[^]]*\])?$

Can you please update the Netbeans code accordingly?
Comment 2 Martin Balin 2016-07-07 08:36:52 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 _ gtzabari 2016-07-07 21:28:54 UTC
Still relevant for dev build 201607060002.