-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b17
-
generic
-
generic
-
Not verified
The ModelMBeanAttributeInfo and ModelMBeanConstructorInfo constructors both respect the spec to the letter: if the passed-in Descriptor does not contain the field displayName then it is added (as a side-effect of the private method isValid). Then the Descriptor is cloned. It would obviously be much cleaner to clone the Descriptor first, then add displayName if it is missing. In particular this would allow the caller to pass in a read-only Descriptor.
###@###.### 2003-12-12
###@###.### 2003-12-12
- relates to
-
JDK-6252592 Provide for the user mandatory fields missing in Descriptor given to Model*Info constructors
-
- Closed
-