Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 67522 invoked from network); 1 Mar 2007 12:45:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 12:45:16 -0000 Received: (qmail 91740 invoked by uid 500); 1 Mar 2007 12:45:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91662 invoked by uid 500); 1 Mar 2007 12:45:21 -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 91642 invoked by uid 99); 1 Mar 2007 12:45:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 04:45:21 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 04:45:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEB307142AB for ; Thu, 1 Mar 2007 04:44:51 -0800 (PST) Message-ID: <26946604.1172753091843.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 04:44:51 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2383) ReuseFactory should use the constants in java.lang.Boolean In-Reply-To: <8778386.1172740850852.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-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476914 ] Daniel John Debrunner commented on DERBY-2383: ---------------------------------------------- One can go further and say ReuseFactory.getBoolean should be removed. The standard method java.lang.Boolean.valueOf(boolean) has the same functionality. At one point it the method was removed and then some change brought it back again. :-) > ReuseFactory should use the constants in java.lang.Boolean > ---------------------------------------------------------- > > Key: DERBY-2383 > URL: https://issues.apache.org/jira/browse/DERBY-2383 > Project: Derby > Issue Type: Improvement > Components: Miscellaneous > Affects Versions: 10.3.0.0 > Reporter: Knut Anders Hatlen > Assigned To: Knut Anders Hatlen > Priority: Trivial > Fix For: 10.3.0.0 > > Attachments: bool.diff > > > ReuseFactory has its own constants for Boolean true/false. It could use Boolean.TRUE and Boolean.FALSE instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.