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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 20
    • Component/s: 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.

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

              Created:
              Updated: