-
Bug
-
Resolution: Won't Fix
-
None
-
1.16.1
-
None
-
Plausible
-
(Unassigned)
Your implementation of Netty's ByteBuf extends ByteBuf, holds a ByteBuf object and overrides many of its methods to do the same thing on that object instead of just extending the required subclass of ByteBuf and adding whatever utility methods that it needs. Why? Is there a good reason for that?