Toggle navigation
Home
org.sonar.batch.bootstrap.GlobalProperties to org.sonar.batch.bootstrap.BatchWsClient
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
props
to
client
props
to
client
props
to
client
props
to
client
props
to
client
Add or Remove Method invocation
StringUtils.defaultIfBlank(props.property("sonar.host.url"),"http://localhost:9000")
to
client.baseUrl()
Cascading Type Change (Similar)
GlobalProperties
to
BatchWsClient