e6f9368a39d8e950e6832f074d93cff4f73d469f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private checkForceInline(part QueryPart) : void renamed to private collectBindVariable(part QueryPart) : void in class org.jooq.impl.DefaultRenderContext | From | To | |
| Rename Method public toSQL(context RenderContext) : void renamed to public accept(context Context<?>) : void in class org.jooq.impl.RowBetweenCondition.Native | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type context : RenderContext to context : Context<?> in method public accept(context Context<?>) : void in class org.jooq.impl.RowBetweenCondition.Native | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to Rendered in method private getSQL0(ctx ExecuteContext) : Rendered in class org.jooq.impl.AbstractQuery | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private sql : String from class org.jooq.impl.AbstractQuery to package sql : String from class org.jooq.impl.AbstractQuery.Rendered | From | To | |
| Extract Class | 1 | ||
| Extract Class org.jooq.impl.AbstractQuery.Rendered from class org.jooq.impl.AbstractQuery | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : String to result : Rendered in method private getSQL0(ctx ExecuteContext) : Rendered in class org.jooq.impl.AbstractQuery | From | To | |
| Change Variable Type render : RenderContext to render : DefaultRenderContext in method private getSQL0(ctx ExecuteContext) : Rendered in class org.jooq.impl.AbstractQuery | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter ctx : RenderContext to context : RenderContext in method public toSQL(context RenderContext) : void in class org.jooq.impl.AbstractQueryPart | From | To | |
| Rename Parameter ctx : BindContext to context : BindContext in method public bind(context BindContext) : void in class org.jooq.impl.AbstractQueryPart | From | To |