7704406c5844472b8b2061f4f4e592a57e0f27ac
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method protected createConnectionInfo(originalURL String, dbName String) : ConnectionInfo inlined to private createSession(dbName String, originalURL String, userName String, transfer Transfer) : Session in class org.lealone.server.TcpServerThread | From | To | |
| Extract Variable | 2 | ||
| Extract Variable value : String in method private createSession(dbName String, originalURL String, userName String, transfer Transfer) : Session from class org.lealone.server.TcpServerThread | From | To | |
| Extract Variable key : String in method private createSession(dbName String, originalURL String, userName String, transfer Transfer) : Session from class org.lealone.server.TcpServerThread | From | To | |
| Extract Method | 2 | ||
| Extract Method public addProperty(key String, value String, checkDuplicate boolean) : void extracted from private readAndRemoveSettingsFromURL() : void in class org.lealone.db.ConnectionInfo | From | To | |
| Extract Method public addProperty(key String, value String, checkDuplicate boolean) : void extracted from public readProperties(info Properties) : void in class org.lealone.db.ConnectionInfo | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter info : Properties to prop : Properties in method private readProperties(prop Properties) : void in class org.lealone.db.ConnectionInfo | From | To | |
| Rename Parameter info : Properties to prop : Properties in method public ConnectionInfo(url String, prop Properties) in class org.lealone.db.ConnectionInfo | From | To |