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 146496 - Go to Source and Create Fixed Watch on subnode of evaluate expression result does nothing
Summary: Go to Source and Create Fixed Watch on subnode of evaluate expression result ...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 146077 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-08 13:03 UTC by Petr Cyhelsky
Modified: 2010-04-29 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-09-08 13:03:59 UTC
Product Version: NetBeans IDE Dev (Build 200809071401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Observed: Clicking on "go to source" in popup menu of some subnode of evaluate expression result does nothing.

Expected: It should either do something - open the source file, or it should not be there at all.

Steps to reproduce: Debug some java application -> have it stop on some breakpoint etc. -> invoke Debug|Evaluate
expression -> evaluate some expression which will have some subnodes (for example "this") -> expand the result node ->
invoke "go to source" popup menu item on some subnode -> nothing happens.
Comment 1 Petr Cyhelsky 2008-09-08 17:59:34 UTC
It seems, that double-click on the subnode does exactly what is needed for this menu item - go to source - can't the
action invoked by double click on the subnode be just invoked also by clicking on the "go to source" popup menu item?
Comment 2 Martin Entlicher 2008-09-09 16:21:53 UTC
Reproduced.
Comment 3 Martin Entlicher 2008-09-09 16:45:22 UTC
There is a bad context. When the action is performed it gets selected node from the active TopComponent in the IDE and
not from the dialog.
Comment 4 Martin Entlicher 2008-09-14 11:27:16 UTC
*** Issue 146077 has been marked as a duplicate of this issue. ***
Comment 5 Martin Entlicher 2008-11-18 21:12:08 UTC
Should be fixed after Evaluator is changed from floating dialog to a docked window.
Comment 6 Daniel Prusa 2009-05-06 13:42:47 UTC
Works now, since Evaluator has been rewritten.
Comment 7 Quality Engineering 2010-04-29 09:43:51 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.