Bug 95008

Summary: [assist] Missing completion for field initialization in boolean case
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.3 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

Description Olivier Thomann CLA 2005-05-12 14:05:21 EDT
Related to bug 90615, I would expect the following code assist to propose true
and false.


public class A {
	boolean test = <code assist here>;
}

If this line is within a method, it works.
Comment 1 David Audel CLA 2006-10-10 06:09:53 EDT
Created attachment 51668 [details]
Proposed fix
Comment 2 David Audel CLA 2006-10-10 06:15:11 EDT
Released for 3.3 M3.

Test added
  CompletionTests#testCompletionKeywordFalse5()
Comment 3 Frederic Fusier CLA 2006-10-30 11:52:36 EST
Verified for 3.3 M3 using warm-up build I20061030-0010.