28adcce8622814e6b0ecb33168eae1846829390d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable ret : Collection<String> to out : Collection<String> in method package addPrefixesTo(s String, out Collection<String>) : void in class org.eclipse.jgit.lib.BatchRefUpdate | From | To | |
Extract Method | 1 | ||
Extract Method package addPrefixesTo(s String, out Collection<String>) : void extracted from package getPrefixes(s String) : Collection<String> in class org.eclipse.jgit.lib.BatchRefUpdate | From | To |