Bug 66583 - [content assist] Final statement autocompletition works badly
Summary: [content assist] Final statement autocompletition works badly
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2004-06-10 16:09 EDT by Martin Novak CLA
Modified: 2007-06-22 10:04 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 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
.