ByteArrayOutputStream should not have a new writeBytes method in Java 11

Brian Burkhalter brian.burkhalter at oracle.com
Tue Sep 11 21:35:53 UTC 2018


On Sep 11, 2018, at 1:23 PM, Stuart Marks <stuart.marks at oracle.com> wrote:

>> 2. even if, it should not be byte b[] but byte[] b
> 
> Yeah we need to clean occurrences of this anachronistic array declaration from the JDK. I noticed a few others nearby. It's startling that a new occurrence has crept it. (Or maybe not, perhaps it was done to conform to the nearby code.)

Mea culpa. Yes, it was done to conform to existing code in the same class.

Brian


More information about the core-libs-dev mailing list