f363643318a80a0d1b9799eff0a7b0156d9a5708
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createEsCommand_returns_command_for_default_settings() : void renamed to public createEsCommand_for_unix_returns_command_for_default_settings() : void in class org.sonar.application.command.CommandFactoryImplTest | From | To | |
Change Return Type | 1 | ||
Change Return Type CommandFactory to CommandFactoryImpl in method private newFactory(userProps Properties) : CommandFactoryImpl in class org.sonar.application.command.CommandFactoryImplTest | From | To | |
Extract Method | 3 | ||
Extract Method private newFactory(userProps Properties, system2 System2) : CommandFactoryImpl extracted from private newFactory(userProps Properties) : CommandFactory in class org.sonar.application.command.CommandFactoryImplTest | From | To | |
Extract Method private createEsInstallation() : EsInstallation extracted from private createEsCommandForWindows() : JavaCommand in class org.sonar.application.command.CommandFactoryImpl | From | To | |
Extract Method private createEsInstallation() : EsInstallation extracted from private createEsCommandForUnix() : EsScriptCommand in class org.sonar.application.command.CommandFactoryImpl | From | To |