771d4d75fe4037148324384a7f049a0162560899
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public byteBuf2StringDefault(charset Charset, bufs ByteBuf...) : String renamed to package byteBuf2String0(charset Charset, bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
Move Method | 1 | ||
Move Method private toCharArray(charBuffer CharBuffer) : char[] from class org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder to package toCharArray(charBuffer CharBuffer) : char[] from class org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
Extract Method | 1 | ||
Extract Method private composite(bufs ByteBuf[]) : ByteBuf extracted from public byteBuf2StringDefault(charset Charset, bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To |