e2f098bd6418917f8320f87313dc2d3d7314df74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public isAutoCommit() : boolean from class org.lealone.client.ClientSession to public isAutoCommit() : boolean from class org.lealone.db.SessionBase | From | To | |
Pull Up Method public isAutoCommit() : boolean from class org.lealone.db.ServerSession to public isAutoCommit() : boolean from class org.lealone.db.SessionBase | From | To | |
Pull Up Method public setAutoCommit(b boolean) : void from class org.lealone.db.ServerSession to public setAutoCommit(autoCommit boolean) : void from class org.lealone.db.SessionBase | From | To | |
Rename Variable | 2 | ||
Rename Variable fs : Session to s : Session in method private endTransaction() : void in class org.lealone.db.ServerSession | From | To | |
Rename Variable cs : Session to s : Session in method private releaseSessionCache() : void in class org.lealone.db.ServerSession | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private autoCommit : boolean from class org.lealone.db.ServerSession to protected autoCommit : boolean from class org.lealone.db.SessionBase | From | To | |
Move Attribute | 1 | ||
Move Attribute private autoCommit : boolean from class org.lealone.db.ServerSession to private autoCommit : boolean from class org.lealone.db.CommandUpdateResult | From | To | |
Rename Parameter | 1 | ||
Rename Parameter b : boolean to autoCommit : boolean in method public setAutoCommit(autoCommit boolean) : void in class org.lealone.db.SessionBase | From | To |