Re: Bug in java.nio.StringCharBuffer.slice
John Platts wrote: Here is the current implementation of slice in java.nio.StringCharBuffer (as found in OpenJDK 7): 44 public CharBuffer slice() { 45 return new StringCharBuffer(str, 46 -1, 47 0, 48
Bug in java.nio.StringCharBuffer.slice
Here is the current implementation of slice in java.nio.StringCharBuffer (as found in OpenJDK 7): 44 public CharBuffer slice() { 45 return new StringCharBuffer(str, 46 -1, 47 0, 48