06919fe62a5f9b7a0e7a0ed77b52b80b8f87394f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type projectSnapshotId : long to analysisUuid : String in method private DuplicationVisitor(session DbSession, analysisUuid String) in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor | From | To | |
Change Parameter Type snapshotIdsPartition : Iterable<List<Long>> to snapshotUuidsPartition : Iterable<List<String>> in method private deleteSnapshotDuplications(snapshotUuidsPartition Iterable<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Parameter Type snapshotIds : Iterable<Long> to snapshotIdUuidPairs : Iterable<IdUuidPair> in method protected purgeSnapshots(snapshotIdUuidPairs Iterable<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Parameter Type snapshotIds : List<Long> to snapshotIds : List<IdUuidPair> in method protected deleteSnapshots(snapshotIds List<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Rename Variable | 2 | ||
Rename Variable partSnapshotIds : List<Long> to partSnapshotUuids : List<String> in method private deleteSnapshotDuplications(snapshotUuidsPartition Iterable<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Rename Variable projectSnapshotId : Long to analysisUuid : String in method private selectDuplicates(file Component, hashes Collection<String>) : List<DuplicationUnitDto> in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStep.CrossProjectDuplicationVisitor | From | To | |
Rename Attribute | 3 | ||
Rename Attribute dbIdsRepository : DbIdsRepository to analysisMetadataHolder : AnalysisMetadataHolder in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep | From | To | |
Rename Attribute FILE_SNAPSHOT_ID : long to ANALYSIS_UUID : String in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStepTest | From | To | |
Rename Attribute projectSnapshotId : long to analysisUuid : String in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor | From | To | |
Change Variable Type | 5 | ||
Change Variable Type snapshotIds : LinkedHashSet<Long> to snapshotIds : LinkedHashSet<IdUuidPair> in method package purgeSnapshots(queries PurgeSnapshotQuery...) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Variable Type projectSnapshotId : Long to analysisUuid : String in method private selectDuplicates(file Component, hashes Collection<String>) : List<DuplicationUnitDto> in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStep.CrossProjectDuplicationVisitor | From | To | |
Change Variable Type snapshotIds : List<Long> to snapshotIds : List<IdUuidPair> in method package deleteSnapshots(queries PurgeSnapshotQuery...) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Variable Type partSnapshotIds : List<Long> to partSnapshotUuids : List<String> in method private deleteSnapshotDuplications(snapshotUuidsPartition Iterable<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Variable Type snapshotIdsPartition : Iterable<List<Long>> to snapshotIdsPartition : List<List<Long>> in method protected purgeSnapshots(snapshotIdUuidPairs Iterable<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type dbIdsRepository : DbIdsRepository to analysisMetadataHolder : AnalysisMetadataHolder in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep | From | To | |
Change Attribute Type FILE_SNAPSHOT_ID : long to ANALYSIS_UUID : String in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStepTest | From | To | |
Change Attribute Type projectSnapshotId : long to analysisUuid : String in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter projectSnapshotId : long to analysisUuid : String in method private DuplicationVisitor(session DbSession, analysisUuid String) in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor | From | To | |
Rename Parameter snapshotIdsPartition : Iterable<List<Long>> to snapshotUuidsPartition : Iterable<List<String>> in method private deleteSnapshotDuplications(snapshotUuidsPartition Iterable<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Rename Parameter snapshotIds : Iterable<Long> to snapshotIdUuidPairs : Iterable<IdUuidPair> in method protected purgeSnapshots(snapshotIdUuidPairs Iterable<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To |