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 - Convert Inteface to Abstract class refactoring
Summary: Convert Inteface to Abstract class refactoring
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 17:57 UTC by Jiri Prox
Modified: 2010-09-23 08:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).