f43963f25862a1d0373be63121749beee9992535
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public copyForReplicaSet(newServer String) : ConnectionInfo renamed to public copy(newServer String) : ConnectionInfo in class org.lealone.db.ConnectionInfo | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type sessionId : Integer to sessionInfo : SessionInfo in method package removeSession(sessionInfo SessionInfo) : void in class org.lealone.net.CommandHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable id : Integer to sessionInfo : SessionInfo in method protected close() : void in class org.lealone.net.AsyncConnection | From | To | |
Change Variable Type | 1 | ||
Change Variable Type id : Integer to sessionInfo : SessionInfo in method protected close() : void in class org.lealone.net.AsyncConnection | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sessionInfoMap : ConcurrentHashMap<Integer,SessionInfo> to sessionInfoMap : ConcurrentHashMap<SessionInfo,SessionInfo> in class org.lealone.net.CommandHandler | From | To | |
Extract Method | 1 | ||
Extract Method public connectEmbeddedOrServer(first boolean) : Session extracted from public connectEmbeddedOrServer() : Session in class org.lealone.client.ClientSession | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sessionId : Integer to sessionInfo : SessionInfo in method package removeSession(sessionInfo SessionInfo) : void in class org.lealone.net.CommandHandler | From | To |