JDK-4947464 : LinkedHashMap missing from list of "all implementing classes" for Map
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8,windows_2000
  • CPU: generic,x86
  • Submitted: 2003-11-02
  • Updated: 2014-05-05
  • Resolved: 2003-12-19
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.
Other
5.0 b32Fixed
Related Reports
Duplicate :  
Description
The javadoc for Map is missing LinkedHashMap from the list of all known
implementing classes.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
14-06-2004

PUBLIC COMMENTS Note reproducible. ###@###.### 2003-11-08 My previous test case was not reproducible because the source changed. Neal has provided another test case that does reproduce the bug. This bug has been fixed. ###@###.### 2003-12-01
01-12-2003

EVALUATION Confirmed ###@###.### 2003-11-03 I cannot reproduce this bug. Maybe it was just broken for one build, but it is not broken anymore. I see LinkedHashMap in the list of implemei ###@###.### 2003-11-08 OK, now javax.print.attribute.standard.PrinterStateReasons is missing from the list for java.util.Map. The problem is still present. ###@###.### 2003-11-08 I see the problem. If class A implements interface I and class B extends A, we document that B implements I in the documentation for B. However, in the documentation for I, we only document that A implements I. We should also include B in the list of classes that implement I. Thanks Neal. ###@###.### 2003-11-09 Fixed. ###@###.### 2003-12-01
09-11-2003