e4c0b858c7e6807801c6481d995ca11682c58fad
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 34
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public return_component_secured_settings_when_not_authenticated_but_with_scan_permission() : void renamed to public return_component_secured_settings_when_not_authenticated_but_with_project_scan_permission() : void in class org.sonar.server.setting.ws.ValuesActionTest | From | To | |
| Rename Method public dumpServerSideModuleProps() : void renamed to public dumpServerSideProjectProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Rename Method public fails_with_BRE_if_component_is_neither_a_project_or_a_module() : void renamed to public fails_with_BRE_if_component_is_not_a_project() : void in class org.sonar.server.batch.ProjectDataLoaderTest | From | To | |
| Rename Method public getModuleKey() : String renamed to public getProjectKey() : String in class org.sonar.server.batch.ProjectDataQuery | From | To | |
| Rename Method public setModuleKey(projectOrModuleKey String) : ProjectDataQuery renamed to public setProjectKey(projectKey String) : ProjectDataQuery in class org.sonar.server.batch.ProjectDataQuery | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type inputModule : AbstractProjectOrModule to inputModule : DefaultInputModule in method public put(inputModule DefaultInputModule) : void in class org.sonar.scanner.scan.filesystem.InputComponentStore | From | To | |
| Change Parameter Type project : AbstractProjectOrModule to project : DefaultInputProject in method public provide(project DefaultInputProject, globalConfig GlobalConfiguration, globalServerSettings GlobalServerSettings, projectServerSettings ProjectServerSettings, mode GlobalAnalysisMode, projectSettings MutableProjectSettings) : ProjectConfiguration in class org.sonar.scanner.scan.ProjectConfigurationProvider | From | To | |
| Change Parameter Type projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in method public provide(globalConfig GlobalConfiguration, module DefaultInputModule, projectServerSettings ProjectServerSettings, analysisMode GlobalAnalysisMode, contextReportPublisher AnalysisContextReportPublisher) : ModuleConfiguration in class org.sonar.scanner.scan.ModuleConfigurationProvider | From | To | |
| Rename Variable | 6 | ||
| Rename Variable content : String to lines : List<String> in method public shouldNotDumpSQPropsInSystemProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Rename Variable qualifier : String to moduleUuid : String in method public fails_with_BRE_if_component_is_not_a_project() : void in class org.sonar.server.batch.ProjectDataLoaderTest | From | To | |
| Rename Variable mainModule : ComponentDto to project : ComponentDto in method public load(query ProjectDataQuery) : ProjectRepositories in class org.sonar.server.batch.ProjectDataLoader | From | To | |
| Rename Variable content : String to lines : List<String> in method public dumpServerSideProjectProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Rename Variable content : String to lines : List<String> in method public dontDumpParentProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Rename Variable moduleKey : String to projectKey : String in method public load(query ProjectDataQuery) : ProjectRepositories in class org.sonar.server.batch.ProjectDataLoader | From | To | |
| Change Return Type | 1 | ||
| Change Return Type AbstractProjectOrModule to DefaultInputModule in method public getModule(moduleKeyWithBranch String) : DefaultInputModule in class org.sonar.scanner.scan.filesystem.InputComponentStore | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute projectOrModuleKey : String to projectKey : String in class org.sonar.server.batch.ProjectDataQuery | From | To | |
| Rename Attribute projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in class org.sonar.scanner.report.AnalysisContextReportPublisher | From | To | |
| Rename Attribute projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type content : String to lines : List<String> in method public shouldNotDumpSQPropsInSystemProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Change Variable Type content : String to lines : List<String> in method public dumpServerSideProjectProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Change Variable Type content : String to lines : List<String> in method public dontDumpParentProps() : void in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Split Attribute | 1 | ||
| Split Attribute settingsLoader : SettingsLoader to [projectServerSettings : ProjectServerSettings, globalServerSettings : GlobalServerSettings] in class org.sonar.scanner.scan.branch.BranchConfigurationProviderTest | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in class org.sonar.scanner.report.AnalysisContextReportPublisher | From | To | |
| Change Attribute Type inputModuleCache : Map<String,AbstractProjectOrModule> to inputModuleCache : Map<String,DefaultInputModule> in class org.sonar.scanner.scan.filesystem.InputComponentStore | From | To | |
| Change Attribute Type projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in class org.sonar.scanner.report.AnalysisContextReportPublisherTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable organizationDto : OrganizationDto in method public setUp() : void from class org.sonar.server.setting.ws.ValuesActionTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter projectOrModuleKey : String to projectKey : String in method public setProjectKey(projectKey String) : ProjectDataQuery in class org.sonar.server.batch.ProjectDataQuery | From | To | |
| Rename Parameter projectRepos : ProjectRepositories to projectServerSettings : ProjectServerSettings in method public provide(globalConfig GlobalConfiguration, module DefaultInputModule, projectServerSettings ProjectServerSettings, analysisMode GlobalAnalysisMode, contextReportPublisher AnalysisContextReportPublisher) : ModuleConfiguration in class org.sonar.scanner.scan.ModuleConfigurationProvider | From | To |