Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039971 | 1.4.0 | Ken Cavanaugh | P5 | Closed | Won't Fix |
CORBA formal 00-11-03 states that
"Attempts to assign a wide string literal to a non-wide string constant or to assign a non-wide string literal to a wide string constant result in a compile-time diagnostic."
[similar for wchar]
Currently, the idl compiler is too lenient with wchar and wstring literals,
and treats them the same internally.
"Attempts to assign a wide string literal to a non-wide string constant or to assign a non-wide string literal to a wide string constant result in a compile-time diagnostic."
[similar for wchar]
Currently, the idl compiler is too lenient with wchar and wstring literals,
and treats them the same internally.
- backported by
-
JDK-2039971 idlj too lenient with wchar and wstring literals
- Closed