Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 50793 invoked from network); 15 Feb 2009 19:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 19:41:23 -0000 Received: (qmail 62451 invoked by uid 500); 15 Feb 2009 19:41:22 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 62406 invoked by uid 500); 15 Feb 2009 19:41:22 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 62397 invoked by uid 99); 15 Feb 2009 19:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 11:41:22 -0800 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; Sun, 15 Feb 2009 19:41:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A93AE234C48D for ; Sun, 15 Feb 2009 11:40:59 -0800 (PST) Message-ID: <984423151.1234726859692.JavaMail.jira@brutus> Date: Sun, 15 Feb 2009 11:40:59 -0800 (PST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRSERVER-1134) ClassCastException in ExpressionEnumerator In-Reply-To: <6095232.1203008712616.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/DIRSERVER-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSERVER-1134. ---------------------------------------- closed > ClassCastException in ExpressionEnumerator > ------------------------------------------ > > Key: DIRSERVER-1134 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1134 > Project: Directory ApacheDS > Issue Type: Bug > Components: core > Affects Versions: 1.5.1, 1.0.2 > Reporter: Kiran Ayyagari > Assignee: Emmanuel Lecharny > Fix For: 1.5.2, 1.0.3 > > > In ExpressionEnumerator.java the below code will fail if executed with a ClassCastException > if ( node instanceof ApproximateNode ) > { > list = enumEquality( ( EqualityNode ) node ); // line 135 This cast will always throw a ClassCastException > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.