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 - Introduce Move, Copy refactorings
Summary: Introduce Move, Copy refactorings
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 10:23 UTC by ilia
Modified: 2017-03-28 16:30 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 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.