b8d9ebc1a94519ab3a0f285945c894b31de05c9a
Files Diff
- Added: 13
- Removed: 12
- Renamed: 0
- Modified: 8
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.sonarsource.orchestrator:sonar-orchestrator:3.15.0.1256 | |
org.hamcrest:hamcrest-core:1.3 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type values : String to values : List<String> in method public setValues(values List<String>) : SetRequest in class org.sonarqube.ws.client.settings.SetRequest | From | To | |
Change Parameter Type fieldValues : String to fieldValues : List<String> in method public setFieldValues(fieldValues List<String>) : SetRequest in class org.sonarqube.ws.client.settings.SetRequest | From | To | |
Change Parameter Type keys : String to keys : List<String> in method public setKeys(keys List<String>) : ValuesRequest in class org.sonarqube.ws.client.settings.ValuesRequest | From | To | |
Change Parameter Type keys : String to keys : List<String> in method public setKeys(keys List<String>) : ResetRequest in class org.sonarqube.ws.client.settings.ResetRequest | From | To | |
Change Return Type | 4 | ||
Change Return Type String to List<String> in method public getFieldValues() : List<String> in class org.sonarqube.ws.client.settings.SetRequest | From | To | |
Change Return Type String to List<String> in method public getKeys() : List<String> in class org.sonarqube.ws.client.settings.ValuesRequest | From | To | |
Change Return Type String to List<String> in method public getKeys() : List<String> in class org.sonarqube.ws.client.settings.ResetRequest | From | To | |
Change Return Type String to List<String> in method public getValues() : List<String> in class org.sonarqube.ws.client.settings.SetRequest | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type keys : String to keys : List<String> in class org.sonarqube.ws.client.settings.ResetRequest | From | To | |
Change Attribute Type keys : String to keys : List<String> in class org.sonarqube.ws.client.settings.ValuesRequest | From | To | |
Change Attribute Type values : String to values : List<String> in class org.sonarqube.ws.client.settings.SetRequest | From | To | |
Change Attribute Type fieldValues : String to fieldValues : List<String> in class org.sonarqube.ws.client.settings.SetRequest | From | To |