-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
b40
-
generic
-
solaris_8
It would help if auto-boxing assignments of Byte/Short from literal integer worked without a cast.
test/ConsumerFeederTest.java:77: incompatible types
found : int
required: java.lang.Short
final Short value = 42;
^
test/ConsumerFeederTest.java:77: incompatible types
found : int
required: java.lang.Short
final Short value = 42;
^