netty5/buffer/src
Norman Maurer 6e0d22335d
Include more details if we throw an IllegalArgumentException because of overflow (#10330)
Motivation:

We should include as much details as possible when throwing an IllegalArgumentException because of overflow in CompositeByteBuf

Modifications:

Add more details and factor out check into a static method to share code

Result:

Make it more clear why an operations failed
2020-06-02 10:07:50 +02:00
..
main Include more details if we throw an IllegalArgumentException because of overflow (#10330) 2020-06-02 10:07:50 +02:00
test/java/io/netty/buffer Correctly handle WrappedCompositeByteBufs in addFlattenedComponents() (#10247) 2020-05-05 13:56:40 +02:00