49cb6ba5dd337dfdc9302bb33248e8448f530d3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private isWild(matcher IMatcher) : boolean extracted from private iterate(path String, startIncl int, endExcl int, assumeDirectory boolean, pathMatch boolean) : boolean in class org.eclipse.jgit.ignore.internal.PathMatcher | From | To | |
Extract Method private isWild(matcher IMatcher) : boolean extracted from private createMatchers(segments List<String>, pathSeparator Character, dirOnly boolean) : List<IMatcher> in class org.eclipse.jgit.ignore.internal.PathMatcher | From | To | |
Extract Method public isMatch(path String, directory boolean, pathMatch boolean) : boolean extracted from public isMatch(path String, directory boolean) : boolean in class org.eclipse.jgit.ignore.FastIgnoreRule | From | To |