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 - Move member between classes' hierarchy (Pull Up/Push Down)
Summary: Move member between classes' hierarchy (Pull Up/Push Down)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 136314
  Show dependency tree
 
Reported: 2007-12-07 14:08 UTC by avp
Modified: 2009-09-25 14:05 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 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