Toggle navigation
Home
org.sonar.db.property.PropertyDto to org.sonar.server.setting.ws.Setting
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
properties
to
settings
properties
to
settings
Add or Remove Method invocation
wsResponse.addLicenses(buildLicense(key,licenseSettingsByKey.get(key)))
to
wsResponse.addLicenses(buildLicense(def,licenseSettingsByKey.get(def.key())))