Bug 6414 - inline temp not activated on a valid selection
Summary: inline temp not activated on a valid selection
Status: VERIFIED 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: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 6433
Blocks:
  Show dependency tree
 
Reported: 2001-11-29 06:36 EST by Adam Kiezun CLA
Modified: 2002-01-16 02:46 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 Adam Kiezun CLA 2001-11-29 06:36:52 EST
package p;

class Test{
	int i(){
		for (;false;){
			//
		}
		//d
		i();
		/*[*/int i= 0;/*]*/
		return i;
	}
}
Comment 1 Adam Kiezun CLA 2001-12-17 10:28:19 EST
fixed - 6433 did it