Problem statement: When using java.util classes like List or Set, Eclipse will not auto import the java.util classes because other classes with the same name exist (mainly from java.swt).
Goal: Auto import for List will choose java.util.List without asking back.
The "Favorits" preferences page is only helpful for static imports. I would like something like that for normal imports.