286f2294e58c729f8a5f372df1efc38a59d17bc4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public create(newComponent NewComponent) : ComponentDto moved from class org.sonar.server.component.ComponentService to class org.sonar.server.component.DefaultRubyComponentService & inlined to public createComponent(key String, branch String, name String, qualifier String) : Long | From | To | |
Rename Variable | 1 | ||
Rename Variable newComponent : NewComponent to project : ComponentDto in method public create_component() : void in class org.sonar.server.component.DefaultRubyComponentServiceTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newComponent : NewComponent to project : ComponentDto in method public create_component() : void in class org.sonar.server.component.DefaultRubyComponentServiceTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter projectKey : String to projectUuid : String in method public bulkUpdateKey(dbSession DbSession, projectUuid String, stringToReplace String, replacementString String) : void in class org.sonar.server.component.ComponentService | From | To |