Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4847431
Votes 0
Synopsis LinkedHashMap not listed as implementing class of java.util.Map
Category doclet:tbd
Reported Against 1.4
Release Fixed
State 11-Closed, duplicate of 4947464, bug
Priority: 4-Low
Related Bugs
Submit Date 11-APR-2003
Description


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) 
======================================================================
Posted Date : 2005-09-22 22:35:29.0
Work Around
N/A
Evaluation
LInkedHashMap should indeed document that it implements Map.

public class LinkedHashMap extends HashMap 
public class HashMap extends AbstractMap implements Map, Cloneable, Serializable

  xxxxx@xxxxx   2003-04-15
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".
Posted Date : 2005-09-22 22:35:29.0

Duplicate of 4947464.  Already fixed in tiger, build 32.
Posted Date : 2005-09-23 06:08:22.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang