51f5447bda0f5a61ff0c516c6cae5d85c44e5b8e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getFunction0(configuration Configuration) : Field<Object> renamed to private delegate(configuration Configuration) : QueryPart in class org.jooq.impl.Rollup | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fields : Field<?>... to arguments : FieldOrRow... in method package Rollup(arguments FieldOrRow...) in class org.jooq.impl.Rollup | From | To | |
Change Return Type | 1 | ||
Change Return Type Field<Object> to QueryPart in method private delegate(configuration Configuration) : QueryPart in class org.jooq.impl.Rollup | From | To | |
Extract Method | 1 | ||
Extract Method public rollup(fields FieldOrRow...) : GroupField extracted from public rollup(fields Field<?>...) : GroupField in class org.jooq.impl.DSL | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fields : Field<?>... to arguments : FieldOrRow... in method package Rollup(arguments FieldOrRow...) in class org.jooq.impl.Rollup | From | To |