761814fe9c3fc0503d4654ef4aace6a804da5ae7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package checkValidPath(path String) : void from class org.eclipse.jgit.dircache.DirCacheCheckout to private checkPath(path byte[]) : void from class org.eclipse.jgit.dircache.DirCacheEntry | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type path : String to path : byte[] in method private checkPath(path byte[]) : void in class org.eclipse.jgit.dircache.DirCacheEntry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter newPath : byte[] to path : byte[] in method public DirCacheEntry(path byte[], stage int) in class org.eclipse.jgit.dircache.DirCacheEntry | From | To |