b6fc8e2f3cb1af6f7cbc624acfac01bec002baf8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package removeNestedCopyfiles() : void renamed to private removeNestedCopyAndLinkfiles() : void in class org.eclipse.jgit.gitrepo.ManifestParser | From | To | |
Rename Method private isNestedCopyfile(copyfile CopyFile) : boolean renamed to private isNestedReferencefile(referencefile ReferenceFile) : boolean in class org.eclipse.jgit.gitrepo.ManifestParser | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type copyfile : CopyFile to referencefile : ReferenceFile in method private isNestedReferencefile(referencefile ReferenceFile) : boolean in class org.eclipse.jgit.gitrepo.ManifestParser | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute package path : String from class org.eclipse.jgit.gitrepo.RepoProject.CopyFile to package path : String from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile | From | To | |
Pull Up Attribute package src : String from class org.eclipse.jgit.gitrepo.RepoProject.CopyFile to package src : String from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile | From | To | |
Pull Up Attribute package repo : Repository from class org.eclipse.jgit.gitrepo.RepoProject.CopyFile to package repo : Repository from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile | From | To | |
Pull Up Attribute package dest : String from class org.eclipse.jgit.gitrepo.RepoProject.CopyFile to package dest : String from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile from classes [org.eclipse.jgit.gitrepo.RepoProject.CopyFile] | From | To | |
Rename Parameter | 1 | ||
Rename Parameter copyfile : CopyFile to referencefile : ReferenceFile in method private isNestedReferencefile(referencefile ReferenceFile) : boolean in class org.eclipse.jgit.gitrepo.ManifestParser | From | To |