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: 4947455
Votes 0
Synopsis @throws documentation should be auto inherited if exception is checked
Category doclet:tbd
Reported Against 1.5
Release Fixed 1.5(tiger-b32)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 01-NOV-2003
Description
This bug has been fixed.
 xxxxx@xxxxx  2003-12-01Martin Buchholz brought up a very good point.  Suppose a method documents that
it throws A and B, where B is a subclass of A.  If an overriden method only has 
A in the throws clause, the doclet should inherit @throws documentation for A 
and B.  Although B is not explicitely in the throws clause, it is a subclass of 
A so it is still checked.
Work Around
N/A
Evaluation
Accepted.
 xxxxx@xxxxx  2003-11-03

Fixed.
 xxxxx@xxxxx  2003-12-01
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang