c1d0576065ca4fbad51e8eb0933f50cd992a58ac
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public getSessionToken() : byte[] inlined to public close(iForce boolean, onDelete boolean) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Move Attribute | 2 | ||
Move Attribute public sessionId : Integer from class com.orientechnologies.orient.client.remote.OStorageRemoteSession to private sessionId : Integer from class com.orientechnologies.orient.client.remote.OStorageRemoteNodeSession | From | To | |
Move Attribute public serverURL : String from class com.orientechnologies.orient.client.remote.OStorageRemoteSession to private serverURL : String from class com.orientechnologies.orient.client.remote.OStorageRemoteNodeSession | From | To | |
Rename Attribute | 1 | ||
Rename Attribute tokens : Map<String,byte[]> to sessions : Map<String,OStorageRemoteNodeSession> in class com.orientechnologies.orient.client.remote.OStorageRemoteSession | From | To | |
Extract Variable | 1 | ||
Extract Variable session : OStorageRemoteSession in method public close(iForce boolean, onDelete boolean) : void from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tokens : Map<String,byte[]> to sessions : Map<String,OStorageRemoteNodeSession> in class com.orientechnologies.orient.client.remote.OStorageRemoteSession | From | To |