99edd870a8e54b55bfdf391965962ed5ea96148e
Files Diff
- Added: 10
- Removed: 1
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable projectUuid : String in method public execute() : void from class org.sonar.server.computation.task.projectanalysis.step.IndexComponentsStep | From | To | |
Extract Method | 3 | ||
Extract Method private index(projectUuid String) : void extracted from public create(session DbSession, newComponent NewComponent) : ComponentDto in class org.sonar.server.component.ComponentService | From | To | |
Extract Method private index(projectUuid String) : void extracted from public updateKey(dbSession DbSession, projectOrModuleKey String, newKey String) : void in class org.sonar.server.component.ComponentService | From | To | |
Extract Method private index(projectUuid String) : void extracted from public bulkUpdateKey(dbSession DbSession, projectUuid String, stringToReplace String, replacementString String) : void in class org.sonar.server.component.ComponentService | From | To |