I think (and I can be very wrong) what happens is that ` Arrays.toString(myIntArray)` is transformed to `Arrays.toString(myIntArray as Integer[])` explaining why the original array and the list that should be backed by it are not bound at all. It's just an hypotheses, of course.
- Unexpected behavior with Arrays.asList and an... Edinson E . Padrón Urdaneta
- Re: Unexpected behavior with Arrays.asLi... Jochen Theodorou
- Re: Unexpected behavior with Arrays.... Edinson E . Padrón Urdaneta
- Re: Unexpected behavior with Arr... Edinson E . Padrón Urdaneta
- Re: Unexpected behavior with... Jochen Theodorou
- Re: Unexpected behavior... Edinson E . Padrón Urdaneta