c58ff4caa54f4d1da9e3103afc01d64a211aef66
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fail_if_uuid_and_key_provided() : void renamed to public fail_if_both_uuid_and_key_provided() : void in class org.sonar.server.project.ws.UpdateKeyActionTest | From | To | |
Inline Method | 1 | ||
Inline Method private doHandle(request UpdateKeyRequest) : void inlined to public handle(request Request, response Response) : void in class org.sonar.server.project.ws.UpdateKeyAction | From | To | |
Change Return Type | 2 | ||
Change Return Type String to void in method private callByKey(key String, newKey String) : void in class org.sonar.server.project.ws.UpdateKeyActionTest | From | To | |
Change Return Type String to void in method private callByUuid(uuid String, newKey String) : void in class org.sonar.server.project.ws.UpdateKeyActionTest | From | To | |
Move Class | 1 | ||
Move Class org.sonarqube.tests.project.ProjectKeyUpdateTest.XooProjectBuilder moved to util.XooProjectBuilder | From | To |