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 215301 - Enable "go to type source" from Variables window
Summary: Enable "go to type source" from Variables window
Status: VERIFIED DUPLICATE of bug 81925
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 16:10 UTC by Petr Somol
Modified: 2015-01-05 14:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
situation when going to source through Variables would help (67.25 KB, image/png)
2012-07-09 16:10 UTC, Petr Somol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Somol 2012-07-09 16:10:36 UTC
Created attachment 121850 [details]
situation when going to source through Variables would help

When debugging NetBeans sources I often find myself in a situation where a for-cycle is looped over lookup instances of an interface, while I would need to see the sources of the particular instance. The trouble here is that there is no way to jump straight to the source of a particular instance, because it is not directly referenced from the debugged source, so nothing like the usual action Ctrl-click on type name is available. However, when debugging, the current instance is displayed in Variables window. Intuitively I right-clicked the type in question in Variables window hoping to find "Go to Source" action but this is not implemented. See attachment for a situation like I have just described. I believe it would be quite practical to enable "Go to Source" from Variables right-click menu because for-cycling through concrete instances only by means of their common supertype/interface only is a common pattern.
Comment 1 markiewb 2014-12-27 11:50:52 UTC
Dup of https://netbeans.org/bugzilla/show_bug.cgi?id=81925. 

Already fixed in NB7.4 - http://wiki.netbeans.org/NetBeans_74_NewAndNoteworthy

*** This bug has been marked as a duplicate of bug 81925 ***
Comment 2 Jiri Kovalsky 2015-01-05 14:56:11 UTC
Verified.