[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" <public@xxxxxxxxxxxx> wrote in message
news:d849dd$u30$1@xxxxxxxxxxxxxxxxxxx
> 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.
> Is there some kind of annotation that I can use for Eclipse to simple
ignore
> the class or java file?
> Otherwise, I will file an enhancement request.
Check the Preferences in Java/Code Style/Organize imports
You should be able to tune the beast to you liking using the number of
imports needed for *
;-)