37c7dc8c546a6851ee4b77d7b320a321e0ac311e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute distributeConfigPush : Set<ONetworkProtocolBinary> to distributedConfigPush : Set<WeakReference<ONetworkProtocolBinary>> in class com.orientechnologies.orient.server.OClientConnectionManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type iter : Iterator<ONetworkProtocolBinary> to iter : Iterator<WeakReference<ONetworkProtocolBinary>> in method public pushDistributedConfig(database String, hosts List<String>) : void in class com.orientechnologies.orient.server.OClientConnectionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type distributeConfigPush : Set<ONetworkProtocolBinary> to distributedConfigPush : Set<WeakReference<ONetworkProtocolBinary>> in class com.orientechnologies.orient.server.OClientConnectionManager | From | To |