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: 4628977
Votes 0
Synopsis "Methods inherited from interface" should say "class"
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 1-Very High
Related Bugs
Submit Date 26-JAN-2002
Description
In numerous places in the Java Card API, the MIF doclet generates sentences like:

 "Methods inherited from interface CardRuntimeException"
 for example, in javacard.framework.fm, under the description of class
 ISOException.

 Problem is, CardRuntimeException is not an interface; it's a class.
Work Around
N/A
Evaluation
At first glance, this looks like it might be bug:
   4497167  Links to "specified by" go to a class rather than the interface

However, I investigated and the current bug lists the proper methods from 
the class CardRuntimeException.  So the bug is that it simply says "interface"
where it should say "class.  This is a new and different bug. 

But we might keep in mind that this bug is closely related to 4497167,
and might have been created in that fix.  So when testing, we should be
sure both bugs are still fixed and there is no regression.

  xxxxx@xxxxx   2002-01-25
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang