Bug 436737 - Stubs for abstract methods of abstract superclass are not created for Java EE classes (servlet, listeners, etc)
Summary: Stubs for abstract methods of abstract superclass are not created for Java EE...
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Roberto Sanchez Herrera CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard: greatfix_candidate
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2014-06-05 13:47 EDT by Roberto Sanchez Herrera CLA
Modified: 2015-02-05 15:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Sanchez Herrera CLA 2014-06-05 13:47:57 EDT
Steps to recreate:

1. Create a web project
2. Create an abstract class with 2 methods, one abstract and one not abstract
3. Create a listener. As the superclass, specify the abstract class
4. Make sure the checkbox Inherited abstract methods is checked. 
5. In the resulting class, the abstract method from the superclass is not added as stub.