8e7f18af61cf042fd8d3b8aab140eed563b62f38
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to ComponentDto in method private checkIsProject(component ComponentDto) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Extract Method | 5 | ||
Extract Method private getByKey(dbSession DbSession, key String, label String) : ComponentDto extracted from public getByKey(dbSession DbSession, key String) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Extract Method private getByUuid(dbSession DbSession, uuid String, label String) : ComponentDto extracted from public getByUuid(dbSession DbSession, uuid String) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Extract Method private checkByUuidOrKey(componentUuid String, componentKey String, parameterNames ParamNames) : void extracted from public getByUuidOrKey(dbSession DbSession, componentUuid String, componentKey String, parameterNames ParamNames) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Extract Method private getByKey(dbSession DbSession, key String, label String) : ComponentDto extracted from public getRootComponentByUuidOrKey(dbSession DbSession, projectUuid String, projectKey String) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Extract Method private getByUuid(dbSession DbSession, uuid String, label String) : ComponentDto extracted from public getRootComponentByUuidOrKey(dbSession DbSession, projectUuid String, projectKey String) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter projectUuid : String to uuid : String in method private getByUuid(dbSession DbSession, uuid String, label String) : ComponentDto in class org.sonar.server.component.ComponentFinder | From | To |