Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8698 invoked from network); 5 Jun 2007 14:31:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 14:31:47 -0000 Received: (qmail 67118 invoked by uid 500); 5 Jun 2007 14:31:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67090 invoked by uid 500); 5 Jun 2007 14:31:50 -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 67081 invoked by uid 99); 5 Jun 2007 14:31:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 07:31:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 07:31:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38A43714199 for ; Tue, 5 Jun 2007 07:31:26 -0700 (PDT) Message-ID: <24640679.1181053886229.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 07:31:26 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2646) Cleanup of Clob control/support structures In-Reply-To: <23467132.1179212896142.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-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501576 ] Kristian Waagan commented on DERBY-2646: ---------------------------------------- Yes you are right, they are now redundant. I say now because earlier the variables were not accessed in the constructor but simply tucked away, and you would get the NPE/CCE when you executed some other method on the Clob object. For the reasons you mention, they should now be removed. Committed check removals and JavaDoc additions to trunk with revision 544503. Thanks a lot! > Cleanup of Clob control/support structures > ------------------------------------------ > > Key: DERBY-2646 > URL: https://issues.apache.org/jira/browse/DERBY-2646 > Project: Derby > Issue Type: Sub-task > Components: JDBC > Affects Versions: 10.3.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Fix For: 10.3.0.0 > > Attachments: derby-2646-01a_trailing_space.diff, derby-2646-01a_trailing_space.stat, derby-2646-02a-clob-reorg.diff, derby-2646-02a-clob-reorg.stat, derby-2646-03a-internalclob.diff, derby-2646-04a-storestreamclob_utf8util.diff, derby-2646-04a-storestreamclob_utf8util.stat, derby-2646-04b-storestreamclob_utf8util.diff, derby-2646-05a-tests.diff, derby-2646-05a-tests.stat, derby-2646-05b-tests.diff > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.