f4013ed54001cca10dfcb1c9973013f54d063ed5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getOrganizationKey(dbSession DbSession, profile QualityProfileDto) : String renamed to public getOrganization(dbSession DbSession, profile QualityProfileDto) : OrganizationDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type organizationKey : String to organization : OrganizationDto in method private buildResponse(result QProfileResult, organization OrganizationDto) : CreateWsResponse in class org.sonar.server.qualityprofile.ws.CreateAction | From | To | |
Inline Method | 1 | ||
Inline Method private readRuleKey(request Request) : RuleKey inlined to public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleAction | From | To | |
Change Return Type | 1 | ||
Change Return Type String to OrganizationDto in method public getOrganization(dbSession DbSession, profile QualityProfileDto) : OrganizationDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport | From | To | |
Rename Parameter | 1 | ||
Rename Parameter organizationKey : String to organization : OrganizationDto in method private buildResponse(result QProfileResult, organization OrganizationDto) : CreateWsResponse in class org.sonar.server.qualityprofile.ws.CreateAction | From | To |