Bug 422494 - [ltk] Implement Save As... as refactoring
Summary: [ltk] Implement Save As... as refactoring
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 11:42 EST by Charlie Kelly CLA
Modified: 2013-11-26 02:40 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kelly CLA 2013-11-25 11:42:21 EST
Create a file "First.java" which contains the class First using the java editor
Save as "Second.java".

The file is saved as Second.java, but the class name is not refactored.
Comment 1 Dani Megert CLA 2013-11-26 02:40:27 EST
Save As... does a simple file "save as" i.e. it does not perform a refactoring.

You can use drag & drop or copy & paste, which perform a refactoring.