Bug 24522 - New Class Dialog: No interface method stubs generated for nested class
Summary: New Class Dialog: No interface method stubs generated for nested class
Status: RESOLVED DUPLICATE of bug 24567
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-08 12:37 EDT by Pavel Nejedly CLA
Modified: 2002-10-11 11:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Nejedly CLA 2002-10-08 12:37:17 EDT
No stubs are generated for a new nested class which is implementing several 
interfaces (option 'Inherited abstract methods' is on).

btw.
* it works for top-level classes
* overriding abstract methods from superclass works fine even for nested clases
* Override methods from menu works fine in either case
Comment 1 Martin Aeschlimann CLA 2002-10-09 09:18:44 EDT
reproduced in 20021008

1. create type A
2. create type B, enclosed in A, implements MouseListener
3. set breakpoint in createInheritedMethods: hierarchy does not contain 
MouseListener

The hierarchy created in the working copy does not contain its superinterfaces
seems to be similar than bug 3248
Comment 2 Jerome Lanneluc CLA 2002-10-11 09:21:53 EDT

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