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