Bug 141256 - [assist] no proposals in anonymous class after abstract class declaration
Summary: [assist] no proposals in anonymous class after abstract class declaration
Status: VERIFIED DUPLICATE of bug 150632
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 05:50 EDT by Tom Hofmann CLA
Modified: 2007-08-03 07:14 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 Tom Hofmann CLA 2006-05-11 05:50:59 EDT
N20060511-0010 (also in RC3)

- have the CU below
- invoke code assist within the 'method' body

> works as expected at position B
> does not show any proposals at position A

--------- NoAssist.java ---------
package pack;

class NoAssist {
    abstract class Task {
        abstract void run();
    }
    Object fObject= new Object() {
        void method(Object job) {
            // position A
            job.toString();
            // position B
        }
    };
}
---------------------------------
Comment 1 David Audel CLA 2007-06-27 09:07:06 EDT

*** This bug has been marked as a duplicate of bug 150632 ***
Comment 2 Frederic Fusier CLA 2007-08-03 07:14:48 EDT
Verified for 3.4M1 using build I20070802-0800.