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 B7C20F0AE for ; Sun, 14 Apr 2013 03:38:22 +0000 (UTC) Received: (qmail 54830 invoked by uid 500); 14 Apr 2013 03:38:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 54596 invoked by uid 500); 14 Apr 2013 03:38: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 54533 invoked by uid 99); 14 Apr 2013 03:38:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Apr 2013 03:38:15 +0000 Date: Sun, 14 Apr 2013 03:38:15 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6125) Code clean up in client driver. 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-6125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631257#comment-13631257 ] Dag H. Wanvik commented on DERBY-6125: -------------------------------------- Thanks, Knut. As for the qualified "this", my IDE warns me about "leaking 'this' in constructor". In the cases I changed, the usage is safe in that the state is initialized and I found that adding the qualification silenced the IDE (NetBeans) warning. > Code clean up in client driver. > ------------------------------- > > Key: DERBY-6125 > URL: https://issues.apache.org/jira/browse/DERBY-6125 > Project: Derby > Issue Type: Improvement > Components: Network Client > Reporter: Dag H. Wanvik > Attachments: derby-6125-01-a.diff, derby-6125-01-b.diff, derby-6125-01-b.status, derby-6125-02-a.diff, derby-6125-02-a.status, derby-6125-03-04-followup.diff, derby-6125-03-04-followup.status, derby-6125-03-a.diff, derby-6125-03-a.status, derby-6125-04-a.diff, derby-6125-04-a.status, derby-6125-05-a.diff, derby-6125-05-c.diff, derby-6125-05-c.status, derby-6125-05-d.diff, derby-6125-05-d.status, derby-6125-imports-01-a.diff, derby-6125-imports-01-a.status, derby-6125-visibility-01-a.diff, derby-6125-visibility-01-a.status, derby-6125-visibility-01-b.diff > > > Clean up unused code, lacking finals, too wide visibility etc. -- 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