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: 4638588
Votes 0
Synopsis Inherited nested classes are missing from summary table
Category doclet:tbd
Reported Against merlin-rc1
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 15-FEB-2002
Description
There was some bad logic in the doclet.  If B is a subclass of A and B.X is a subclass of A.Y (where X subclasses Y but does not override it), Y should still  be inherited.  The doclet assumed that Y would not be inherited.  I have removed this logic.

 xxxxx@xxxxx  2002-08-16




The java.awt.Panel class contains a nested class:
   protected class Panel.AccessibleAWTPanel 

http://webwork.sfbay/j2se/1.4/docs/api/java/awt/Panel.html

However, Panel's subclass java.applet.Applet has a summary table of inherited 
nested classes which is empty.  Its heading is:

  Nested classes inherited from class java.awt.Panel

It should contain Panel.AccessibleAWTPanel

======================================================================
Work Around





======================================================================
Evaluation
This bug has been fixed.  The changes are pending review.
 xxxxx@xxxxx  2002-08-16

The changes have been approved.
 xxxxx@xxxxx  2002-09-30
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang