Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2232 invoked from network); 6 Aug 2008 13:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 13:51:18 -0000 Received: (qmail 57291 invoked by uid 500); 6 Aug 2008 13:51:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57261 invoked by uid 500); 6 Aug 2008 13:51:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 57246 invoked by uid 99); 6 Aug 2008 13:51:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 06:51:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 13:50:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42B30234C18B for ; Wed, 6 Aug 2008 06:50:44 -0700 (PDT) Message-ID: <1974760149.1218030644271.JavaMail.jira@brutus> Date: Wed, 6 Aug 2008 06:50:44 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3793) Remove unnecessary methods from InternalClob interface In-Reply-To: <2084074566.1216726591815.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3793: ----------------------------------- Attachment: derby-3793-2a-remove_getByteLength.stat derby-3793-2a-remove_getByteLength.diff 'derby-3793-2a-remove_getByteLength.diff' removes InternalClob.getByteLength. The most interesting part of the patch is probably in LOBStreamControl.copyData. The rest of the changes are mostly deletions of code. Patch ready for review. > Remove unnecessary methods from InternalClob interface > ------------------------------------------------------ > > Key: DERBY-3793 > URL: https://issues.apache.org/jira/browse/DERBY-3793 > Project: Derby > Issue Type: Improvement > Components: JDBC > Affects Versions: 10.5.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Trivial > Fix For: 10.4.2.0, 10.5.0.0 > > Attachments: derby-3793-1a-remove_getBytePosition.diff, derby-3793-1a-remove_getBytePosition.stat, derby-3793-2a-remove_getByteLength.diff, derby-3793-2a-remove_getByteLength.stat > > > The method InternalClob.getBytePosition is only used in one internal Clob implementation, and can be removed to reduce complexity and code volume. > The method InternalClob.getByteLength can be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.