Index: java/awt/Button.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/awt/Button.java,v retrieving revision 1.17 diff -u -r1.17 Button.java --- java/awt/Button.java 23 Nov 2004 18:04:46 -0000 1.17 +++ java/awt/Button.java 29 Dec 2004 11:00:27 -0000 @@ -47,7 +47,6 @@ import javax.accessibility.Accessible; import javax.accessibility.AccessibleAction; import javax.accessibility.AccessibleContext; -import javax.accessibility.AccessibleRelation; import javax.accessibility.AccessibleRole; import javax.accessibility.AccessibleValue; Index: java/lang/Runtime.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/lang/Runtime.java,v retrieving revision 1.12 diff -u -r1.12 Runtime.java --- java/lang/Runtime.java 6 Dec 2004 20:43:13 -0000 1.12 +++ java/lang/Runtime.java 29 Dec 2004 11:00:27 -0000 @@ -46,7 +46,6 @@ import java.io.OutputStream; import java.util.HashSet; import java.util.Iterator; -import java.util.Properties; import java.util.Set; import java.util.StringTokenizer; Index: java/lang/System.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/lang/System.java,v retrieving revision 1.45 diff -u -r1.45 System.java --- java/lang/System.java 6 Dec 2004 20:43:13 -0000 1.45 +++ java/lang/System.java 29 Dec 2004 11:00:27 -0000 @@ -39,7 +39,6 @@ package java.lang; -import gnu.classpath.Configuration; import gnu.classpath.SystemProperties; import java.io.InputStream; Index: java/security/cert/X509CRLSelector.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/security/cert/X509CRLSelector.java,v retrieving revision 1.4 diff -u -r1.4 X509CRLSelector.java --- java/security/cert/X509CRLSelector.java 6 Dec 2004 20:43:13 -0000 1.4 +++ java/security/cert/X509CRLSelector.java 29 Dec 2004 11:00:27 -0000 @@ -45,7 +45,6 @@ import java.io.IOException; import java.io.InputStream; import java.math.BigInteger; -import java.security.AccessController; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; Index: java/security/cert/X509CertSelector.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/security/cert/X509CertSelector.java,v retrieving revision 1.3 diff -u -r1.3 X509CertSelector.java --- java/security/cert/X509CertSelector.java 6 Dec 2004 20:43:13 -0000 1.3 +++ java/security/cert/X509CertSelector.java 29 Dec 2004 11:00:27 -0000 @@ -43,7 +43,6 @@ import java.io.IOException; import java.math.BigInteger; -import java.security.AccessController; import java.security.KeyFactory; import java.security.PublicKey; import java.security.spec.X509EncodedKeySpec; Index: java/util/ResourceBundle.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/ResourceBundle.java,v retrieving revision 1.26 diff -u -r1.26 ResourceBundle.java --- java/util/ResourceBundle.java 21 Nov 2004 02:54:35 -0000 1.26 +++ java/util/ResourceBundle.java 29 Dec 2004 11:00:27 -0000 @@ -41,8 +41,6 @@ import java.io.IOException; import java.io.InputStream; -import java.lang.ref.Reference; -import java.lang.ref.SoftReference; import java.security.AccessController; import java.security.PrivilegedAction; Index: java/util/jar/JarFile.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/jar/JarFile.java,v retrieving revision 1.14 diff -u -r1.14 JarFile.java --- java/util/jar/JarFile.java 11 Nov 2004 16:39:28 -0000 1.14 +++ java/util/jar/JarFile.java 29 Dec 2004 11:00:27 -0000 @@ -35,6 +35,7 @@ obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ + package java.util.jar; import gnu.java.io.Base64InputStream; @@ -48,7 +49,6 @@ import java.io.FilterInputStream; import java.io.IOException; import java.io.InputStream; - import java.security.InvalidKeyException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; @@ -58,17 +58,15 @@ import java.security.cert.Certificate; import java.security.cert.CertificateException; import java.security.cert.X509Certificate; - import java.util.Arrays; +import java.util.Enumeration; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; -import java.util.Enumeration; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; - import java.util.zip.ZipEntry; import java.util.zip.ZipException; import java.util.zip.ZipFile; Index: javax/swing/JApplet.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JApplet.java,v retrieving revision 1.13 diff -u -r1.13 JApplet.java --- javax/swing/JApplet.java 21 Dec 2004 19:25:10 -0000 1.13 +++ javax/swing/JApplet.java 29 Dec 2004 11:00:27 -0000 @@ -46,7 +46,6 @@ import java.awt.Graphics; import java.awt.LayoutManager; import java.awt.event.KeyEvent; -import java.awt.event.WindowEvent; import javax.accessibility.AccessibleContext; Index: javax/swing/JFormattedTextField.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JFormattedTextField.java,v retrieving revision 1.9 diff -u -r1.9 JFormattedTextField.java --- javax/swing/JFormattedTextField.java 24 Dec 2004 09:53:03 -0000 1.9 +++ javax/swing/JFormattedTextField.java 29 Dec 2004 11:00:28 -0000 @@ -43,8 +43,6 @@ import java.text.Format; import java.text.ParseException; -import javax.swing.event.DocumentEvent; -import javax.swing.event.DocumentListener; import javax.swing.text.Document; import javax.swing.text.DocumentFilter; import javax.swing.text.NavigationFilter; Index: javax/swing/JTree.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JTree.java,v retrieving revision 1.15 diff -u -r1.15 JTree.java --- javax/swing/JTree.java 14 Dec 2004 07:39:33 -0000 1.15 +++ javax/swing/JTree.java 29 Dec 2004 11:00:28 -0000 @@ -53,10 +53,10 @@ import javax.swing.event.TreeSelectionListener; import javax.swing.event.TreeWillExpandListener; import javax.swing.plaf.TreeUI; -import javax.swing.tree.ExpandVetoException; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.DefaultTreeCellRenderer; import javax.swing.tree.DefaultTreeModel; +import javax.swing.tree.ExpandVetoException; import javax.swing.tree.TreeCellEditor; import javax.swing.tree.TreeCellRenderer; import javax.swing.tree.TreeModel; Index: javax/swing/JWindow.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JWindow.java,v retrieving revision 1.14 diff -u -r1.14 JWindow.java --- javax/swing/JWindow.java 24 Dec 2004 09:53:03 -0000 1.14 +++ javax/swing/JWindow.java 29 Dec 2004 11:00:28 -0000 @@ -48,7 +48,6 @@ import java.awt.LayoutManager; import java.awt.Window; import java.awt.event.KeyEvent; -import java.awt.event.WindowEvent; import javax.accessibility.Accessible; import javax.accessibility.AccessibleContext; Index: javax/swing/TransferHandler.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/TransferHandler.java,v retrieving revision 1.4 diff -u -r1.4 TransferHandler.java --- javax/swing/TransferHandler.java 17 Dec 2004 07:53:16 -0000 1.4 +++ javax/swing/TransferHandler.java 29 Dec 2004 11:00:28 -0000 @@ -38,11 +38,11 @@ package javax.swing; -import java.awt.event.ActionEvent; -import java.awt.event.InputEvent; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.Transferable; +import java.awt.event.ActionEvent; +import java.awt.event.InputEvent; import java.io.Serializable; public class TransferHandler implements Serializable Index: javax/swing/plaf/basic/BasicEditorPaneUI.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicEditorPaneUI.java,v retrieving revision 1.1 diff -u -r1.1 BasicEditorPaneUI.java --- javax/swing/plaf/basic/BasicEditorPaneUI.java 22 Dec 2004 17:22:42 -0000 1.1 +++ javax/swing/plaf/basic/BasicEditorPaneUI.java 29 Dec 2004 11:00:28 -0000 @@ -38,8 +38,6 @@ package javax.swing.plaf.basic; -import java.beans.PropertyChangeEvent; - import javax.swing.JComponent; import javax.swing.plaf.ComponentUI; import javax.swing.text.Element; Index: javax/swing/plaf/basic/BasicTextPaneUI.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicTextPaneUI.java,v retrieving revision 1.2 diff -u -r1.2 BasicTextPaneUI.java --- javax/swing/plaf/basic/BasicTextPaneUI.java 24 Dec 2004 09:53:03 -0000 1.2 +++ javax/swing/plaf/basic/BasicTextPaneUI.java 29 Dec 2004 11:00:28 -0000 @@ -38,8 +38,6 @@ package javax.swing.plaf.basic; -import java.beans.PropertyChangeEvent; - import javax.swing.JComponent; import javax.swing.plaf.ComponentUI; import javax.swing.text.Element; Index: javax/swing/plaf/basic/BasicTreeUI.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java,v retrieving revision 1.8 diff -u -r1.8 BasicTreeUI.java --- javax/swing/plaf/basic/BasicTreeUI.java 11 Nov 2004 17:22:52 -0000 1.8 +++ javax/swing/plaf/basic/BasicTreeUI.java 29 Dec 2004 11:00:28 -0000 @@ -45,14 +45,13 @@ import java.awt.Rectangle; import javax.swing.JComponent; +import javax.swing.JTree; import javax.swing.UIDefaults; import javax.swing.UIManager; import javax.swing.plaf.ComponentUI; -import javax.swing.JTree; import javax.swing.plaf.TreeUI; -import javax.swing.tree.DefaultTreeCellRenderer; -import javax.swing.tree.TreePath; import javax.swing.tree.TreeModel; +import javax.swing.tree.TreePath; /** * A delegate providing the user interface for JTree