Bug 45941 - Overide/implement doesn't work [code manipulation]
Summary: Overide/implement doesn't work [code manipulation]
Status: RESOLVED DUPLICATE of bug 43483
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 05:59 EST by Viktoras Kovaliovas CLA
Modified: 2004-05-19 11:15 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 Viktoras Kovaliovas CLA 2003-11-03 05:59:06 EST
JButton ok = new JButton("OK");
ok.addActionListener(new ActionListener() {
	// implement
});

Then I try to implement/override methods of AcionListener in example above 
Eclipse says me that there are no methods to Implement/overide. This is 
obviously a bug.
Comment 1 Viktoras Kovaliovas CLA 2003-11-03 06:03:37 EST
Sorry for wrong error message. Eclipse finds methods but then I try to implement 
them I get an error "operation is not supported ..."
Comment 2 Dirk Baeumer CLA 2003-11-03 06:28:02 EST
Currently implements/overrides isn't supported for local types.
Comment 3 Martin Aeschlimann CLA 2003-11-04 10:16:03 EST
waiting for jdt.core to support this.. Please move back when this is done.
Comment 4 Jerome Lanneluc CLA 2003-12-17 11:23:10 EST

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