eaf980f97bcc9dd745e52a18a9ef84111a537324
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setId(id Long) : void renamed to public setUuid(uuid String) : void in class org.sonar.db.component.ViewsSnapshotDto | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type id : Long to uuid : String in method public setUuid(uuid String) : void in class org.sonar.db.component.ViewsSnapshotDto | From | To | |
Rename Attribute | 1 | ||
Rename Attribute id : Long to uuid : String in class org.sonar.db.component.ViewsSnapshotDto | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type id : Long to uuid : String in class org.sonar.db.component.ViewsSnapshotDto | From | To | |
Rename Parameter | 1 | ||
Rename Parameter id : Long to uuid : String in method public setUuid(uuid String) : void in class org.sonar.db.component.ViewsSnapshotDto | From | To |