583b7c63135c21a6ffbdbf111074b6642476d221
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private persistSnapshot(componentId long, qualifier String, scope String, version String, parentSnapshot SnapshotDto, setPeriods boolean) : SnapshotDto from class org.sonar.server.computation.step.PersistSnapshotsStep.ProcessPersistSnapshot to private createSnapshot(component Component, path PathAwareVisitor.Path<SnapshotDtoHolder>, rootId long, analysisDate long, qualifier String, scope String, setVersion boolean, setPeriods boolean) : SnapshotDto from class org.sonar.server.computation.step.PersistSnapshotsStep | From | To | |
Move Method | 2 | ||
Move Method private addToCache(component Component, snapshotDto SnapshotDto) : void from class org.sonar.server.computation.step.PersistSnapshotsStep.ProcessPersistSnapshot to private addToCache(component Component, snapshotDto SnapshotDto) : void from class org.sonar.server.computation.step.PersistSnapshotsStep | From | To | |
Move Method private updateSnapshotPeriods(snapshotDto SnapshotDto) : void from class org.sonar.server.computation.step.PersistSnapshotsStep.ProcessPersistSnapshot to private updateSnapshotPeriods(snapshotDto SnapshotDto) : void from class org.sonar.server.computation.step.PersistSnapshotsStep | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.step.PersistSnapshotsStepTest renamed to org.sonar.server.computation.step.ReportPersistSnapshotsStepTest | From | To |