2c08255d6da31d9599edc7888cb4863e6e71cb1a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private deleteAbortedBuilds(project ResourceDto, commands PurgeCommands) : void renamed to private deleteAbortedAnalyses(rootUuid String, commands PurgeCommands) : void in class org.sonar.db.purge.PurgeDao | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type snapshotUuidsPartition : Iterable<List<String>> to snapshotUuidsPartition : List<List<String>> in method private deleteSnapshotDuplications(snapshotUuidsPartition List<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
Change Parameter Type project : ResourceDto to rootUuid : String in method private deleteAbortedAnalyses(rootUuid String, commands PurgeCommands) : void in class org.sonar.db.purge.PurgeDao | From | To | |
Rename Variable | 2 | ||
Rename Variable analysisUuid : String to snapshotUuid : String in method private purge(project ResourceDto, scopesWithoutHistoricalData String[], purgeCommands PurgeCommands) : void in class org.sonar.db.purge.PurgeDao | From | To | |
Rename Variable projectSnapshotIds : List<String> to projectSnapshotUuids : List<String> in method private purge(project ResourceDto, scopesWithoutHistoricalData String[], purgeCommands PurgeCommands) : void in class org.sonar.db.purge.PurgeDao | From | To | |
Rename Parameter | 1 | ||
Rename Parameter project : ResourceDto to rootUuid : String in method private deleteAbortedAnalyses(rootUuid String, commands PurgeCommands) : void in class org.sonar.db.purge.PurgeDao | From | To |