e1e1b79744c6ba3c631e4f2aa72ced537f95c9f6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private decodeHeap0(bufs ByteBuf[]) : void extracted from public decode(bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder | From | To | |
Extract Method private decodeHead0(buf ByteBuf) : void extracted from public decode(buf ByteBuf) : String in class org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder | From | To | |
Extract Method private inspectByteBufs(bufs ByteBuf[]) : void extracted from public decode(bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder | From | To |