From derby-commits-return-5989-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Fri Dec 08 01:11:58 2006 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 11237 invoked from network); 8 Dec 2006 01:11:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 01:11:57 -0000 Received: (qmail 60317 invoked by uid 500); 8 Dec 2006 01:11:43 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 60277 invoked by uid 500); 8 Dec 2006 01:11:41 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 60195 invoked by uid 99); 8 Dec 2006 01:11:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 17:11:36 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 17:11:10 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 450B81A9846; Thu, 7 Dec 2006 17:10:27 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r483765 - in /db/derby/code/trunk/java/engine/org/apache/derby/iapi/db: ConsistencyChecker.java OnlineCompress.java PropertyInfo.java Date: Fri, 08 Dec 2006 01:10:26 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061208011027.450B81A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Thu Dec 7 17:10:25 2006 New Revision: 483765 URL: http://svn.apache.org/viewvc?view=rev&rev=483765 Log: DERBY-2138 (partial) More import cleanups in iapi/db Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/ConsistencyChecker.java db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/OnlineCompress.java db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/PropertyInfo.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/ConsistencyChecker.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/ConsistencyChecker.java?view=diff&rev=483765&r1=483764&r2=483765 ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/ConsistencyChecker.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/ConsistencyChecker.java Thu Dec 7 17:10:25 2006 @@ -24,7 +24,6 @@ import org.apache.derby.iapi.error.StandardException; import org.apache.derby.iapi.error.PublicAPI; -import org.apache.derby.iapi.sql.dictionary.DataDictionaryContext; import org.apache.derby.iapi.sql.dictionary.DataDictionary; import org.apache.derby.iapi.sql.dictionary.SchemaDescriptor; import org.apache.derby.iapi.sql.dictionary.TableDescriptor; @@ -34,8 +33,6 @@ import org.apache.derby.iapi.sql.dictionary.ConstraintDescriptorList; import org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptor; -import org.apache.derby.iapi.sql.depend.DependencyManager; - import org.apache.derby.iapi.sql.execute.ExecRow; import org.apache.derby.iapi.sql.execute.ExecutionContext; @@ -51,8 +48,6 @@ import org.apache.derby.iapi.store.access.ScanController; import org.apache.derby.iapi.store.access.ConglomerateController; import org.apache.derby.iapi.store.access.RowUtil; - -import org.apache.derby.iapi.services.sanity.SanityManager; import org.apache.derby.iapi.reference.SQLState; Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/OnlineCompress.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/OnlineCompress.java?view=diff&rev=483765&r1=483764&r2=483765 ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/OnlineCompress.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/OnlineCompress.java Thu Dec 7 17:10:25 2006 @@ -24,24 +24,17 @@ import org.apache.derby.iapi.error.StandardException; import org.apache.derby.iapi.error.PublicAPI; -import org.apache.derby.iapi.sql.dictionary.DataDictionaryContext; import org.apache.derby.iapi.sql.dictionary.DataDictionary; import org.apache.derby.iapi.sql.dictionary.SchemaDescriptor; import org.apache.derby.iapi.sql.dictionary.TableDescriptor; import org.apache.derby.iapi.sql.dictionary.ColumnDescriptor; import org.apache.derby.iapi.sql.dictionary.ColumnDescriptorList; -import org.apache.derby.iapi.sql.dictionary.ConstraintDescriptor; -import org.apache.derby.iapi.sql.dictionary.ConstraintDescriptorList; import org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptor; -import org.apache.derby.iapi.sql.depend.DependencyManager; import org.apache.derby.iapi.sql.execute.ExecRow; -import org.apache.derby.iapi.sql.execute.ExecutionContext; import org.apache.derby.iapi.types.DataValueDescriptor; -import org.apache.derby.iapi.types.DataValueFactory; - import org.apache.derby.iapi.sql.conn.LanguageConnectionContext; import org.apache.derby.iapi.sql.conn.ConnectionUtil; @@ -57,8 +50,6 @@ import org.apache.derby.iapi.services.sanity.SanityManager; import org.apache.derby.iapi.reference.SQLState; - -import org.apache.derby.iapi.services.io.FormatableBitSet; import java.sql.SQLException; Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/PropertyInfo.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/PropertyInfo.java?view=diff&rev=483765&r1=483764&r2=483765 ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/PropertyInfo.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/PropertyInfo.java Thu Dec 7 17:10:25 2006 @@ -30,7 +30,6 @@ import org.apache.derby.iapi.sql.conn.ConnectionUtil; import org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptor; -import org.apache.derby.iapi.sql.dictionary.DataDictionaryContext; import org.apache.derby.iapi.sql.dictionary.DataDictionary; import org.apache.derby.iapi.sql.dictionary.SchemaDescriptor; import org.apache.derby.iapi.sql.dictionary.TableDescriptor; @@ -39,7 +38,6 @@ import org.apache.derby.iapi.store.access.TransactionController; import org.apache.derby.iapi.services.property.PropertyUtil; -import org.apache.derby.iapi.reference.SQLState; import java.util.Properties; import java.sql.SQLException;