Java IDL does not support the long double, wide character, or wide string types.
for example:
public method
boolean equal (org.omg.CORBA.Any)
in class
org.omg.CORBA.Any
does not support a case where the Any object being compared has a type code value matching the TCKind values for:
long double
wchar
wstring
============================
increased scope of bug: formerly only addressed Any.equal()
now addresses all of Java IDL
brian.preston@eng 1998-06-12
for example:
public method
boolean equal (org.omg.CORBA.Any)
in class
org.omg.CORBA.Any
does not support a case where the Any object being compared has a type code value matching the TCKind values for:
long double
wchar
wstring
============================
increased scope of bug: formerly only addressed Any.equal()
now addresses all of Java IDL
brian.preston@eng 1998-06-12
- relates to
-
JDK-4145490 org.omg.CORBA.Any.equal(Any) not fully implemented
- Closed
-
JDK-4233156 wstring not seem to be supported
- Closed