65d98d074ad11ec42c2708859c43122ee658aecf
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public listen(localEp InetAddress) : void renamed to public start(localEp InetAddress, config Map<String,String>) : void in class org.lealone.aose.net.MessagingService | From | To | |
| Rename Variable | 1 | ||
| Rename Variable th : SocketThread to server : Server in method public shutdown() : void in class org.lealone.aose.net.MessagingService | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute socketThreads : List<SocketThread> to servers : List<Server> in class org.lealone.aose.net.MessagingService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type th : SocketThread to server : Server in method public shutdown() : void in class org.lealone.aose.net.MessagingService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type socketThreads : List<SocketThread> to servers : List<Server> in class org.lealone.aose.net.MessagingService | From | To |