e450a986a1b8f51f681d0fb0d84520b0a5c7784c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable internalPropertiesDao : InternalPropertiesDao to dao : InternalPropertiesDao in method private saveInternalProperty(dao InternalPropertiesDao, dbSession DbSession, key String, value String) : void in class org.sonar.server.edition.StandaloneEditionManagementStateImpl | From | To | |
Extract Method | 3 | ||
Extract Method private saveInternalProperty(dao InternalPropertiesDao, dbSession DbSession, key String, value String) : void extracted from private persistProperties() : void in class org.sonar.server.edition.StandaloneEditionManagementStateImpl | From | To |