9be41f03c4c9df7563182a1c2dc3753011f1faf1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getSocketId() : int renamed to public getPingId() : int in class com.navercorp.pinpoint.rpc.packet.PingPacket | From | To | |
| Rename Variable | 1 | ||
| Rename Variable socketId : int to pingId : int in method public readBuffer(packetType short, buffer ChannelBuffer) : PingPacket in class com.navercorp.pinpoint.rpc.packet.PingPacket | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute socketId : int to pingId : int in class com.navercorp.pinpoint.rpc.packet.PingPacket | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter socketId : int to pingId : int in method public PingPacket(pingId int) in class com.navercorp.pinpoint.rpc.packet.PingPacket | From | To | |
| Rename Parameter socketId : int to pingId : int in method public PingPacket(pingId int, stateVersion byte, stateCode byte) in class com.navercorp.pinpoint.rpc.packet.PingPacket | From | To |