-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
5.0
-
x86
-
windows_xp
A DESCRIPTION OF THE REQUEST :
cannot use all of uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
JUSTIFICATION :
it is annoying not to be able to use uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
use all of uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
ACTUAL -
Have int, long, char, byte ..
Where's the unsigned?
CUSTOMER SUBMITTED WORKAROUND :
Can use bitwise ops on ints for "unsigned" ..
###@###.### 2005-03-24 00:36:41 GMT
cannot use all of uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
JUSTIFICATION :
it is annoying not to be able to use uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
use all of uint8, uint16, uint32, uint64, sint8, sint16, sint32, sint64 explicitly.
ACTUAL -
Have int, long, char, byte ..
Where's the unsigned?
CUSTOMER SUBMITTED WORKAROUND :
Can use bitwise ops on ints for "unsigned" ..
###@###.### 2005-03-24 00:36:41 GMT
- relates to
-
JDK-4504839 Java libraries should provide support for unsigned integer arithmetic
- Closed