Toggle navigation
Home
org.sonar.api.config.internal.MapSettings to org.sonar.server.property.InternalProperties
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(new CeConfigurationImpl(settings.asConfig()).getWorkerCount())
to
assertThat(new CeConfigurationImpl(settings).getWorkerCount())
assertThat(new CeConfigurationImpl(settings.asConfig()).getWorkerCount())
to
assertThat(new CeConfigurationImpl(settings).getWorkerCount())
assertThat(new CeConfigurationImpl(settings.asConfig()).getWorkerCount())
to
assertThat(new CeConfigurationImpl(settings).getWorkerCount())
assertThat(new CeConfigurationImpl(settings.asConfig()).getWorkerCount())
to
assertThat(new CeConfigurationImpl(settings).getWorkerCount())
assertThat(new CeConfigurationImpl(settings.asConfig()).getWorkerCount())
to
assertThat(new CeConfigurationImpl(settings).getWorkerCount())
assertThat(new CeConfigurationImpl(settings.asConfig()).getCleanCeTasksInitialDelay())
to
assertThat(new CeConfigurationImpl(settings).getCleanCeTasksInitialDelay())
assertThat(new CeConfigurationImpl(settings.asConfig()).getCleanCeTasksDelay())
to
assertThat(new CeConfigurationImpl(settings).getCleanCeTasksDelay())
Rename Method invocation
setProperty
to
write
setProperty
to
write
setProperty
to
write
setProperty
to
write