Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 36761

Summary: refactor / extract interface uses 'abstract' in method in interface (unneccessary) [refactoring]
Product: [Eclipse Project] JDT Reporter: neil_buesing
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P4    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description neil_buesing CLA 2003-04-22 11:02:41 EDT
When I do an extract interface on a class the methods it generates contains the
keyword 'abstract'.  For an interface, the abstract keyword is not needed (and I
believe is not part of the java style guide).  Very minor.
Comment 1 Olivier Thomann CLA 2003-04-22 11:25:14 EDT
Move to JDT/UI.
Comment 2 Dirk Baeumer CLA 2003-04-22 11:45:40 EDT
Basically I like the abstract keyword in interfaces. 
Comment 3 Dirk Baeumer CLA 2003-05-05 06:35:51 EDT
Reopening...
Comment 4 Dirk Baeumer CLA 2003-05-05 06:36:14 EDT

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