864b1d13c3e2bc4e923e39a700608abe41944d61
Files Diff
- Added: 17
 - Removed: 15
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected loadConfiguration(iConfiguration OServerConfiguration) : void renamed to protected initFromConfiguration() : void in class com.orientechnologies.orient.server.OServer | From | To | |
| Inline Method | 1 | ||
| Inline Method protected loadConfigurationFromFile(iFile File) : OServerConfiguration inlined to public startup(iConfigurationFile File) : OServer in class com.orientechnologies.orient.server.OServer | From | To | |
| Rename Variable | 4 | ||
| Rename Variable iConfiguration : OServerConfiguration to cfg : OServerConfiguration in method protected initFromConfiguration() : void in class com.orientechnologies.orient.server.OServer | From | To | |
| Rename Variable paramAnnotations : Annotation[] to annotations : Annotation[] in method protected formatCommandSpecs(iCommand String, m Method) : String in class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Rename Variable a : Annotation to ann : Annotation in method protected formatCommandSpecs(iCommand String, m Method) : String in class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Rename Variable pAnn : ConsoleParameter to paramDescription : String in method protected formatCommandSpecs(iCommand String, m Method) : String in class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder server to tools | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected configuration : OServerConfiguration from class com.orientechnologies.orient.server.OServer to private configuration : OServerConfiguration from class com.orientechnologies.orient.server.config.OServerConfigurationManager | From | To | |
| Move Attribute protected configurationLoader : OServerConfigurationLoaderXml from class com.orientechnologies.orient.server.OServer to private configurationLoader : OServerConfigurationLoaderXml from class com.orientechnologies.orient.server.config.OServerConfigurationManager | From | To | |
| Extract Class | 1 | ||
| Extract Class com.orientechnologies.orient.server.config.OServerConfigurationManager from class com.orientechnologies.orient.server.OServer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute configuration : OServerConfiguration to serverCfg : OServerConfigurationManager in class com.orientechnologies.orient.server.OServer | From | To | |
| Extract Variable | 1 | ||
| Extract Variable methodMap : Map<Method,Object> in method protected getMethod(iCommand String) : Method from class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pAnn : ConsoleParameter to paramDescription : String in method protected formatCommandSpecs(iCommand String, m Method) : String in class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type configuration : OServerConfiguration to serverCfg : OServerConfigurationManager in class com.orientechnologies.orient.server.OServer | From | To | |
| Extract Method | 3 | ||
| Extract Method public startupFromConfiguration() : OServer extracted from public startup(iConfiguration OServerConfiguration) : OServer in class com.orientechnologies.orient.server.OServer | From | To | |
| Extract Method protected formatCommandSpecs(iCommand String, m Method) : String extracted from public help(iCommand String) : void in class com.orientechnologies.common.console.OConsoleApplication | From | To | |
| Extract Method protected formatCommandSpecs(iCommand String, m Method) : String extracted from protected syntaxError(iCommand String, m Method) : void in class com.orientechnologies.common.console.OConsoleApplication | From | To |