Menu

#6 Refactor import tool

Pushback
open
nobody
None
5
2002-11-11
2002-03-18
Matt Paulin
No

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;

Discussion

  • Matt Paulin

    Matt Paulin - 2002-11-11
    • milestone: --> 254242
     
  • Matt Paulin

    Matt Paulin - 2002-11-11
    • milestone: 254242 --> Pushback
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.