492942631b3c2612fd8ed9b03bd7db3261a38e58
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public bulk_update_key_does_not_update_inactive_components() : void renamed to public bulk_update_key_updates_disabled_components() : void in class org.sonar.db.component.ComponentKeyUpdaterDaoTest | From | To | |
Rename Method public updateKey_does_not_update_inactive_components() : void renamed to public updateKey_updates_disabled_components() : void in class org.sonar.db.component.ComponentKeyUpdaterDaoTest | From | To | |
Rename Method public simulate_bulk_update_key_do_not_return_disable_components() : void renamed to public simulate_bulk_update_key_does_not_return_disable_components() : void in class org.sonar.db.component.ComponentKeyUpdaterDaoTest | From | To | |
Rename Method private updateKey(project Projects.CreateWsResponse.Project, newKey String) : void renamed to private updateModuleKey(initialKey String, newKey String) : void in class org.sonarqube.tests.project.ProjectKeyUpdateTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type project : Projects.CreateWsResponse.Project to initialKey : String in method private updateModuleKey(initialKey String, newKey String) : void in class org.sonarqube.tests.project.ProjectKeyUpdateTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable newProjectKey : String to newKey : String in method private updateProjectKey(initialKey String, newKey String, dryRun boolean) : Projects.BulkUpdateKeyWsResponse in class org.sonarqube.tests.project.ProjectKeyUpdateTest | From | To | |
Extract Method | 1 | ||
Extract Method private updateProjectKey(initialKey String, newKey String, dryRun boolean) : Projects.BulkUpdateKeyWsResponse extracted from public update_key() : void in class org.sonarqube.tests.project.ProjectKeyUpdateTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter project : Projects.CreateWsResponse.Project to initialKey : String in method private updateModuleKey(initialKey String, newKey String) : void in class org.sonarqube.tests.project.ProjectKeyUpdateTest | From | To |