02ade82b345ea976d12c32547fb097e726fa44fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private toText(lines String[]) : String renamed to public toString(lines List<String>) : String in class org.eclipse.jgit.lib.CLIRepositoryTestCase | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type lines : String[] to lines : List<String> in method public toString(lines List<String>) : String in class org.eclipse.jgit.lib.CLIRepositoryTestCase | From | To | |
Extract Variable | 1 | ||
Extract Variable out : List<String> in method protected execute(cmds String...) : String[] from class org.eclipse.jgit.lib.CLIRepositoryTestCase | From | To |