> If I'm importing ALL classes from a package, the '*' should be used.  I
have
> my automatic '*' usage set to 3, but one particular package only has 2
> classes in it.  It would be nice if IDEA noticed this and replaced the two
> explicit import statements with the '*' import anyways.

1> This probably belongs in the eap.features list.

2> If this is put in, make it an option.  On my project, a lot of sources
are autogenerated by XDoclet, and it confuses the Javadoc engine that
generates them if the imports are done via '*', since at parse-time, half of
the package is still yet-to-be-generated.  When you import explicitly, it
complains about missing classes, but works just fine.  So, changing to
importing '*' in any case at all is bad here.

-Walter Mundt




_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to