Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1134

ClassCastException in ExpressionEnumerator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.2, 1.5.1
    • 1.0.3, 1.5.2
    • core
    • None

    Description

      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 }

      Attachments

        Activity

          People

            elecharny Emmanuel Lécharny
            akiran Kiran Ayyagari
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: