302ee3b22e43b19acd349ac0fd8025932e173129
Files Diff
- Added: 0
- Removed: 6
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 4 | ||
Rename Class org.lealone.cbase.dbobject.index.CBasePrimaryIndex.MVStoreCursor renamed to org.lealone.cbase.dbobject.index.CBasePrimaryIndex.CBasePrimaryIndexCursor | From | To | |
Rename Class org.lealone.cbase.dbobject.index.CBaseSecondaryIndex.MVStoreCursor renamed to org.lealone.cbase.dbobject.index.CBaseSecondaryIndex.CBaseSecondaryIndexCursor | From | To | |
Rename Class org.lealone.cbase.dbobject.index.SkipListSecondaryIndex.CBaseSecondaryIndexCursor renamed to org.lealone.cbase.dbobject.index.SkipListSecondaryIndex.SkipListSecondaryIndexCursor | From | To | |
Rename Class org.lealone.cbase.dbobject.index.SkipListPrimaryIndex.CBasePrimaryIndexCursor renamed to org.lealone.cbase.dbobject.index.SkipListPrimaryIndex.SkipListPrimaryIndexCursor | From | To | |
Move Class | 6 | ||
Move Class org.lealone.dbobject.index.MetaCursor moved to org.lealone.dbobject.index.MetaIndex.MetaCursor | From | To | |
Move Class org.lealone.dbobject.index.FunctionCursor moved to org.lealone.dbobject.index.FunctionIndex.FunctionCursor | From | To | |
Move Class org.lealone.dbobject.index.RangeCursor moved to org.lealone.dbobject.index.RangeIndex.RangeCursor | From | To | |
Move Class org.lealone.command.router.MergedCursor moved to org.lealone.command.router.MergedIndex.MergedCursor | From | To | |
Move Class org.lealone.dbobject.index.FunctionCursorResultSet moved to org.lealone.dbobject.index.FunctionIndex.FunctionCursorResultSet | From | To | |
Move Class org.lealone.dbobject.index.ViewCursor moved to org.lealone.dbobject.index.ViewIndex.ViewCursor | From | To | |
Change Variable Type | 4 | ||
Change Variable Type cursor : MVStoreCursor to cursor : CBaseSecondaryIndexCursor in method public findFirstOrLast(session Session, first boolean) : Cursor in class org.lealone.cbase.dbobject.index.CBaseSecondaryIndex | From | To | |
Change Variable Type c : MVStoreCursor to c : CBasePrimaryIndexCursor in method public findFirstOrLast(session Session, first boolean) : Cursor in class org.lealone.cbase.dbobject.index.CBasePrimaryIndex | From | To | |
Change Variable Type c : CBasePrimaryIndexCursor to c : SkipListPrimaryIndexCursor in method public findFirstOrLast(session Session, first boolean) : Cursor in class org.lealone.cbase.dbobject.index.SkipListPrimaryIndex | From | To | |
Change Variable Type c : CBaseSecondaryIndexCursor to c : SkipListSecondaryIndexCursor in method public findFirstOrLast(session Session, first boolean) : Cursor in class org.lealone.cbase.dbobject.index.SkipListSecondaryIndex | From | To |