Community
Participate
Working Groups
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>
*** This bug has been marked as a duplicate of 99673 ***