Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 44005 invoked from network); 18 Feb 2011 06:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2011 06:51:38 -0000 Received: (qmail 93271 invoked by uid 500); 18 Feb 2011 06:51:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93092 invoked by uid 500); 18 Feb 2011 06:51:36 -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 92955 invoked by uid 99); 18 Feb 2011 06:51:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 06:51:35 +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; Fri, 18 Feb 2011 06:51:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 151AE1AC148 for ; Fri, 18 Feb 2011 06:51:12 +0000 (UTC) Date: Fri, 18 Feb 2011 06:51:12 +0000 (UTC) From: "Dave Brosius (JIRA)" To: derby-dev@db.apache.org Message-ID: <1083558256.1176.1298011872083.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (DERBY-5052) [patch] Bad name collision causes non functional method 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 [patch] Bad name collision causes non functional method ------------------------------------------------------- Key: DERBY-5052 URL: https://issues.apache.org/jira/browse/DERBY-5052 Project: Derby Issue Type: Bug Components: Tools Affects Versions: 10.7.1.1 Reporter: Dave Brosius Priority: Trivial Fix For: 10.8.0.0 Attachments: bad_name_collision.diff ijMultipleResultSetResult has this method /** * Create a ijResultImpl that represents multiple result set. */ public ijMultipleResultSetResult(List resultSets) throws SQLException { resultSets = new ArrayList(); resultSets.addAll(resultSets); } due to the name collision, this does nothing... patch fixes with this. prefixing. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira