75697adc5a0024449351aacac89618c3b83add11
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type attributes : Map<String,Attribute> to attributes : Attributes in method private getPerDirectoryEntryAttributes(path String, isDir boolean, opType OperationType, workingTreeIterator WorkingTreeIterator, dirCacheIterator DirCacheIterator, other CanonicalTreeParser, attributes Attributes) : void in class org.eclipse.jgit.treewalk.TreeWalk | From | To | |
Change Parameter Type attrs : Set<Attribute> to attrs : Attributes in method private assertAttribute(path String, node AttributesNode, attrs Attributes) : void in class org.eclipse.jgit.attributes.AttributesNodeTest | From | To | |
Change Parameter Type attributes : Map<String,Attribute> to attributes : Attributes in method public getAttributes(entryPath String, isDirectory boolean, attributes Attributes) : void in class org.eclipse.jgit.attributes.AttributesNode | From | To | |
Change Return Type | 3 | ||
Change Return Type Map<String,Attribute> to Attributes in method public getAttributes() : Attributes in class org.eclipse.jgit.attributes.AttributesProvider | From | To | |
Change Return Type Map<String,Attribute> to Attributes in method public getAttributes() : Attributes in class org.eclipse.jgit.treewalk.TreeWalk | From | To | |
Change Return Type Set<Attribute> to Attributes in method package asSet(attrs Attribute...) : Attributes in class org.eclipse.jgit.attributes.AttributesNodeTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type attributes : HashMap<String,Attribute> to attributes : Attributes in method private assertAttribute(path String, node AttributesNode, attrs Attributes) : void in class org.eclipse.jgit.attributes.AttributesNodeTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type attrs : Map<String,Attribute> to attrs : Attributes in class org.eclipse.jgit.treewalk.TreeWalk | From | To |