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 218127

Summary: Action for getting stacktrace location
Product: java Reporter: Milutin Kristofic <mkristofic>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Milutin Kristofic 2012-09-11 11:55:36 UTC
I would like to select some line in netbeans and use function which will copy to my clipboard stacktrace location.

For Example to get info like:
prefs.putBoolean("enable.breadcrumbs", true) 
  at org.netbeans.modules.editor.EditorModule.restored(EditorModule.java:274)

Then my colleague can copy this to Window-Other-Analyze Stack trace and it opens editor in that line.

It would be great to have this behavior in Copy Path action (http://netbeans.org/bugzilla/show_bug.cgi?id=153728) in java mime-type when a line is selected.