777296aac5314daf67d333a564ccdf18a5e946b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setLastReadTime() : void renamed to public updateLastReadTime() : void in class com.shinemo.mpush.netty.connection.NettyConnection | From | To | |
| Rename Method public setLastReadTime() : void renamed to public updateLastReadTime() : void in class com.shinemo.mpush.api.connection.Connection | From | To | |
| Rename Variable | 2 | ||
| Rename Variable nowTime : long to now : long in method public genSession(context SessionContext) : ReusableSession in class com.shinemo.mpush.core.session.ReusableSessionManager | From | To | |
| Rename Variable v : ReusableSession to session : ReusableSession in method public genSession(context SessionContext) : ReusableSession in class com.shinemo.mpush.core.session.ReusableSessionManager | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to ChannelFuture in method public close() : ChannelFuture in class com.shinemo.mpush.netty.connection.NettyConnection | From | To | |
| Change Return Type void to ChannelFuture in method public close() : ChannelFuture in class com.shinemo.mpush.api.connection.Connection | From | To | |
| Extract Variable | 1 | ||
| Extract Variable routerManager : LocalRouterManager in method public onReceiveKickRemoteMsg(msg KickRemoteMsg) : void from class com.shinemo.mpush.core.router.RouterChangeListener | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter info : SessionContext to context : SessionContext in method public genSession(context SessionContext) : ReusableSession in class com.shinemo.mpush.core.session.ReusableSessionManager | From | To |