5a73d8007a26cbdc9859bf2ea58591ff8de14f74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private lookupByModuleKey(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QualityProfileDto>, languageKeys Set<String>, moduleKey String) : Set<String> renamed to private lookupByModule(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QualityProfileDto>, languageKeys Set<String>, project ComponentDto) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Rename Method public select_by_project_key_and_languages() : void renamed to public select_by_project_and_languages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type moduleKey : String to project : ComponentDto in method private lookupByModule(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QualityProfileDto>, languageKeys Set<String>, project ComponentDto) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Move Method | 1 | ||
Move Method private getProject(moduleKey String, session DbSession) : ComponentDto from class org.sonar.server.qualityprofile.ws.SearchDataLoader to private getProject(moduleKey String, dbSession DbSession) : ComponentDto from class org.sonar.server.qualityprofile.ws.SearchAction | From | To | |
Inline Method | 2 | ||
Inline Method private hasComponentKey(request SearchWsRequest) : boolean inlined to package findProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : List<QualityProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : String to result : SearchWsResponse in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter moduleKey : String to project : ComponentDto in method private lookupByModule(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QualityProfileDto>, languageKeys Set<String>, project ComponentDto) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader | From | To | |
Rename Parameter session : DbSession to dbSession : DbSession in method private getProject(moduleKey String, dbSession DbSession) : ComponentDto in class org.sonar.server.qualityprofile.ws.SearchAction | From | To |