Bug 66583

Summary: [content assist] Final statement autocompletition works badly
Product: [Eclipse Project] JDT Reporter: Martin Novak <martin.novak>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 Keywords: needinfo
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Novak CLA 2004-06-10 16:09:52 EDT
Hi all,

I found that eclipse has problems when showing autocompletition for this situation:

void f(SomeObject o)
{
  Display.getCurrent().asyncExec(new Runnable() {
    public void run() {
      o.someFunction().function();
    }
  });
}

Eclipse is not able to let me choose to convert param o to final. This is
problem when using some property of o. If I write eg o = null, then it displays
me autocompletition correctly.
Comment 1 Dani Megert CLA 2004-06-11 03:51:53 EDT
which build?
where do you invoke auto-completion in you example?
Comment 2 Martin Novak CLA 2004-06-11 11:21:30 EDT
Huh, sorry, it's obsolete now, it's working in the latest build from yesterday.
And also sorry, I can't tell you the build number, I deleted it and I also can't
restore it from either recycle bin neither from deleted files at ntfs. So please
mark this report as closed or unverified...
Comment 3 Dani Megert CLA 2004-06-11 11:59:53 EDT
see comment 2
Comment 4 Dani Megert CLA 2007-06-22 09:59:10 EDT
Get rid of deprecated state.
Comment 5 Dani Megert CLA 2007-06-22 10:04:28 EDT
.