Bug 27735

Summary: CodeAssist - No completion for type
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-12-05 04:54:25 EST
1) create class Bar.java.
public class Bar {
   #
   Bar foo1 = new Bar(){};
   {int i;}
   synchronized void foo3(){}
   Obje<cursor>
}
2) do ctrl + space at cursor location.
There is no completion.
Comment 1 David Audel CLA 2002-12-05 05:30:41 EST
Fixed.
Comment 2 David Audel CLA 2002-12-18 04:29:11 EST
Verified.