fa1b7c3a24371be36eb79bb7d590303d7c8318be
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<ServerApp> to Collection<ServerApp> in method public getAppList() : Collection<ServerApp> in class com.shinemo.mpush.tools.zk.listener.impl.ConnectionPathListener | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable raw : String to fullPath : String in method private getServerApp(fullPath String) : ServerApp in class com.shinemo.mpush.tools.zk.listener.impl.ConnectionPathListener | From | To | |
Extract Method | 1 | ||
Extract Method private getServerApp(fullPath String) : ServerApp extracted from private getData() : void in class com.shinemo.mpush.tools.zk.listener.impl.ConnectionPathListener | From | To |