Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 99671 - Generalize Type refactoring does not remove unused imports [refactoring]
Summary: Generalize Type refactoring does not remove unused imports [refactoring]
Status: RESOLVED DUPLICATE of bug 99673
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 10:54 EDT by Tobias Widmer CLA
Modified: 2005-06-13 11:18 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 Tobias Widmer CLA 2005-06-13 10:54:38 EDT
3.1 RC2

package p;

import java.util.ArrayList;
import java.util.List;

public class Test {
	public void foo() {
		List<String> list= new ArrayList<String>();
	}
}

- Invoke Generalize Type on variable list and choose Type Collection<String>
Comment 1 Dirk Baeumer CLA 2005-06-13 11:18:12 EDT

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