Bug 13522 - NPE on anonymous class code assist.
Summary: NPE on anonymous class code assist.
Status: RESOLVED DUPLICATE of bug 13355
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-11 10:28 EDT by Knut Radloff CLA
Modified: 2002-04-11 12:54 EDT (History)
0 users

See Also:


Attachments
Log file (3.20 KB, text/plain)
2002-04-11 10:29 EDT, Knut Radloff CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2002-04-11 10:28:18 EDT
build 20020409

-type the following in a Java editor:
Listener l = new Listener() {

-activate code assist behind the brace
->you will get a NullPointerException in CompletionEngine.findMethods
Comment 1 Knut Radloff CLA 2002-04-11 10:29:14 EDT
Created attachment 578 [details]
Log file
Comment 2 Erich Gamma CLA 2002-04-11 12:39:36 EDT
I think this is a dupe - moving to JDT Core to verify and dispose
Comment 3 Philipe Mulet CLA 2002-04-11 12:54:17 EDT
Closing

*** This bug has been marked as a duplicate of 13355 ***