d13dfac9dc6b12a36dd14c68363eaabe3b4db109
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable all : List<DfsPackDescription> to toPrune : Set<DfsPackDescription> in method private toPrune() : Set<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<DfsPackDescription> to Set<DfsPackDescription> in method public getSourcePacks() : Set<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | From | To | |
| Change Return Type List<DfsPackDescription> to Set<DfsPackDescription> in method private toPrune() : Set<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type all : List<DfsPackDescription> to toPrune : Set<DfsPackDescription> in method private toPrune() : Set<DfsPackDescription> in class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | From | To | |
| Extract Variable | 1 | ||
| Extract Variable estSize : long in method private packHeads(pm ProgressMonitor) : void from class org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector | From | To |