5c84d34cff25ccc4e8178c7096362722c72c3d46
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private findById(properties List<PropertyDto>, id long) : PropertyDto renamed to private findByKey(properties List<PropertyDto>, key String) : PropertyDto in class org.sonar.db.property.PropertiesDaoTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type id : long to key : String in method private findByKey(properties List<PropertyDto>, key String) : PropertyDto in class org.sonar.db.property.PropertiesDaoTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter id : long to key : String in method private findByKey(properties List<PropertyDto>, key String) : PropertyDto in class org.sonar.db.property.PropertiesDaoTest | From | To |