ca838c0576e1a785fd4c7ed4609da51c7ba24a62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private setBrowsePermissionOnUser(projects ComponentDto...) : void renamed to private setBrowsePermissionOnUserAndIndex(projects ComponentDto...) : void in class org.sonar.server.component.ws.SearchActionTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable total : int to components : List<ComponentDto> in method private doHandle(request SearchWsRequest) : SearchWsResponse in class org.sonar.server.component.ws.SearchAction | From | To | |
| Inline Method | 1 | ||
| Inline Method private buildPaging(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, query ComponentQuery) : Paging inlined to private doHandle(request SearchWsRequest) : SearchWsResponse in class org.sonar.server.component.ws.SearchAction | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute userSession : UserSession to componentIndex : ComponentIndex in class org.sonar.server.component.ws.SearchAction | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type total : int to components : List<ComponentDto> in method private doHandle(request SearchWsRequest) : SearchWsResponse in class org.sonar.server.component.ws.SearchAction | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type userSession : UserSession to componentIndex : ComponentIndex in class org.sonar.server.component.ws.SearchAction | From | To |