-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
generic
As of now Tiger-beta2 46 build:-
Operations like :-
Character ch = 95;
ch++; // is allowed
but things like
ch+=1; // not allowed leads to compile time error.
If this can be clarified at the Autoboxing spec level it will be of great help.
Operations like :-
Character ch = 95;
ch++; // is allowed
but things like
ch+=1; // not allowed leads to compile time error.
If this can be clarified at the Autoboxing spec level it will be of great help.
- duplicates
-
JDK-5009476 Compound assignments don't work well with Byte, Short
- Open
- relates to
-
JDK-6526446 Fixes to JLS5.5 Casting Conversion
- Closed