8186a582eabac1185152f59c832dceda2f9066a8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public createRootUser(db Database) : void from class org.lealone.db.LealoneDatabase to public createRootUserIfNotExists() : void from class org.lealone.db.Database | From | To | |
| Rename Variable | 2 | ||
| Rename Variable newDb : Database to newDB : Database in method public update() : int in class org.lealone.sql.ddl.CreateDatabase | From | To | |
| Rename Variable db : LealoneDatabase to lealoneDB : LealoneDatabase in method public update() : int in class org.lealone.sql.ddl.CreateDatabase | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute url : String to name : String in method public setEventListenerClass(className String) : void in class org.lealone.db.Database | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter url : String to dbName : String in method public init(dbName String) : void in class org.lealone.api.DatabaseEventListener | From | To |