Bug 6004 - CodeAssist - no completion on nasty incorrect code
Summary: CodeAssist - no completion on nasty incorrect code
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 normal (vote)
Target Milestone: 3.3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-16 09:21 EST by Philipe Mulet CLA
Modified: 2007-06-29 06:24 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 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()