73fe8c29f1123ab64b64ac1bb08522660264ccfd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public createConnection(user String, url String) : Connection extracted from public createConnection(columnList boolean) : Connection in class org.lealone.db.ServerSession | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createConnection(user String, url String) : Connection extracted from public getInternalConnection() : Connection in class org.lealone.db.Database & moved to class org.lealone.db.ServerSession | From | To |