ad6e0975dcc890758f2a7e8dae0a2d8fbc43aad6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public join(table TableLike<?>, type JoinType) : TableOnStep<Record> extracted from public rightOuterJoin(table TableLike<?>) : TableOnStep<Record> in class org.jooq.impl.PartitionJoinTable | From | To | |
Extract Method public join(table TableLike<?>, type JoinType) : TableOnStep<Record> extracted from public fullOuterJoin(table TableLike<?>) : TableOnStep<Record> in class org.jooq.impl.PartitionJoinTable | From | To | |
Extract Method public join(table TableLike<?>, type JoinType) : TableOnStep<Record> extracted from public leftOuterJoin(table TableLike<?>) : TableOnStep<Record> in class org.jooq.impl.PartitionJoinTable | From | To |