1243e25aadfb810bb39127473e80b3a5cb761883
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testInvalidTreeDuplicateNames1() : void renamed to public testInvalidTreeDuplicateNames1_File() : void in class org.eclipse.jgit.lib.ObjectCheckerTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method package pathCompare(aPath byte[], aPos int, aEnd int, aMode int, bPath byte[], bPos int, bEnd int, bMode int) : int from class org.eclipse.jgit.dircache.BaseDirCacheEditor to private coreCompare(aPath byte[], aPos int, aEnd int, aMode int, bPath byte[], bPos int, bEnd int, bMode int) : int from class org.eclipse.jgit.util.Paths | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public compare(aPath byte[], aPos int, aEnd int, aMode int, bPath byte[], bPos int, bEnd int, bMode int) : int extracted from private pathCompare(b byte[], bPos int, bEnd int, bMode int, aPos int) : int in class org.eclipse.jgit.treewalk.AbstractTreeIterator & moved to class org.eclipse.jgit.util.Paths | From | To |