6ec1958876cf633b47feeab212ee82ef4191b9be
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable keys : List<UniqueKey<R>> in method private conflictingKeys(configuration Configuration) : List<List<? extends Field<?>>> from class org.jooq.impl.InsertQueryImpl | From | To | |
Extract Variable fields : Field<?>[] in method private delegate(configuration Configuration) : QueryPartInternal from class org.jooq.impl.RowIsNull | From | To | |
Change Variable Type | 5 | ||
Change Variable Type names : List<String> to names : String[] in method private delegate(ctx Context<?>) : QueryPartInternal in class org.jooq.impl.RowSubqueryCondition | From | To | |
Change Variable Type fields : List<Field<?>> to fields : Field<?>[] in method public in(values Collection<?>) : Condition in class org.jooq.impl.AbstractField | From | To | |
Change Variable Type params : List<Param<?>> to params : Param<?>[] in method private executePrepared() : int[] in class org.jooq.impl.BatchSingle | From | To | |
Change Variable Type fields : List<Field<?>> to fields : Field<?>[] in method public accept(ctx Context<?>) : void in class org.jooq.impl.AbstractRoutine.RoutineField | From | To | |
Change Variable Type fields : List<Field<?>> to fields : Field<?>[] in method public notIn(values Collection<?>) : Condition in class org.jooq.impl.AbstractField | From | To | |
Inline Variable | 5 | ||
Inline Variable length : int in method package fields(values T[]) : List<Field<T>> from class org.jooq.impl.Tools | From | To | |
Inline Variable length : int in method package inline(values T[]) : List<Field<T>> from class org.jooq.impl.Tools | From | To | |
Inline Variable length : int in method package fields(values Object[], type DataType<?>) : List<Field<?>> from class org.jooq.impl.Tools | From | To | |
Inline Variable length : int in method package fields(values Object[], type Class<?>) : List<Field<?>> from class org.jooq.impl.Tools | From | To | |
Inline Variable length : int in method package fields(values Object[], field Field<?>) : List<Field<?>> from class org.jooq.impl.Tools | From | To |