fcb481bc03a2ed16a1d7919de2dafcb98244426e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type e : Exception to e : Throwable in method private newConfigException(engineName String, def PluggableEngineDef, e Throwable) : ConfigException in class org.lealone.main.Lealone | From | To | |
Inline Variable | 1 | ||
Inline Variable pluggable_engines : List<PluggableEngineDef> in method private initPluggableEngines() : void from class org.lealone.main.Lealone | From | To | |
Extract Method | 7 | ||
Extract Method private initStorageEngineEngines() : void extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To | |
Extract Method private initTransactionEngineEngines() : void extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To | |
Extract Method private initSQLEngines() : void extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To | |
Extract Method private registerAndInitEngines(engines List<PluggableEngineDef>, name String, defaultEngineKey String, callableTask CallableTask<T>) : void extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To | |
Extract Method private initProtocolServerEngines() : void extracted from private initPluggableEngines() : void in class org.lealone.main.Lealone | From | To |