score:1
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.
Source: stackoverflow.com
Related Query
- Is there a way to tell Eclipse how to resolve ambiguous java names?
- Is there a way to tell Eclipse to "Save all" before building?
- Is there a way in the Eclipse debugger to be notified when the state of a Java object changes?
- Is there a way to export a Makefile from a Java Eclipse project?
- Is there a way to pause execution of a running Java program in Eclipse on Macbook Pro?
- In eclipse is there a way to run more than one Java app in different console windows?
- Is there a way to make the java eclipse formatter not align the @param descriptions?
- How to tell Eclipse java Formatter (Ctrl + shift+ F) to stop delete white spaces
- How eclipse execute java code when there are compile errors
- Is there any way to access java swing help from eclipse
- Java / Eclipse profiling: Is there a way to show the number of method calls to each method?
- Is there an easy way to tell if a Java project is written from i.e. NetBeans or Eclipse?
- Is there a way to locate a java file quickly and directly in Eclipse if I know its filename?
- Is there a way to organize the source tree in Eclipse Java project?
- How to add traces in a non-intrusive way in a Java program in Eclipse
- Is there a way for Eclipse to generate a tree showing the import statements of a java class, recursively?
- A better way how to make Eclipse resistant to Java updates
- Is there any way to run a Windows-based Eclipse with a Linux-based Java SDK?
- Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?
- How to tell that a java project build in eclipse succeeded?
- How can I tell Eclipse to import files from outside the current Java Web Project?
- How to tell if a Java application is running within the Eclipse console (versus, for example, xterm)?
- Is there a way to tell eclipse to save ALL open editors when running or debugging?
- Is there a way to use the java browsing perspective of eclipse for python?
- How can I see the argument names of foreign Java classes in the Eclipse tooltips and autocompletion?
- In an Eclipse Java project that is dependent upon two other projects, how do you resolve jar conflicts?
- Is there a way to tell eclipse to ignore warnings from specific code folders?
- Is there a way for Eclipse to run Java unit tests in the same way a unix (TeamCity) build host can? org.junit.ComparisonFailure issue
- Is there a way to pause/resume execution of a running Java program in Eclipse on Windows?
- How do I get my gradle-managed Java project in eclipse to resolve imports?
More Query from same tag
- Update Eclipse RCP UI after job is complete
- Interpereting the output of eclipse's memory analyser
- Search in Eclipse through project
- Cofoja : error: error in contract: package com.google.java.contract does not exist
- Could not find or load main class com.liferay.portal.tools.SassToCssBuilder
- Android - Button Question
- ClassNotFoundException on Class.forName("com.mysql.jdbc.Driver");
- Eclipse IDE : could not find or load main class
- Ecore, genmodel and OCL
- Git Ignore for metadata and other settings?
- Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files are defined
- Eclipse Compare Editor that Shows Changes In Single Panel
- Using TelephonyManager in Android in a class that is NOT an activity
- WebSphere Liberty Eclipse won't publish application to apps directory
- Unable to import com.mongodb.MongoCredential in Eclipse mars
- Element type "ListView" must be followed by either attribute specifications, ">" or "/>"
- Which version of eclipse works with egit?
- Cannot find 'javaxt-core' on Maven Repo
- how to get the complete "java -cp yyyx com.yyy.class" command issued internally by eclipse?
- How to stop eclipse to redownload the plugin from repository for a maven project
- Add a Mavenproject in eclipse
- How to debug Java and Perl code in Eclipse in same debug session?
- Is 'all:' is default in Eclipse makefile?
- How to control the size of an Android EditText object
- eclipse keep on opening the debug configuration window
- Why sysout won't work?
- Hints don't show up
- Eclipse Neon + Maven = The chosen operation is not available
- How to force eclipse to use the SceneBuilder executable file? Mac os x
- Error "Source option 5 is no longer supported. Use 6 or later" on Maven compile