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

Field name typo in otid_t in j2ee.jar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.2.2
    • tools
    • x86
    • windows_nt



      Name: md23716 Date: 09/20/2000

      From the J2EE lib directory issue:
      javap -classpath ./j2ee.jar org.omg.CosTransactions.otid_t
                                                                  
      This gave:

       Compiled from otid_t.java
       public final class org.omg.CosTransactions.otid_t extends
       java.lang.Object
       implements org.omg.CORBA.portable.IDLEntity {
           public int formatID;
           public int bequal_length;

           public byte tid??;
           public org.omg.CosTransactions.otid_t();
           public org.omg.CosTransactions.otid_t(int,int,byte??);

       }
          

       which shows the incorrect spelling of bqual_length. The
       extra 'e' is not present in the CosTransactions IDL interface.
      ======================================================================

            gafter Neal Gafter (Inactive)
            mdevereuorcl Michelle Devereux (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: