641c347786fc2d6a64811181439483e23764076d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute routerMap : Map<String,LocalRouter> to routers : Map<String,LocalRouter> in class com.shinemo.mpush.core.router.LocalRouterManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type router : Router<?> to router : LocalRouter in method private checkLocal(message GatewayPushMessage) : boolean in class com.shinemo.mpush.core.handler.GatewayPushHandler | From | To | |
Inline Variable | 1 | ||
Inline Variable location : ClientLocation in method public handle(message GatewayPushMessage) : void from class com.shinemo.mpush.core.handler.GatewayPushHandler | From | To | |
Extract Method | 2 | ||
Extract Method private checkLocal(message GatewayPushMessage) : boolean extracted from public handle(message GatewayPushMessage) : void in class com.shinemo.mpush.core.handler.GatewayPushHandler | From | To | |
Extract Method private checkRemote(message GatewayPushMessage) : void extracted from public handle(message GatewayPushMessage) : void in class com.shinemo.mpush.core.handler.GatewayPushHandler | From | To |