Bug 138924 - [ccp] Copy a method on explorer, and paste on interface should not paste implementation
Summary: [ccp] Copy a method on explorer, and paste on interface should not paste impl...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 10:22 EDT by Edson Richter CLA
Modified: 2006-04-27 12:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edson Richter CLA 2006-04-27 10:22:58 EDT
1. In explorer, right click a method on a class and ask "copy"
2. In explorer, right click a interface and ask "paste"

What happen: all method (signature and body) is copied.
What expected: since interfaces has no implementation, only method signature should be copied.

Important: this is a kind of refactor (copy method signature to interface).
Comment 1 Olivier Thomann CLA 2006-04-27 10:25:18 EDT
Moving to JDT/UI