1437f270fa186c718b834e8689c15ac9feed99f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setLocalCachePath(localCachePath String) : ZKConfig renamed to public setWatchPath(watchPath String) : ZKConfig in class com.mpush.zk.ZKConfig | From | To | |
Rename Method public getLocalCachePath() : String renamed to public getWatchPath() : String in class com.mpush.zk.ZKConfig | From | To | |
Rename Attribute | 2 | ||
Rename Attribute localCachePath : String to watchPath : String in class com.mpush.zk.ZKConfig | From | To | |
Rename Attribute Conn : Logger to CONN : Logger in class com.mpush.tools.log.Logs | From | To | |
Rename Parameter | 2 | ||
Rename Parameter localCachePath : String to watchPath : String in method public setWatchPath(watchPath String) : ZKConfig in class com.mpush.zk.ZKConfig | From | To | |
Rename Parameter cachePath : String to watchRootPath : String in method private initLocalCache(watchRootPath String) : void in class com.mpush.zk.ZKClient | From | To |