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

Several JMX classes have typos in javadoc tag {link...} in Serialized Form

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 6
    • core-svc
    • None

      Several JMX classes have typos in tag {link...} for Serialized Form javadoc:
        - javax.management.modelmbean.InvalidTargetObjectTypeException
            Exception exception
            Encapsulated {@link Exception}

        - javax.management.modelmbean.ModelMBeanAttributeInfo
            Descriptor attrDescriptor
            The {@link Descriptor} containing the metadata corresponding to this attribute

        - javax.management.modelmbean.ModelMBeanConstructorInfo
            Descriptor consDescriptor
            The {@link Descriptor} containing the metadata for this instance

        - javax.management.modelmbean.ModelMBeanInfoSupport
            ModelMBeanAttributeInfo[] modelMBeanAttributes
            The array of {@link ModelMBeanAttributeInfo} objects which have descriptors

            MBeanConstructorInfo[] modelMBeanConstructors
            The array of {@link ModelMBeanConstructorInfo} objects which have descriptors
            ...
            MBeanNotificationInfo[] modelMBeanNotifications
            The array of {@link ModelMBeanNotificationInfo} objects which have descriptors

            MBeanOperationInfo[] modelMBeanOperations
            The array of {@link ModelMBeanOperationInfo} objects which have descriptors

        - javax.management.relation.MBeanServerNotificationFilter
            List<E> deselectedNames
            List of {@link ObjectName}s with no interest
              * null means that all {@link ObjectName}s are implicitly deselected (check for explicit selections))
              * Empty vector means that no {@link ObjectName} is explicitly deselected

            List<E> selectedNames
            List of {@link ObjectName}s of interest
              * null means that all {@link ObjectName}s are implicitly selected (check for explicit deselections)
              * Empty vector means that no {@link ObjectName} is explicitly selected

        - javax.management.relation.RelationNotification
            List<E> newRoleValue
            New role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)

            List<E> oldRoleValue
            Old role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)
            ...
            ObjectName relationObjName
            {@link ObjectName} of the relation MBean of created/removed/updated relation (only if the relation is represented by an MBean)
            ...
            List<E> unregisterMBeanList
            List of {@link ObjectName}s of referenced MBeans to be unregistered due to relation removal

        - javax.management.relation.RelationTypeSupport
            Map<K,V> roleName2InfoMap
            {@link Map} holding the mapping: <role name ({@link String})> -> <role info ({@link RoleInfo} object)>

        - javax.management.relation.Role
            List<E> objectNameList
            {@link List} of {@link ObjectName}s of referenced MBeans

        - javax.management.relation.RoleUnresolved
            List<E> roleValue
            Role value ({@link List} of {@link ObjectName} objects)

            Unassigned Unassigned
            ygaevsky Yuri Gaevsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: