netty5/buffer/src
Norman Maurer eae9492c40 EmptyByteBuf.getCharSequence(0,...) must return empty String (#9272)
Motivation:

At the moment EmptyByteBuf.getCharSequence(0,...) will return null while it must return a "".

Modifications:

- Let EmptyByteBuf.getCharSequence(0,...) return ""
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/9271.
2019-06-24 21:09:52 +02:00
..
main/java/io/netty/buffer EmptyByteBuf.getCharSequence(0,...) must return empty String (#9272) 2019-06-24 21:09:52 +02:00
test/java/io/netty/buffer EmptyByteBuf.getCharSequence(0,...) must return empty String (#9272) 2019-06-24 21:09:52 +02:00