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

Missing dimension in javax.management.openmbean.ArrayType.getDescription() output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • core-svc
    • None
    • b40
    • generic
    • generic
    • Verified

      Starting with Mustang b37, the "dimension" value is no longer present at the begining of the ArrayType.getDescription() output.

      String expected = "2-dimension array of java.lang.String";
                  ArrayType f_2dim_ArrayType_String = new ArrayType(2, SimpleType.STRING);
                  if ( ! f_2dim_ArrayType_String.getDescription().equals(expected)) {
                      // That is the issue
                  }

      ###@###.### 2005-05-20 10:40:55 GMT

            lmalvent Luis-Miguel Alventosa (Inactive)
            yjoan Yves Joan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: