Some people really don't like global imports, so if some threshhold was put
in, make sure there is a setting that allows them to never show up.

Global imports really can cause problems and definatly slow down compiles.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 30, 2000 1:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: A command to kill extra import statements
> 
> 
> I haven't been able to get the jde-kill-extra-imports to 
> work. Is there
> anything else besides a load-file? But there is a feature 
> that I would like
> to suggest: It would be nice if there was a configurable 
> treshold which
> would limit the number of classes imported from the same 
> package. That is to
> say, if for instance more than 5 classes are imported from 
> java.util the
> jde-kill-extra-imports would replace them all with the global 
> package import
> statement.
> And as a further feature for jde-sort-imports it would maybe 
> be nice if the
> classes supplied by the jre (rt.jar) could be listed 
> separately, above other
> imports. And then maybe even let the user further separate 
> the rest of the
> imports given some rule. This could be used to separate 
> corporate classes
> from third party classes. That way the sort would split up 
> the imports into
> several sorted blocks.
> 
> --
> knut
> 

Reply via email to