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




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