88f788b28d6caf3ad8aedc8acf85cd3637287984
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable values : String[] to value : String in method public get(name String) : String in class org.eclipse.che.git.impl.jgit.JGitConfigImpl | From | To | |
| Inline Method | 2 | ||
| Inline Method private getInternalValues(name String) : String[] inlined to public getAll(name String) : List<String> in class org.eclipse.che.git.impl.jgit.JGitConfigImpl | From | To | |
| Inline Method private getInternalValues(name String) : String[] inlined to public get(name String) : String in class org.eclipse.che.git.impl.jgit.JGitConfigImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type values : String[] to value : String in method public get(name String) : String in class org.eclipse.che.git.impl.jgit.JGitConfigImpl | From | To |