Bug 6004

Summary: CodeAssist - no completion on nasty incorrect code
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P4    
Version: 2.0   
Target Milestone: 3.3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2001-11-16 09:21:59 EST
Build 20011115 + Head content (Jdtcore)

For the following code, no completion is provided (no assist node is attached 
in this case):

[public class Y {

	int foo(){
	
	
	int bar() {	
	
	public int x = new Object(;
	<CODE ASSIST>
	}
	}
}
}]
Comment 1 Philipe Mulet CLA 2002-06-11 08:24:30 EDT
Defer
Comment 2 David Audel CLA 2007-06-29 04:40:27 EDT
Reopen
Comment 3 David Audel CLA 2007-06-29 04:41:10 EDT
Cannot be reproduced with 3.3.
Comment 4 David Audel CLA 2007-06-29 06:24:31 EDT
Regression tests added
  CompletionParserTest2#test0173_Diet()
  CompletionParserTest2#test0173_Method()