If I already have imported types, in Eclipse 3.4 I get specific classes by default, but in 3.5 I just get the interface for java.util.Collections . For example, by pressing ctrl + space here:
Map map = new ctrl + space
In 3.4, I suggest HashMap() , on 3.5 Map() (which then gets the default value for the new impl with templated templates).
For List , on 3.4 I am offered ArrayList() , but only on 3.5 List() .
Is it customizable in templates or similar?
source share