Bug 138924

Summary: [ccp] Copy a method on explorer, and paste on interface should not paste implementation
Product: [Eclipse Project] JDT Reporter: Edson Richter <edsonrichter>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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