Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4140900

com.sun.CORBA.TypeCodeImpl#equal bug for unbounded sequences

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.0
    • other-libs
    • generic
    • generic



      Name: rm29839 Date: 05/21/98


      com.sun.CORBA.TypeCodeImpl#equal gives false for
      any unbounded sequence typecodes; even for the same
      TypeCode object.

      Example:
      // IDL
      typedef sequence<long> Longs;

      // Java
      org.omg.CORBA.TypeCode tc = LongsHelper.type();
      System.out.println(tc.equal(tc));

      prints 'false'
      (Review ID: 29092)
      ======================================================================

            Unassigned Unassigned
            rmandelsunw Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: