Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50940 invoked from network); 15 Oct 2007 12:14:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 12:14:12 -0000 Received: (qmail 2044 invoked by uid 500); 15 Oct 2007 12:14:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 1951 invoked by uid 500); 15 Oct 2007 12:14:00 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 1942 invoked by uid 99); 15 Oct 2007 12:14:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 05:14:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 15 Oct 2007 12:14:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B8853714245 for ; Mon, 15 Oct 2007 05:13:51 -0700 (PDT) Message-ID: <22283855.1192450431753.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 05:13:51 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-4687) [classlib][logging] Level.java readResolve() bug In-Reply-To: <24399772.1188332371393.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/HARMONY-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison closed HARMONY-4687. -------------------------------- No response, assuming it is ok. > [classlib][logging] Level.java readResolve() bug > ------------------------------------------------ > > Key: HARMONY-4687 > URL: https://issues.apache.org/jira/browse/HARMONY-4687 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Imran Ghory > Assignee: Tim Ellison > > readResolve() in Level.java does: > if (!name.equals(name)) { > continue; > } > when it should be doing: > if (!name.equals(level.name)) { > continue; > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.