Matt Paulin
-
2002-11-11
- milestone: --> 254242
We need a tool that can set up all the inports for the code. Idealy we would be able to tell the
tool the root of the code and then just arrange the code in the directories. The tool would fill in all
the imports propertly. So if we refactor later then we only have to run the tool and all the imports
will be fixed right.
I don't know if this is possible.
THe imports should be formed so they come out alphabetically and with breaks between package
groups. For example
import java.awt.BorderLayout;
import java.awt.Color;
import java.text.TextFormatter;
import java.util.Iterator;
import java.util.Vector;
import java.util.jar.JarFile;