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: 4532485
Votes 0
Synopsis org.omg.CORBA.Repository and org.omg.CORBA.Initializer doc problem
Category guides:none
Reported Against merlin-beta3
Release Fixed 1.4(merlin-rc1)
State 10-Fix Delivered, bug
Priority: 1-Very High
Related Bugs
Submit Date 28-NOV-2001
Description
The following APIs were documented in J2SE 1.3 and 1.4, but
not actually shipped in the JRE:

org.omg.CORBA.Repository
org.omg.CORBA.Initializer

These APIs are part of the Interface Repository, and are required for
supporting FulValueDescriptors as part of the codebase support that is used
to marshal valuetypes in CORBA. However, all of these APIs are actually
mapped into the com.sun.org.omg.CORBA package to avoid adding unstable
APIs to the org.omg.CORBA space, which is part of the official API
for J2SE.  As a consequence, org.omg.CORBA.Repository and
org.omg.CORBA.Initializer should not be documented at all.  The 
fact that they were incorrectly documented in J2SE 1.3 may require
that we carry the documentation forward into J2SE 1.4, but JCKs
should not be written in J2SE 1.4 for these two interfaces.
Work Around
N/A
Evaluation
  xxxxx@xxxxx   2001-12-18

I deleted the offending source files from the workspace.
This was integrated into merlin-rc1.  I cannot mark this bug integrated,
since merlin-rc1 is not listed as a choice.
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang