c8f5214778ac4c3e16e35d9c47a055a2667fb39a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable snapshotIdsPartition : List<List<Long>> to snapshotIdsPartitions : List<List<Long>> in method protected purgeSnapshots(snapshotIdUuidPairs Iterable<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
| Rename Variable snapshotUuidsPartition : List<List<String>> to snapshotUuidsPartitions : List<List<String>> in method protected purgeSnapshots(snapshotIdUuidPairs Iterable<IdUuidPair>) : void in class org.sonar.db.purge.PurgeCommands | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute select : String to COUNT_DIR_SNAPSHOTS : String in method public should_not_delete_historical_data_of_directories() : void in class it.dbCleaner.PurgeTest | From | To | |
| Replace Variable With Attribute select : String to COUNT_DIR_SNAPSHOTS : String in method public should_delete_historical_data_of_directories_by_default() : void in class it.dbCleaner.PurgeTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter snapshotUuidsPartition : List<List<String>> to snapshotUuidsPartitions : List<List<String>> in method private deleteSnapshotDuplications(snapshotUuidsPartitions List<List<String>>) : void in class org.sonar.db.purge.PurgeCommands | From | To |