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 123633

Summary: Move member between classes' hierarchy (Pull Up/Push Down)
Product: cnd Reporter: avp <avp>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 136314    

Description avp 2007-12-07 14:08:52 UTC
I propose create feature in C++ refactor "Move member from class".

Description:
 1. We have class hierarchy (B inherited A)
 2. I one class B we have method or other member which must be moved to
 the parent (or child) class
 3. Refactor move this member and rename all usage of this method (member)
Comment 1 Vladimir Voskresensky 2009-01-11 17:08:15 UTC
Looks like Java version of Pull Up/Push Down refactoring pair
Comment 2 Vladimir Voskresensky 2009-09-25 14:05:55 UTC
consider for the next release due to lack of resources