-
Bug
-
Resolution: Fixed
-
P3
-
6
-
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
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