e1ffab1cac55179011777b9a60bac447b0a62ccf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable file : String to path : String in method private cleanPath(path String, inFiles Set<String>) : Set<String> in class org.eclipse.jgit.api.CleanCommand | From | To | |
Parameterize Variable files : Set<String> to inFiles : Set<String> in method private cleanPath(path String, inFiles Set<String>) : Set<String> in class org.eclipse.jgit.api.CleanCommand | From | To | |
Extract Variable | 1 | ||
Extract Variable curFile : File in method private cleanPath(path String, inFiles Set<String>) : Set<String> from class org.eclipse.jgit.api.CleanCommand | From | To | |
Extract Method | 1 | ||
Extract Method private cleanPath(path String, inFiles Set<String>) : Set<String> extracted from public call() : Set<String> in class org.eclipse.jgit.api.CleanCommand | From | To |