rdonkin 2004/04/19 14:31:13
Modified: betwixt/src/java/org/apache/commons/betwixt Tag:
REFACTORING-BRANCH_2004-01-13
ElementDescriptor.java
betwixt/src/test/org/apache/commons/betwixt Tag:
REFACTORING-BRANCH_2004-01-13 TestDescriptors.java
betwixt/src/test/org/apache/commons/betwixt/dotbetwixt Tag:
REFACTORING-BRANCH_2004-01-13 MapBean.java
TestMap.java
betwixt/src/test/org/apache/commons/betwixt/io/read Tag:
REFACTORING-BRANCH_2004-01-13 TestReadContext.java
Log:
Organized some imports
Revision Changes Path
No revision
No revision
1.14.2.6 +4 -5
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java
Index: ElementDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java,v
retrieving revision 1.14.2.5
retrieving revision 1.14.2.6
diff -u -r1.14.2.5 -r1.14.2.6
--- ElementDescriptor.java 18 Apr 2004 20:29:07 -0000 1.14.2.5
+++ ElementDescriptor.java 19 Apr 2004 21:31:13 -0000 1.14.2.6
@@ -61,7 +61,6 @@
package org.apache.commons.betwixt;
import java.util.ArrayList;
-import java.util.Iterator;
import java.util.List;
import org.apache.commons.betwixt.digester.XMLIntrospectorHelper;
No revision
No revision
1.4.2.3 +4 -6
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/TestDescriptors.java
Index: TestDescriptors.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/TestDescriptors.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- TestDescriptors.java 18 Apr 2004 20:29:07 -0000 1.4.2.2
+++ TestDescriptors.java 19 Apr 2004 21:31:13 -0000 1.4.2.3
@@ -60,8 +60,6 @@
*/
package org.apache.commons.betwixt;
-import java.util.ArrayList;
-
import junit.framework.Test;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
No revision
No revision
1.1.2.2 +1 -1
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/Attic/MapBean.java
Index: MapBean.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/Attic/MapBean.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- MapBean.java 7 Apr 2004 21:37:34 -0000 1.1.2.1
+++ MapBean.java 19 Apr 2004 21:31:13 -0000 1.1.2.2
@@ -16,8 +16,8 @@
package org.apache.commons.betwixt.dotbetwixt;
-import java.util.Map;
import java.util.HashMap;
+import java.util.Map;
/**
* @author Brian Pugh
1.1.2.2 +5 -3
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/Attic/TestMap.java
Index: TestMap.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/Attic/TestMap.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- TestMap.java 7 Apr 2004 21:37:12 -0000 1.1.2.1
+++ TestMap.java 19 Apr 2004 21:31:13 -0000 1.1.2.2
@@ -17,11 +17,13 @@
package org.apache.commons.betwixt.dotbetwixt;
-import junit.framework.TestCase;
-import java.io.StringWriter;
import java.io.StringReader;
-import org.apache.commons.betwixt.io.BeanWriter;
+import java.io.StringWriter;
+
+import junit.framework.TestCase;
+
import org.apache.commons.betwixt.io.BeanReader;
+import org.apache.commons.betwixt.io.BeanWriter;
/**
* @author Brian Pugh
No revision
No revision
1.1.2.4 +5 -8
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/io/read/Attic/TestReadContext.java
Index: TestReadContext.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/io/read/Attic/TestReadContext.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- TestReadContext.java 18 Apr 2004 20:20:31 -0000 1.1.2.3
+++ TestReadContext.java 19 Apr 2004 21:31:13 -0000 1.1.2.4
@@ -61,14 +61,11 @@
*/
package org.apache.commons.betwixt.io.read;
-import java.util.ArrayList;
-
import junit.framework.Test;
import junit.framework.TestSuite;
import org.apache.commons.betwixt.AbstractTestCase;
import org.apache.commons.betwixt.BindingConfiguration;
-import org.apache.commons.collections.CollectionUtils;
/**
* Test harness for ReadContext
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]