fb52e5e622e4e9f104e0357744c0654a213ece44
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private getAvailableInlineColumns(cols IndexColumn[]) : List<InlineIndexHelper> from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex to protected getAvailableInlineColumns(cols IndexColumn[]) : List<InlineIndexHelper> from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndexBase | From | To | |
Pull Up Method private computeInlineSize(inlineIdxs List<InlineIndexHelper>, cfgInlineSize int) : int from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex to protected computeInlineSize(inlineIdxs List<InlineIndexHelper>, cfgInlineSize int, cacheConf CacheConfiguration<?,?>) : int from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndexBase | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute public IGNITE_MAX_INDEX_PAYLOAD_SIZE_DEFAULT : int from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex to public IGNITE_MAX_INDEX_PAYLOAD_SIZE_DEFAULT : int from class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndexBase | From | To | |
Extract Method | 1 | ||
Extract Method public indexColumnsSql(idxCols IndexColumn[]) : String extracted from public indexCreateSql(fullTblName String, h2Idx GridH2IndexBase, ifNotExists boolean) : String in class org.apache.ignite.internal.processors.query.h2.H2Utils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tbl : GridH2Table to table : GridH2Table in method public H2TreeClientIndex(table GridH2Table, name String, pk boolean, colsList List<IndexColumn>, inlineSize int) in class org.apache.ignite.internal.processors.query.h2.database.H2TreeClientIndex | From | To |