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 268658

Summary: Introduce Move, Copy refactorings
Product: cnd Reporter: ilia
Component: Code ModelAssignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ilia 2016-10-24 10:23:54 UTC
Click on member in C++ code -> Refactor -> Move... (or Copy...)
IDE says that refactoring can't be applied in this context.

Features request:
1) Introduce Move refactoring
   (Move member from class AAA to class BBB)
   * Can be applied to any class member
   * Suggests to move declaration & definition or definition only.
   * If BBB does not exist - create it

2) Introduce Copy refactoring
   (Full copy of file FFF to FFF1)
Comment 1 Alexander Simon 2017-03-28 16:30:52 UTC
It looks as feature request.