Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 22033 - Override method - group by type is clearing selection [code manipulation]
Summary: Override method - group by type is clearing selection [code manipulation]
Status: RESOLVED DUPLICATE of bug 17907
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-30 07:58 EDT by Philipe Mulet CLA
Modified: 2002-09-18 07:30 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 Philipe Mulet CLA 2002-07-30 07:58:02 EDT
Build R2.0

When using the override method dialog, I ended up losing my selected methods to 
override.

Considering hierarchy of types:
class A 
  +foo()

class B extends A 
  +bar()
  +zork()

class C extends B 
  +baz()

Add subclass D of C, and using the override method dialog, I tried to add all 
methods but the one from A by doing the following:

- select class B and C
- toggle off the per type grouping so as to get alphabetic sorting

The latter step did reinitalize the method list...

I would like to be able to generate all methods in alphabetical order, but 
still pick one type or the other.
Comment 1 Dirk Baeumer CLA 2002-08-09 04:36:43 EDT
Martin can you please comment. 

I tested it and switch between "Group method by types" and the tree view 
doesn't reinitialize the list. The same methods are still selected.
Comment 2 Martin Aeschlimann CLA 2002-09-18 07:30:26 EDT
There is a buf against the desktop for this

*** This bug has been marked as a duplicate of 17907 ***