99588d6b0a8f41062a5c94a642140357b810f3f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setStorageEngine(storageEngine String) : void renamed to public setStorageEngineName(storageEngineName String) : void in class org.lealone.sql.ddl.CreateTable | From | To | |
Rename Method public getStorageEngine() : String renamed to public getStorageEngineName() : String in class org.lealone.db.table.Table | From | To | |
Rename Method private createMVDelegateIndex(indexId int, indexName String, indexType IndexType, mainIndexColumn int) : StandardDelegateIndex renamed to private createDelegateIndex(indexId int, indexName String, indexType IndexType, mainIndexColumn int) : StandardDelegateIndex in class org.lealone.db.table.StandardTable | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [id : int, storageEngine : StorageEngine] to table : StandardTable in method public StandardPrimaryIndex(session Session, table StandardTable) in class org.lealone.db.index.StandardPrimaryIndex | From | To | |
Rename Attribute | 1 | ||
Rename Attribute storageEngine : String to storageEngineName : String in class org.lealone.db.table.CreateTableData | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getStorageEngine() : StorageEngine extracted from public StandardSecondaryIndex(storageEngine StorageEngine, session Session, table StandardTable, id int, indexName String, columns IndexColumn[], indexType IndexType) in class org.lealone.db.index.StandardSecondaryIndex & moved to class org.lealone.db.table.StandardTable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter storageEngine : String to storageEngineName : String in method public setStorageEngineName(storageEngineName String) : void in class org.lealone.sql.ddl.CreateTable | From | To |