Bug 8210 - Pull Up: Usage of editor selection is confusing
Summary: Pull Up: Usage of editor selection is confusing
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-23 12:33 EST by Martin Aeschlimann CLA
Modified: 2002-03-28 08:44 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.