e406d500de01b9ae7155e296baebf3ec8024869d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private force : boolean from class org.eclipse.jgit.api.CheckoutCommand to private force : boolean from class org.eclipse.jgit.dircache.DirCacheCheckout | From | To | |
Rename Attribute | 2 | ||
Rename Attribute force : boolean to forced : boolean in class org.eclipse.jgit.pgm.Checkout | From | To | |
Rename Attribute force : boolean to forceRefUpdate : boolean in class org.eclipse.jgit.api.CheckoutCommand | From | To | |
Extract Method | 1 | ||
Extract Method public setForceRefUpdate(forceRefUpdate boolean) : CheckoutCommand extracted from public setForce(force boolean) : CheckoutCommand in class org.eclipse.jgit.api.CheckoutCommand | From | To | |
Rename Parameter | 1 | ||
Rename Parameter force : boolean to forceRefUpdate : boolean in method public setForceRefUpdate(forceRefUpdate boolean) : CheckoutCommand in class org.eclipse.jgit.api.CheckoutCommand | From | To |