JDK-4847431 : LinkedHashMap not listed as implementing class of java.util.Map
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-04-11
  • Updated: 2014-05-05
  • Resolved: 2005-09-23
Related Reports
Duplicate :  
Description
Name: nt126004			Date: 04/11/2003


A DESCRIPTION OF THE PROBLEM :
The javadoc for interface java.util.Map doesn't list the class java.util.LinkedHashMap as 'known implementing class'.


REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 183819) 
======================================================================

Comments
EVALUATION Duplicate of 4947464. Already fixed in tiger, build 32.
23-09-2005

EVALUATION I can't reproduce this in mustang's javadoc. See http://download.java.net/jdk6/docs/api/java/util/Map.html Probably fixed in Tiger sometime. I recommend closing this as "Not reproducible".
22-09-2005

EVALUATION LInkedHashMap should indeed document that it implements Map. public class LinkedHashMap extends HashMap public class HashMap extends AbstractMap implements Map, Cloneable, Serializable ###@###.### 2003-04-15
15-04-2003