Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32EF8FFFC for ; Mon, 1 Apr 2013 05:23:21 +0000 (UTC) Received: (qmail 47059 invoked by uid 500); 1 Apr 2013 05:23:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 46844 invoked by uid 500); 1 Apr 2013 05:23:18 -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 46137 invoked by uid 99); 1 Apr 2013 05:23:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 05:23:15 +0000 Date: Mon, 1 Apr 2013 05:23:15 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6133) simple array index typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618617#comment-13618617 ] Dag H. Wanvik commented on DERBY-6133: -------------------------------------- Yes; this is in debug assertion code (SanityManager protected), so it should not happen. > simple array index typo > ----------------------- > > Key: DERBY-6133 > URL: https://issues.apache.org/jira/browse/DERBY-6133 > Project: Derby > Issue Type: Bug > Components: Network Server > Reporter: Dave Brosius > Assignee: Dave Brosius > Priority: Trivial > Attachments: 6133.txt > > > code does > if (! (columns[0] instanceof Storable)) > instead of > if (! (columns[i] instanceof Storable)) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira