31a2d09c9c770e80be43685cb4d6ca2eff21b75d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private assertParseRoundTrip(value String) : void renamed to private assertValueRoundTrip(value String, expectedEscaped String) : void in class org.eclipse.jgit.lib.ConfigTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable inquote : boolean to thisCharNeedsQuote : boolean in method package escapeValue(x String) : String in class org.eclipse.jgit.lib.Config | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cc : char in method private readValue(in StringReader) : String from class org.eclipse.jgit.lib.Config | From | To |