a56dcd17599a61fc29a0b5de0f7acac2926f2a0e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setPreparedTransaction(transactionName String, commit boolean) : void renamed to public setPreparedTransactionFor2PC(transactionName String, commit boolean) : void in class org.lealone.db.ServerSession | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ddl : boolean to allLocalTransactionNames : String in method public commit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To | |
Inline Method | 2 | ||
Inline Method public commit(ddl boolean, allLocalTransactionNames String) : void inlined to public commit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To | |
Inline Method public prepareCommit(ddl boolean, allLocalTransactionNames String) : void inlined to public prepareCommit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute ddl : boolean to containsDDL : boolean in method public commit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To | |
Extract Method | 1 | ||
Extract Method public commit() : void extracted from public commit(ddl boolean) : void in class org.lealone.db.ServerSession | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ddl : boolean to allLocalTransactionNames : String in method public commit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To | |
Rename Parameter transactionName : String to allLocalTransactionNames : String in method public prepareCommit(allLocalTransactionNames String) : void in class org.lealone.db.ServerSession | From | To |