7bf032a771ccc0f5f12e2d58456eabe53209e393
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public parseDatabaseShortName(dbSettings DbSettings, databaseName String) : String from class org.lealone.db.Database to public getDatabaseShortName() : String from class org.lealone.db.ConnectionInfo | From | To | |
Change Return Type | 1 | ||
Change Return Type ServerSession to SystemSession in method public getSystemSession() : SystemSession in class org.lealone.db.Database | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public closeVertx(v Vertx) : void extracted from public close() : void in class org.lealone.client.ClientSession & moved to class org.lealone.net.NetFactory | From | To |