when pressing ctrl+space in eclipse I remember it used to match the objects for the data type in the diamond operator. but it dosn't anymore . for example :
public static void main(String[] args) {
HashMap<String, String> map = new HashMap<**MISSING**>()
}
anyway to turn it back on? thnx.