JDK-4378491 : stddoclet: Class should show up as an "implementing class" on interface page
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2000-10-12
  • Updated: 2014-05-05
  • Resolved: 2001-06-01
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
1.4.0 beta2Fixed
Description
The 1.3 page for swing interface ComboBoxModel doesn't show DefaultComboBoxModel as an implementing class, even though over on DefaultComboBoxModel, it does show the converse (shows ComboBoxModel as an implemented interface).

The error is on this page:
http://java.sun.com/j2se/1.3/docs/api/javax/swing/ComboBoxModel.html

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta2 FIXED IN: merlin-beta2 INTEGRATED IN: merlin-beta2 VERIFIED IN: merlin-rc1
14-06-2004

EVALUATION will investigate and fix for 1.4 beta jamie.ho@Eng 2001-05-14 This bug has been fixed. Location of Fix: ClassTree.java ClassWriter.java jamie.ho@Eng 2001-05-15 Verified by checking http://java.sun.com/j2se/1.4/docs/api/javax/swing/ComboBoxModel.html ###@###.### 2001-11-22
15-05-2001

PUBLIC COMMENTS I spoke with Josh bloch about this and we both agree that this is a bug. If we document that class C implements interface I, we should also document that an implementing class of interface I is class C. jamie.ho@Eng 2001-05-15
15-05-2001