Bug 4367 - Argument hover doesn't work for nested method calls
Summary: Argument hover doesn't work for nested method calls
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 08:46 EDT by Dirk Baeumer CLA
Modified: 2001-12-17 05:06 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2001-10-11 08:46:37 EDT
- enter the following code
public class A {
	public int foo(int x, int y) {
		return 1;
	}
	
	public void bar() {
	}
}
- now enter
public void bar() {
    foo<= code assist
}
- select foo(int x, int y)
- observe: argument hover is correct
- now type foo again
- open code assist
- select foo(...)
- type 10, 10 and cursor left
- argument hover disappears although outer method call isn't finihed yet.
Comment 1 Kai-Uwe Maetzel CLA 2001-12-17 05:06:18 EST
Implemented a stacked model. I.e. nested activations are possible, the outer 
argument hover is reactivated when the inner context is left. Build > 20011217.