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

Documentation for MBeanServer queryNames and queryMBeans methods inherits non-existent documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 20
    • core-svc

          /**
           * {@inheritDoc}
            * @throws RuntimeOperationsException {@inheritDoc}
           */
          public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query);

          /**
           * {@inheritDoc}
            * @throws RuntimeOperationsException {@inheritDoc}
          */
          public Set<ObjectName> queryNames(ObjectName name, QueryExp query);

      Corresponding methods in javax.management.MBeanServerConnection do not document RuntimeOperationsException.

      Although this affects specification, it is not strictly speaking a code problem.

            Unassigned Unassigned
            prappo Pavel Rappo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: