a8ee7b411111402d12c18488ed5d66164f6e2da0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type index : Name to index : Index in method package CreateIndexImpl(configuration Configuration, index Index, unique boolean, ifNotExists boolean) in class org.jooq.impl.CreateIndexImpl | From | To | |
Change Parameter Type index : Name to index : Index in method package AlterIndexImpl(configuration Configuration, index Index) in class org.jooq.impl.AlterIndexImpl | From | To | |
Change Parameter Type index : Name to index : Index in method package DropIndexImpl(configuration Configuration, index Index, ifExists boolean) in class org.jooq.impl.DropIndexImpl | From | To | |
Change Parameter Type index : Name to index : Index in method package DropIndexImpl(configuration Configuration, index Index) in class org.jooq.impl.DropIndexImpl | From | To | |
Change Parameter Type index : Name to index : Index in method package AlterIndexImpl(configuration Configuration, index Index, ifExists boolean) in class org.jooq.impl.AlterIndexImpl | From | To | |
Extract Method | 7 | ||
Extract Method public alterIndex(index Index) : AlterIndexStep extracted from public alterIndex(index Name) : AlterIndexStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public createUniqueIndexIfNotExists(index Index) : CreateIndexStep extracted from public createUniqueIndexIfNotExists(index Name) : CreateIndexStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public renameTo(newName Index) : AlterIndexImpl extracted from public renameTo(newName Name) : AlterIndexImpl in class org.jooq.impl.AlterIndexImpl | From | To | |
Extract Method public dropIndex(index Index) : DropIndexOnStep extracted from public dropIndex(index Name) : DropIndexOnStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public createUniqueIndex(index Index) : CreateIndexStep extracted from public createUniqueIndex(index Name) : CreateIndexStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public dropIndexIfExists(index Index) : DropIndexOnStep extracted from public dropIndexIfExists(index Name) : DropIndexOnStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public alterIndexIfExists(index Index) : AlterIndexStep extracted from public alterIndexIfExists(index Name) : AlterIndexStep in class org.jooq.impl.DefaultDSLContext | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type index : Name to index : Index in class org.jooq.impl.AlterIndexImpl | From | To | |
Change Attribute Type renameTo : Name to renameTo : Index in class org.jooq.impl.AlterIndexImpl | From | To | |
Change Attribute Type index : Name to index : Index in class org.jooq.impl.CreateIndexImpl | From | To | |
Change Attribute Type index : Name to index : Index in class org.jooq.impl.DropIndexImpl | From | To |