40051505d7aaccfe2efaf5f3022f1d99a3976554
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ret : Map<String,Ref> to refs : Collection<Ref> in method private getAllRefs() : Collection<Ref> in class org.eclipse.jgit.internal.storage.file.GC | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Ref> to Collection<Ref> in method private getAllRefs() : Collection<Ref> in class org.eclipse.jgit.internal.storage.file.GC | From | To | |
Change Variable Type | 3 | ||
Change Variable Type refsBefore : Map<String,Ref> to refsBefore : Collection<Ref> in method public repack() : Collection<PackFile> in class org.eclipse.jgit.internal.storage.file.GC | From | To | |
Change Variable Type ret : Map<String,Ref> to refs : Collection<Ref> in method private getAllRefs() : Collection<Ref> in class org.eclipse.jgit.internal.storage.file.GC | From | To | |
Change Variable Type newRefs : Map<String,Ref> to newRefs : Collection<Ref> in method public prune(objectsToKeep Set<ObjectId>) : void in class org.eclipse.jgit.internal.storage.file.GC | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lastPackedRefs : Map<String,Ref> to lastPackedRefs : Collection<Ref> in class org.eclipse.jgit.internal.storage.file.GC | From | To |