Community
Participate
Working Groups
Enter the following code into a 1.5 project: package test; import java.util.Date; import java.util.Map; public class Main { public static void main(String[] args) { Map<Date, Map<String, String>> map; } } Hit 'Optimize Imports' and the import of java.util.Date disappears.
Martin, something for 3.1 ;-).
fixed in 3.1 M2