e9364a63d783b5871058ccfe9ec2ed33c48c2c2d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public decodeNonOptimized(charset Charset, bufs ByteBuf...) : String extracted from public byteBuf2String(charset Charset, bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public decodeNonOptimized(charset Charset, bufs ByteBuf...) : String extracted from public decode(bufs ByteBuf...) : String in class org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder & moved to class org.asynchttpclient.netty.util.ByteBufUtils | From | To |