4027c5c9ffc9fb99b2c06b9a7ecdeb18838e8218
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable e : DirCacheEntry to entry : DirCacheEntry in method protected addToCheckout(path String, entry DirCacheEntry, attributes Attributes) : void in class org.eclipse.jgit.merge.ResolveMerger | From | To | |
Extract Variable | 1 | ||
Extract Variable currentPath : String in method protected processEntry(base CanonicalTreeParser, ours CanonicalTreeParser, theirs CanonicalTreeParser, index DirCacheBuildIterator, work WorkingTreeIterator, ignoreConflicts boolean, attributes Attributes) : boolean from class org.eclipse.jgit.merge.ResolveMerger | From | To | |
Extract Method | 2 | ||
Extract Method protected addDeletion(path String, isFile boolean, attributes Attributes) : void extracted from protected processEntry(base CanonicalTreeParser, ours CanonicalTreeParser, theirs CanonicalTreeParser, index DirCacheBuildIterator, work WorkingTreeIterator, ignoreConflicts boolean, attributes Attributes) : boolean in class org.eclipse.jgit.merge.ResolveMerger | From | To | |
Extract Method protected addToCheckout(path String, entry DirCacheEntry, attributes Attributes) : void extracted from protected processEntry(base CanonicalTreeParser, ours CanonicalTreeParser, theirs CanonicalTreeParser, index DirCacheBuildIterator, work WorkingTreeIterator, ignoreConflicts boolean, attributes Attributes) : boolean in class org.eclipse.jgit.merge.ResolveMerger | From | To |