4ac32e79b751944107470d5f4cb290eacd1b7cf9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable objectId : ObjectId to src : AnyObjectId in method private filterAndAddObject(src AnyObjectId, type int, pathHashCode int) : void in class org.eclipse.jgit.internal.storage.pack.PackWriter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type objectId : ObjectId to src : AnyObjectId in method private filterAndAddObject(src AnyObjectId, type int, pathHashCode int) : void in class org.eclipse.jgit.internal.storage.pack.PackWriter | From | To | |
Extract Method | 1 | ||
Extract Method private filterAndAddObject(src AnyObjectId, type int, pathHashCode int) : void extracted from private findObjectsToPackUsingBitmaps(bitmapWalker BitmapWalker, want Set<? extends ObjectId>, have Set<? extends ObjectId>) : void in class org.eclipse.jgit.internal.storage.pack.PackWriter | From | To |