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

Summary: Stack traces not hyperlinked when using logback library
Product: projects Reporter: jiri_pejchal <jiri_pejchal>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: REOPENED ---    
Severity: normal CC: gtzabari, markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 205359    
Bug Blocks:    

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.