Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16159 invoked from network); 2 Apr 2008 08:34:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 08:34:53 -0000 Received: (qmail 30793 invoked by uid 500); 2 Apr 2008 08:34:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30602 invoked by uid 500); 2 Apr 2008 08:34:53 -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 30593 invoked by uid 99); 2 Apr 2008 08:34:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 01:34:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 08:34:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 55B88234C0B3 for ; Wed, 2 Apr 2008 01:32:24 -0700 (PDT) Message-ID: <667557249.1207125144349.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 01:32:24 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-3586) Remove am.Connection.reset(LogWriter,ClientBaseDataSource,boolean) and called methods In-Reply-To: <1137717273.1207094366027.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-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-3586. ------------------------------------ Resolution: Fixed Derby Info: (was: [Patch Available]) Regression tests ran cleanly (except for the management test). Committed 'derby-3586-1a-connection_reset3_removal.diff' to trunk with revision 643789 and to the 10.4 branch with revision 643790. > Remove am.Connection.reset(LogWriter,ClientBaseDataSource,boolean) and called methods > ------------------------------------------------------------------------------------- > > Key: DERBY-3586 > URL: https://issues.apache.org/jira/browse/DERBY-3586 > Project: Derby > Issue Type: Improvement > Components: Network Client > Affects Versions: 10.2.2.0, 10.3.2.1, 10.4.0.0, 10.5.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Trivial > Fix For: 10.4.1.0, 10.5.0.0 > > Attachments: derby-3586-1a-connection_reset3_removal.diff > > > am.Connection.reset(LogWriter,ClientBaseDataSource,boolean) isn't called and can be removed. > Further, the following methods are only called from the reset(3): > * abstract Connection.reset_(3) and impl NetConnection.reset_(3) > * NetConnection.resetNetConnection(3) > All these methods have cousins taking 4 arguments, which are being used by on one occasion: ClientPooledConnection.getConnection(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.