Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 91409 invoked from network); 2 Feb 2011 23:42:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 23:42:53 -0000 Received: (qmail 95157 invoked by uid 500); 2 Feb 2011 23:42:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95079 invoked by uid 500); 2 Feb 2011 23:42:52 -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 95056 invoked by uid 99); 2 Feb 2011 23:42:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 23:42:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 23:42:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E738318A006 for ; Wed, 2 Feb 2011 23:42:29 +0000 (UTC) Date: Wed, 2 Feb 2011 23:42:29 +0000 (UTC) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Message-ID: <1286474369.6339.1296690149943.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Reopened: (DERBY-4052) SQLChar.copyState() doesn't copy localeFinder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reopened DERBY-4052: ----------------------------------- Reopen for backport. > SQLChar.copyState() doesn't copy localeFinder > --------------------------------------------- > > Key: DERBY-4052 > URL: https://issues.apache.org/jira/browse/DERBY-4052 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.5.1.1 > Reporter: Knut Anders Hatlen > Assignee: Yun Lee > Priority: Minor > Fix For: 10.7.1.1 > > Attachments: derby-4052.patch, derby-4052.stat > > > The last line of SQLChar.copyState() looks incorrect. > this.localeFinder = localeFinder; > This line doesn't do anything, since the left side and the right side of the assignment are identical. > It might be intentional, but in that case there should be a comment explaining why. Looking at the rest of the method, it looks like the intention is that the right side of the assignment should be other.localeFinder. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira