This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145609

Summary: Convert Inteface to Abstract class refactoring
Product: java Reporter: Jiri Prox <jiriprox>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Prox 2008-08-29 17:57:43 UTC
Proposal for new refactoring: Convert Interface to Abstract Class

It converts interface to abstract class and moves the class name from implements clauses to extends clauses or return
error if it isn't possible (some class implementing original interface already extends some class).