-
Bug
-
Resolution: Fixed
-
P5
-
1.0.1_04
-
04
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2146901 | jdmk5.1_03 | Laurence Caullet | P5 | Closed | Fixed | 03 |
As found by dockcheck when checking JMX Remote 1.0.1_04 RI unbundled release in class javax.management.remote.jmxmp.JMXMPConnectorServer, for all four constructors:
JMXMPConnectorServer()
* Missing @throws tag.
JMXMPConnectorServer(MBeanServer)
* Missing @throws tag.
JMXMPConnectorServer(JMXServiceURL, Map)
* Missing @throws tag.
JMXMPConnectorServer(JMXServiceURL, Map, MBeanServer)
* Missing @throws tag.
JMXMPConnectorServer()
* Missing @throws tag.
JMXMPConnectorServer(MBeanServer)
* Missing @throws tag.
JMXMPConnectorServer(JMXServiceURL, Map)
* Missing @throws tag.
JMXMPConnectorServer(JMXServiceURL, Map, MBeanServer)
* Missing @throws tag.
- backported by
-
JDK-2146901 javadoc of JMXMPConnectorServer constructors misses @throws IOException tags
-
- Closed
-