d1232799171800393ca6ef4c6507abe36a1f9655
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public prepare() : Command from class org.lealone.client.ClientBatchCommand to public prepare() : Command from class org.lealone.db.CommandBase | From | To | |
| Pull Up Method public prepare() : Command from class org.lealone.replication.ReplicationCommand to public prepare() : Command from class org.lealone.db.CommandBase | From | To | |
| Pull Up Method public prepare() : Command from class org.lealone.db.ServerCommand to public prepare() : Command from class org.lealone.db.CommandBase | From | To | |
| Rename Variable | 2 | ||
| Rename Variable split : BTreePage to rightChildPage : BTreePage in method private put(p BTreePage, key Object, value Object) : Object in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
| Rename Variable split : BTreePage to rightChildPage : BTreePage in method private splitRoot(p BTreePage) : BTreePage in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
| Inline Variable | 1 | ||
| Inline Variable valueType : DataType in method protected processRequest(transfer Transfer, id int, operation int) : void from class org.lealone.net.AsyncConnection | From | To |