Bug 4084 - Open on decl/rec type bug
Summary: Open on decl/rec type bug
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:05 EDT by Tod Creasey CLA
Modified: 2002-08-12 16:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2001-10-10 23:05:47 EDT
If you have selected an entry on the stack that is not the top entry and then select
Open On... Receiving Type from the pop up menu nothing happens if you do not have source
for that entry

STEPS
	1) Set a breakpoint in a fairly complex method
	2) When the breakpoint comes up select another entry on the stack in a jar that you do not have
		source for
	3) Pop up the menu and select Open On -> Receiving Type
	4) Nothing happens


NOTES:

DW (8/8/01 2:52:17 PM)
	Action is contributed by JUI. Moved to JUI.
Comment 1 DJ Houghton CLA 2001-10-29 17:30:59 EST
PRODUCT VERSION: 0.9

Comment 2 Dirk Baeumer CLA 2002-02-27 06:07:03 EST
Moving back to debugger <g> since the JDT debug UI is now owned by MIN.
Comment 3 Darin Wright CLA 2002-02-27 11:31:41 EST
I found that the editor does open - it's just empty. HOwever, we have another 
bug. If you are debugging with a JRE that is not in the workspace, opening on a 
decl/rec type opens the JRE in the workspace, not the one you are debugging 
with (which may/may not have source).
Comment 4 Darin Wright CLA 2002-02-27 11:32:03 EST
Deferred
Comment 5 Darin Wright CLA 2002-07-30 15:54:55 EDT
This is also a problem in the variables view. We should be using the source 
locator associated with the selected debug element to locate the source element 
rather than searching the workspace.
Comment 6 Darin Wright CLA 2002-07-30 15:55:13 EDT
marking as a 2.1 candidate.
Comment 7 Darin Swanson CLA 2002-08-12 15:20:41 EDT
Source locators are now used to look up the source element.  If this fails, the 
workspace is searched.

Comment 8 Darin Swanson CLA 2002-08-12 15:24:07 EDT
Please verify (darinW)
See the OpenTypeAction hierarchy.
Comment 9 Darin Wright CLA 2002-08-12 16:06:21 EDT
Verified.