98330dc19f1f972ff0bf6e88fb827d9e6141a12f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private generatePropertySetKey(propertyBaseKey String, id String, fieldKey String) : String from class org.sonar.server.settings.ws.SettingsFinder to private generatePropertySetKey(propertyBaseKey String, id String, fieldKey String) : String from class org.sonar.server.settings.ws.PropertySetExtractor | From | To | |
Move Attribute | 1 | ||
Move Attribute private COMMA_SPLITTER : Splitter from class org.sonar.server.settings.ws.SettingsFinder to private COMMA_SPLITTER : Splitter from class org.sonar.server.settings.ws.PropertySetExtractor | From | To | |
Inline Variable | 1 | ||
Inline Variable mapper : PropertiesMapper in method public selectProjectProperty(resourceId long, propertyKey String) : PropertyDto from class org.sonar.db.property.PropertiesDao | From | To | |
Extract Method | 1 | ||
Extract Method public selectProjectProperty(dbSession DbSession, resourceId long, propertyKey String) : PropertyDto extracted from public selectProjectProperty(resourceId long, propertyKey String) : PropertyDto in class org.sonar.db.property.PropertiesDao | From | To |