4c65ae712eea26e01f0704cc6ed959aca8db2c6a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 3 | ||
Inline Method private callByComponentKeys(keys List<String>, metrics List<String>) : SearchWsResponse inlined to public fail_if_more_than_100_component_key() : void in class org.sonar.server.measure.ws.SearchActionTest | From | To | |
Inline Method private callByComponentUuids(uuids List<String>, metrics List<String>) : SearchWsResponse inlined to public fail_if_more_than_100_component_id() : void in class org.sonar.server.measure.ws.SearchActionTest | From | To | |
Inline Method private callByComponentUuids(uuids List<String>, metrics List<String>) : SearchWsResponse inlined to public fail_if_no_metric() : void in class org.sonar.server.measure.ws.SearchActionTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to List<String> in method private insertJsonExampleData() : List<String> in class org.sonar.server.measure.ws.SearchActionTest | From | To | |
Move Attribute | 1 | ||
Move Attribute package PARAM_COMPONENT_KEYS : String from class org.sonar.server.measure.ws.SearchAction to public PARAM_COMPONENT_KEYS : String from class org.sonarqube.ws.client.measure.MeasuresWsParameters | From | To | |
Extract Variable | 1 | ||
Extract Variable file : ComponentDto in method private insertJsonExampleData() : List<String> from class org.sonar.server.measure.ws.SearchActionTest | From | To |