[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: How to prevent Eclipse "Organize Imports"

Jimisola Laursen wrote:
Hi!

I am a very frequent user of the "Organize Imports" function in Eclipse.
However, I have some classes that I do not want Eclipse to touch since they use RMI and the thrown exceptions are not known.

I don't understand. If the source code does not reference a class directly, it does not need to be in the import statements.
Can you provide a specific example, because it is not clear what you need.


	Eric