d126bcc5c800ef03e8292e7ad1dd7fba7c3358d2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable all : List<DfsPackDescription> to packs : Set<DfsPackDescription> in method private toPrune() : Collection<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<DfsPackDescription> to Collection<DfsPackDescription> in method private toPrune() : Collection<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Return Type List<DfsPackDescription> to Collection<DfsPackDescription> in method public getSourcePacks() : Collection<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute pack : DfsPackDescription to outDesc : DfsPackDescription in method private compactPacks(ctx DfsReader, pm ProgressMonitor) : void in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable pack : DfsPackFile to table : DfsReftable in method public add(table DfsReftable) : DfsPackCompactor in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type all : List<DfsPackDescription> to packs : Set<DfsPackDescription> in method private toPrune() : Collection<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Variable Type remove : List<DfsPackDescription> to remove : Collection<DfsPackDescription> in method public compact(pm ProgressMonitor) : void in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Variable Type pack : DfsPackFile to table : DfsReftable in method public add(table DfsReftable) : DfsPackCompactor in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Extract Method | 3 | ||
| Extract Method public add(table DfsReftable) : DfsPackCompactor extracted from private toPrune() : List<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Extract Method private compactPacks(ctx DfsReader, pm ProgressMonitor) : void extracted from public compact(pm ProgressMonitor) : void in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type newStats : List<PackStatistics> to newStats : PackStatistics in class org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor | From | To |