ClassCastException in ExpressionEnumerator
------------------------------------------

                 Key: DIRSERVER-1134
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1134
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: core
            Reporter: Kiran Ayyagari


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.

Reply via email to