2df15e648ef11b6e3ec40dae2a93ad250cb62170
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public add_components() : void renamed to public compute_keys_and_uuids() : void in class org.sonar.server.computation.step.PopulateComponentsUuidAndKeyStepTest | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private executeForDirectoryAndFile(component Component) : void from class org.sonar.server.computation.step.PopulateComponentsUuidAndKeyStep.ComponentDepthTraversalTypeAwareVisitor to private processDirectoryAndFile(componentContext ComponentContext, component Component, module Component) : void from class org.sonar.server.computation.step.PopulateComponentsUuidAndKeyStep | From | To | |
| Move Method | 1 | ||
| Move Method private feedComponent(component ComponentImpl, componentKey String) : void from class org.sonar.server.computation.step.PopulateComponentsUuidAndKeyStep.ComponentDepthTraversalTypeAwareVisitor to private feedComponent(component ComponentImpl, componentKey String, componentUuidByKey Map<String,String>) : void from class org.sonar.server.computation.step.PopulateComponentsUuidAndKeyStep | From | To | |
| Extract Method | 1 | ||
| Extract Method public newDirectory(module ComponentDto, uuid String, path String) : ComponentDto extracted from public newDirectory(module ComponentDto, path String) : ComponentDto in class org.sonar.server.component.ComponentTesting | From | To |