8e3a7f2357be0806b484cb180fce19c108e9a4bf
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setParentProperties(componentDto ComponentDto, path PathAwareVisitor.Path<ComponentDtoHolder>) : void renamed to private setParentModuleProperties(componentDto ComponentDto, path PathAwareVisitor.Path<ComponentDtoHolder>) : void in class org.sonar.server.computation.step.PersistComponentsStep | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.step.PersistComponentsStepTest renamed to org.sonar.server.computation.step.ReportPersistComponentsStepTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type dbIdsRepository : DbIdsRepositoryImpl to dbIdsRepository : MutableDbIdsRepositoryRule in class org.sonar.server.computation.step.ReportPersistComponentsStepTest | From | To | |
Extract Method | 1 | ||
Extract Method private setRootAndParentModule(res ComponentDto, path PathAwareVisitor.Path<ComponentDtoHolder>) : void extracted from public createForModule(module Component, path PathAwareVisitor.Path<ComponentDtoHolder>) : ComponentDto in class org.sonar.server.computation.step.PersistComponentsStep | From | To |