c5ed8f93364d4769ff8edd9c365619ea39f91ad9
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 |