helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Add todo for duplicates in CompositeArrayBufferData and CompositeListBufferData #8888

Open Captain1653 opened 2 weeks ago

Captain1653 commented 2 weeks ago

Description

I've found, that there are many duplicated methods in CompositeArrayBufferData and CompositeListBufferData

For example writeTo(ByteBuffer writeBuffer, int limit)

Screenshot 2024-06-14 at 09 50 17

Maybe I should create the issue, but I'm not sure. The todo can be useful.