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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 6
    • Affects Version/s: 6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: