d842d1e0a6947813db9ee3979dcca21b0fb06beb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public shouldEscapeBackslashesInQuotes() : void renamed to public shouldEscapeBackslashesInQuotesIfConfiguredWithLegacyStyleQuoting() : void in class org.neo4j.csv.reader.BufferedCharSeekerTest | From | To | |
| Rename Method public shouldHandleSlashEncodedQuotes() : void renamed to public shouldHandleSlashEncodedQuotesIfConfiguredWithLegacyStyleQuoting() : void in class org.neo4j.csv.reader.BufferedCharSeekerTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private config(bufferSize int, multiline boolean) : Configuration inlined to private config(bufferSize int) : Configuration in class org.neo4j.csv.reader.BufferedCharSeekerTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private config() : Configuration extracted from public shouldReadQuotedValuesWithNewLinesInside() : void in class org.neo4j.csv.reader.BufferedCharSeekerTest | From | To | |
| Extract Method private config() : Configuration extracted from private shouldParseMultilineFieldWhereEndQuoteIsOnItsOwnLine(newline String) : void in class org.neo4j.csv.reader.BufferedCharSeekerTest | From | To |