975aa8868591ea49e3d8033a0fe224c09e67aec9
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public dirOnly() : boolean renamed to public isDirOnly() : boolean in class org.eclipse.jgit.attributes.AttributesRule | From | To | |
Move And Rename Method | 3 | ||
Move And Rename Method private getParent(current T, type Class<T>) : T from class org.eclipse.jgit.treewalk.TreeWalk to private parentOf(node T) : T from class org.eclipse.jgit.attributes.AttributesHandler | From | To | |
Move And Rename Method public getAttributes(entryPath String, isDirectory boolean, attributes Attributes) : void from class org.eclipse.jgit.attributes.AttributesNode to protected mergeAttributes(node AttributesNode, entryPath String, isDirectory boolean, result Attributes) : void from class org.eclipse.jgit.attributes.AttributesHandler | From | To | |
Move And Rename Method private getCurrentAttributesNode(opType OperationType, workingTreeIterator WorkingTreeIterator, dirCacheIterator DirCacheIterator, other CanonicalTreeParser) : AttributesNode from class org.eclipse.jgit.treewalk.TreeWalk to private attributesNode(treeWalk TreeWalk, workingTreeIterator WorkingTreeIterator, dirCacheIterator DirCacheIterator, otherTree CanonicalTreeParser) : AttributesNode from class org.eclipse.jgit.attributes.AttributesHandler | From | To | |
Extract Variable | 1 | ||
Extract Variable candidateMatcher : IMatcher in method public AttributesRule(pattern String, attributes String) from class org.eclipse.jgit.attributes.AttributesRule | From | To | |
Rename Parameter | 3 | ||
Rename Parameter other : CanonicalTreeParser to otherTree : CanonicalTreeParser in method private attributesNode(treeWalk TreeWalk, workingTreeIterator WorkingTreeIterator, dirCacheIterator DirCacheIterator, otherTree CanonicalTreeParser) : AttributesNode in class org.eclipse.jgit.attributes.AttributesHandler | From | To | |
Rename Parameter current : T to node : T in method private parentOf(node T) : T in class org.eclipse.jgit.attributes.AttributesHandler | From | To | |
Rename Parameter attributes : Attributes to result : Attributes in method protected mergeAttributes(node AttributesNode, entryPath String, isDirectory boolean, result Attributes) : void in class org.eclipse.jgit.attributes.AttributesHandler | From | To |