score:1

Accepted answer

this sounds like a possible duplicate of exclude packages from eclipse's organize imports. basically, you want to change your type filters preference to exclude java.awt.* packages. keep in mind that doing so will make things harder/confusing if you ever try to write awt/swing code.

score:0

one thing that pops into my mind is altering the class template in the preferences to include the line:

import java.util.list

unless you are going to use the awt version of a list, or care about unused import statements, that should solve this annoying issue ..

score:0

manually invoke organize imports and it will ask you when an ambiguity is found.


Related Query

More Query from same tag