Bug 8210

Summary: Pull Up: Usage of editor selection is confusing
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2002-01-23 12:33:26 EST
1. Open junit.framework.TestCase
2. make a selection 'setUp' inside of method 'runBare'
3. From the edit menu, select 'Pull Up'

As I see in the dialog that the acction was aplied to the code resolve ('set 
up'). I would have expected to take the element at the selection 'runBare'.

-> The desription should mention the name of the method.
Comment 1 Erich Gamma CLA 2002-01-24 08:40:52 EST
Agreed, we should be more verbose and show the element the refactoring is 
working on.
Comment 2 Adam Kiezun CLA 2002-01-28 06:52:44 EST
fixed - showing names of the declaring and destination (pull up target) types
Comment 3 Andre Weinand CLA 2002-03-28 08:44:42 EST
Verified.