acf218ea4eb58b1db572a3f40b78cdd076efa118
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private newConfigurationException(engineName String, def PluggableEngineDef, e Exception) : ConfigurationException extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To | |
Rename Parameter | 2 | ||
Rename Parameter replicationNodes : int to needNodes : int in method private getHostIds(list ArrayList<NetEndpoint>, totalNodes int, needNodes int) : String[] in class org.lealone.aose.router.P2pRouter | From | To | |
Rename Parameter liveNodes : int to totalNodes : int in method private getHostIds(list ArrayList<NetEndpoint>, totalNodes int, needNodes int) : String[] in class org.lealone.aose.router.P2pRouter | From | To |