JDK-6191402 : javax.management.timer.Timer.getNotificationIDs returns wrong kind of Vector
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-11-05
  • Updated: 2017-05-16
  • Resolved: 2004-12-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b17Fixed
Related Reports
Relates :  
Description
The method Timer.getNotificationIDs() is clearly specified to return
a Vector of Integer objects.  But the implementation actually returns
a Vector of TimerNotification objects.
###@###.### 2004-11-05 13:26:07 GMT

Comments
EVALUATION This bug was discovered during generification of the API. The fact that nobody ever reported it before suggests that nobody has used this method, so changing its behaviour to be consistent with the spec should not break existing code. ###@###.### 2004-11-05 13:26:07 GMT
05-11-2004