610f4d3c6b60c840069da64594dfcbe00cabc0d0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type result : Result<?> to result : ResultOrRows in method public toString() : String in class org.jooq.impl.ResultsImpl | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type results : Results to results : ResultsImpl in class org.jooq.impl.AbstractResultQuery | From | To | |
Change Attribute Type results : List<Result<Record>> to results : List<ResultOrRows> in class org.jooq.impl.ResultsImpl | From | To | |
Change Attribute Type results : Results to results : ResultsImpl in class org.jooq.impl.AbstractRoutine | From | To |