a28cb7974df365940292c7cf7a3e7e9171059508
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
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 |