b142ba0fc238b540c31aa79ce30c04997abd0e9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type projectId : Long to projectId : String in method public setProjectId(projectId String) : SelectWsRequest in class org.sonarqube.ws.client.qualitygate.SelectWsRequest | From | To | |
Change Parameter Type projectId : Long to projectId : String in method private getProject(dbSession DbSession, projectId String, projectKey String) : ComponentDto in class org.sonar.server.qualitygate.ws.SelectAction | From | To | |
Change Return Type | 1 | ||
Change Return Type Long to String in method public getProjectId() : String in class org.sonarqube.ws.client.qualitygate.SelectWsRequest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type projectId : Long to projectId : String in class org.sonarqube.ws.client.qualitygate.SelectWsRequest | From | To | |
Change Attribute Type PROJECT_ID_VALUE : Long to PROJECT_ID_VALUE : String in class org.sonarqube.ws.client.qualitygate.QualityGatesServiceTest | From | To |