Bug 24522

Summary: New Class Dialog: No interface method stubs generated for nested class
Product: [Eclipse Project] JDT Reporter: Pavel Nejedly <nejedly>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3 CC: martinae
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***