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: 4947464
Votes 0
Synopsis LinkedHashMap missing from list of "all implementing classes" for Map
Category doclet:tbd
Reported Against 1.4
Release Fixed 1.5(tiger-b32)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 4847431
Submit Date 02-NOV-2003
Description
Note reproducible.
 xxxxx@xxxxx  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.
 xxxxx@xxxxx  2003-12-01The javadoc for Map is missing LinkedHashMap from the list of all known
implementing classes.
Work Around
N/A
Evaluation
Confirmed
 xxxxx@xxxxx  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
 xxxxx@xxxxx  2003-11-08

OK, now javax.print.attribute.standard.PrinterStateReasons is missing from the list for java.util.Map.  The problem is still present.

 xxxxx@xxxxx  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.
 xxxxx@xxxxx  2003-11-09

Fixed.
 xxxxx@xxxxx  2003-12-01
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang