e85a1e074d7961f1d0b82ab4729a90f238e670d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type conditions : Condition[] to conditions : Object in method private addJoin0(table TableLike<?>, type JoinType, conditions Object, partitionBy Field<?>[]) : void in class org.jooq.impl.SelectQueryImpl | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable c : Condition to conditions : Condition in method public addConditions(operator Operator, conditions Condition) : void in class org.jooq.impl.ConditionProviderImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable o : TableOnStep<?> in method private addJoin0(table TableLike<?>, type JoinType, conditions Object, partitionBy Field<?>[]) : void from class org.jooq.impl.SelectQueryImpl | From | To | |
Extract Variable o : TableOptionalOnStep<Record> in method private addJoin0(table TableLike<?>, type JoinType, conditions Object, partitionBy Field<?>[]) : void from class org.jooq.impl.SelectQueryImpl | From | To | |
Extract Method | 2 | ||
Extract Method public addConditions(operator Operator, conditions Condition) : void extracted from public addConditions(operator Operator, conditions Collection<? extends Condition>) : void in class org.jooq.impl.ConditionProviderImpl | From | To | |
Extract Method public filterWhere(c Condition) : WindowBeforeOverStep<T> extracted from public filterWhere(conditions Collection<? extends Condition>) : WindowBeforeOverStep<T> in class org.jooq.impl.Function | From | To |