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 BF9F79620 for ; Thu, 29 Sep 2011 09:47:09 +0000 (UTC) Received: (qmail 95055 invoked by uid 500); 29 Sep 2011 09:47:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95028 invoked by uid 500); 29 Sep 2011 09:47:09 -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 95020 invoked by uid 99); 29 Sep 2011 09:47:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 09:47:09 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Thu, 29 Sep 2011 09:47:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6D7428EEAE for ; Thu, 29 Sep 2011 09:46:45 +0000 (UTC) Date: Thu, 29 Sep 2011 09:46:45 +0000 (UTC) From: "Knut Anders Hatlen (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <355421737.7052.1317289605685.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <884503637.7047.1317289605491.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5436) Use helper method to add warning in EmbedResultSet.movePosition() 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-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5436: -------------------------------------- Attachment: d5436.diff The attached patch makes movePosition() use the helper method. > Use helper method to add warning in EmbedResultSet.movePosition() > ----------------------------------------------------------------- > > Key: DERBY-5436 > URL: https://issues.apache.org/jira/browse/DERBY-5436 > Project: Derby > Issue Type: Improvement > Components: JDBC > Affects Versions: 10.9.0.0 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Priority: Trivial > Attachments: d5436.diff > > > EmbedResultSet has a helper method called addWarning() that adds a warning to the warning chain or creates a new warning chain if one doesn't already exist. movePosition() should use this helper method. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira