Hi Paul,
Have you given any thought to having a config parm for this feature to
specify the format of the generated import statement, e.g.:
import javax.swing.JApplet;
vs
import javax.swing.*;
<soapbox>
At the risk of starting a religious war I do not want to participate in, I
was torn on which way to do it previously, and ended up with a mixture of
both (the worse way). I just finished reading "Java 2 Performance and Idiom
Guide" by Craig Larman (an awesome book), and am agreeing with his advice on
using the .* format. So a config parm will let the developer choose the
format.
</soapbox>