744cc2a6ccac1348c1bb21e7807eb063f7d3134e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private readQuery(wsRequest Request) : CeActivityQuery renamed to private buildQuery(dbSession DbSession, wsRequest Request) : CeActivityQuery in class org.sonar.server.computation.ws.ActivityWsAction | From | To | |
| Rename Method public get_project_activity() : void renamed to public project_administrator_can_access_his_project_activity() : void in class org.sonar.server.computation.ws.ActivityWsActionTest | From | To | |
| Rename Method public getComponentUuid() : String renamed to public getComponentUuids() : List<String> in class org.sonar.db.ce.CeActivityQuery | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to List<String> in method public getComponentUuids() : List<String> in class org.sonar.db.ce.CeActivityQuery | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute componentUuid : String to componentUuids : List<String> in class org.sonar.db.ce.CeActivityQuery | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type componentUuid : String to componentUuids : List<String> in class org.sonar.db.ce.CeActivityQuery | From | To | |
| Extract Method | 1 | ||
| Extract Method private loadComponentUuids(dbSession DbSession, wsRequest Request, query CeActivityQuery) : void extracted from private readQuery(wsRequest Request) : CeActivityQuery in class org.sonar.server.computation.ws.ActivityWsAction | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter componentUuid : String to s : String in method public setComponentUuid(s String) : CeActivityQuery in class org.sonar.db.ce.CeActivityQuery | From | To |