fd907c003fa1fb59d0cbcd3e0567814bdb2ded6a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public decodeNonOptimized(charset Charset, bufs ByteBuf...) : String renamed to public byteBuf2StringDefault(charset Charset, bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
Extract Method | 2 | ||
Extract Method public isUtf8OrUsAscii(charset Charset) : boolean extracted from public byteBuf2String(charset Charset, buf ByteBuf) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
Extract Method public isUtf8OrUsAscii(charset Charset) : boolean extracted from public byteBuf2String(charset Charset, bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To |