a406ebf4018f2912f90aa2473c522556a742d015
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type i : HashMap<String,String> to i : Map<String,String> in method public assertWorkDir(i Map<String,String>) : void in class org.eclipse.jgit.lib.DirCacheCheckoutTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Path in method public createSymLink(path File, target String) : Path in class org.eclipse.jgit.util.FileUtils | From | To | |
Extract Method | 1 | ||
Extract Method public checkoutEntry(repo Repository, entry DirCacheEntry, or ObjectReader, deleteRecursive boolean) : void extracted from public checkoutEntry(repo Repository, entry DirCacheEntry, or ObjectReader) : void in class org.eclipse.jgit.dircache.DirCacheCheckout | From | To |