netty5/buffer/src
Norman Maurer 5b387975b8 Add unit test for leak aware CompositeByteBuf that proves that there is no NPE (#9875)
Motivation:

https://github.com/netty/netty/issues/9873 reported a NPE in previous version of netty. We should add a unit test to verify there is no more NPE

Modifications:

Add a unit test

Result:

Prove that https://github.com/netty/netty/issues/9873 is fixed
2019-12-12 16:19:26 +01:00
..
main Change DefaultByteBufHolder.equals() to treat instances of different classes as not equal (#9855) 2019-12-10 11:30:23 +01:00
test/java/io/netty/buffer Add unit test for leak aware CompositeByteBuf that proves that there is no NPE (#9875) 2019-12-12 16:19:26 +01:00