bc3fabc4e1cafcf5eb7c5d65b0233512aadfda05
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable firstRow : int in method public fetchFromStringData(strings List<String[]>, header boolean) : Result<Record> from class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method | 2 | ||
Extract Method public fetchFromStringData(strings List<String[]>, header boolean) : Result<Record> extracted from public fetchFromStringData(strings List<String[]>) : Result<Record> in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public fetchFromCSV(string String, header boolean, delimiter char) : Result<Record> extracted from public fetchFromCSV(string String, delimiter char) : Result<Record> in class org.jooq.impl.DefaultDSLContext | From | To |