8dc10d3e5e025c47dacf5d3dab68b39db15d97d1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable len : int to i : long in method public convert(i long) : byte[] in class org.redisson.client.handler.CommandEncoder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type len : int to i : long in method public convert(i long) : byte[] in class org.redisson.client.handler.CommandEncoder | From | To | |
Extract Method | 2 | ||
Extract Method public convert(i long) : byte[] extracted from private writeArgument(out ByteBuf, arg byte[]) : void in class org.redisson.client.handler.CommandEncoder | From | To | |
Extract Method public convert(i long) : byte[] extracted from protected encode(ctx ChannelHandlerContext, msg CommandData<?,?>, out ByteBuf) : void in class org.redisson.client.handler.CommandEncoder | From | To |