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
|