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: 4525499
Votes 0
Synopsis Member fields of excludedclasses should not include XRef
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed
State 11-Closed, duplicate of 4531429, bug
Priority: 3-Medium
Related Bugs 4531429
Submit Date 09-NOV-2001
Description
Using the exclude classes feature still generates cross references to 
member fields of inherited classes, even if the class has been excluded
explicitly.

e.g. 
MIDP NG defines an interface 
    javax.microedition.io.HttpsConnection 
that extends the MIDP 1.0 interface
    javax.microedition.io.HttpConnection
since the class will be excluded in the MIDP NG spec
there shouldn't be any cross references to it's member fields
   javax.microedition.io.HttpConnection.HEAD

Since the exclude hash table is a simple mechanism no pattern 
matching was done when a field name is passed in for comparison.
    
Work Around
N/A
Evaluation
Fix is included

The included fix was used in fixing this bug and 4531429 and 4636759,
which are all duplicates.  Closing this out as a dupe of 4531429.
  xxxxx@xxxxx   2002-02-22
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang