-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
None
-
beta
-
sparc
-
solaris_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2036426 | 1.4.0 | Ram Jeyaraman | P3 | Closed | Won't Fix |
The org.omg.CORBA packages contains non-conformant class definitions for Helper classes for CORBA types. The correct definitions are in the IDL/Java mapping as specified in the document http://cgi.omg.org/cgi-bin/doc?ptc/00-01-08
The class definitions in the org.omg.CORBA package have to be modified to be compliant with the OMG IDL/Java spec.
In order to be compliant,
1. the public final class should be changed to abstract public class.
2. the no-arg constructor should be removed.
Ram
The class definitions in the org.omg.CORBA package have to be modified to be compliant with the OMG IDL/Java spec.
In order to be compliant,
1. the public final class should be changed to abstract public class.
2. the no-arg constructor should be removed.
Ram
- backported by
-
JDK-2036426 org.omg.CORBA package has classes which do not conform to the OMG IDL/Java mappi
-
- Closed
-