23cc7a768299fac162ca79dfd8a2cb4d9cbb8eaf
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public run() : void renamed to public start() : void in class com.shinemo.mpush.connection.ConnectionServer | From | To | |
Rename Attribute | 2 | ||
Rename Attribute clientPort : int to os : String in class com.shinemo.mpush.api.ConnectionInfo | From | To | |
Rename Attribute clientIp : String to clientVer : String in class com.shinemo.mpush.api.ConnectionInfo | From | To | |
Extract Method | 1 | ||
Extract Method public stop() : void extracted from public run() : void in class com.shinemo.mpush.connection.ConnectionServer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type version : int to version : byte in class com.shinemo.mpush.api.protocol.Packet | From | To | |
Change Attribute Type clientPort : int to os : String in class com.shinemo.mpush.api.ConnectionInfo | From | To |