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 963939077 for ; Mon, 9 Jul 2012 12:36:36 +0000 (UTC) Received: (qmail 40101 invoked by uid 500); 9 Jul 2012 12:36:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39936 invoked by uid 500); 9 Jul 2012 12:36: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 39896 invoked by uid 99); 9 Jul 2012 12:36:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 12:36:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C305C142822 for ; Mon, 9 Jul 2012 12:36:34 +0000 (UTC) Date: Mon, 9 Jul 2012 12:36:34 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <1103711798.22524.1341837394800.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2075344431.3785.1341421595798.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (DERBY-5847) Clean up IDE warnings in DRDAConnThread 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-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5847: -------------------------------------- Attachment: d5847-2a-unnecessary-return.patch Attaching d5847-2a-unnecessary-return.patch which cleans up another batch of warnings. The patch removes return statements at the end of void methods, as they are not needed. Committed revision 1359110. > Clean up IDE warnings in DRDAConnThread > --------------------------------------- > > Key: DERBY-5847 > URL: https://issues.apache.org/jira/browse/DERBY-5847 > Project: Derby > Issue Type: Improvement > Components: Network Server > Affects Versions: 10.10.0.0 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Priority: Minor > Attachments: d5847-1a-string-equality.patch, d5847-2a-unnecessary-return.patch > > > When I open DRDAConnThread in NetBeans, I see 49 warnings. Most of them are harmless (like static fields accessed via an instance, suggestions about using StringBuilder instead of StringBuffer, or using System.arraycopy() instead of for loops). Others indicate real problems, like the use of != to compare SQL states in writeSQLDIAGGRP(). > We should clean up the warnings so that it's easier to notice new warnings about potential problems. -- 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