8bbae9c2bd45ec2c639239cc7f220ae422873b65
Files Diff
- Added: 15
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public setOs(os String) : void renamed to public setOsName(osName String) : void in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Method public setIp(ip String) : void renamed to public setServerIp(serverIp String) : void in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Method public getOs() : String renamed to public getOsName() : String in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Method public getIp() : String renamed to public getServerIp() : String in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Attribute | 4 | ||
Rename Attribute os : String to osName : String in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Attribute os : String to osName : String in class com.shinemo.mpush.api.ConnectionInfo | From | To | |
Rename Attribute clientVer : String to clientVersion : String in class com.shinemo.mpush.api.ConnectionInfo | From | To | |
Rename Attribute ip : String to serverIp : String in class com.shinemo.mpush.api.RouterInfo | From | To | |
Extract Interface | 1 | ||
Extract Interface com.shinemo.mpush.api.Server from classes [com.shinemo.mpush.connection.netty.server.ConnectionServer] | From | To | |
Rename Parameter | 5 | ||
Rename Parameter ip : String to serverIp : String in method public setServerIp(serverIp String) : void in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Parameter t : T to body : T in method public abstract handle(body T, request Request) : void in class com.shinemo.mpush.core.handler.BaseMessageHandler | From | To | |
Rename Parameter ip : String to serverIp : String in method public RouterInfo(serverIp String) in class com.shinemo.mpush.api.RouterInfo | From | To | |
Rename Parameter os : String to osName : String in method public ConnectionInfo(osName String, osVersion String, clientVersion String, deviceId String, desKey String) in class com.shinemo.mpush.api.ConnectionInfo | From | To | |
Rename Parameter os : String to osName : String in method public setOsName(osName String) : void in class com.shinemo.mpush.api.RouterInfo | From | To |