Bug 95008 - [assist] Missing completion for field initialization in boolean case
Summary: [assist] Missing completion for field initialization in boolean case
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 14:05 EDT by Olivier Thomann CLA
Modified: 2006-10-30 11:52 EST (History)
0 users

See Also:


Attachments
Proposed fix (5.36 KB, patch)
2006-10-10 06:09 EDT, David Audel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.