6149973c5816f50d210315fe75846a077d2ef8e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type event : CacheEntryRemovedEvent<Node,Map.Entry<K,V>> to event : CacheEntryRemovedEvent<Address,Map.Entry<K,V>> in method public removed(event CacheEntryRemovedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Parameter Type event : CacheEntryEvent<Node,Map.Entry<K,V>> to event : CacheEntryEvent<Address,Map.Entry<K,V>> in method public event(event CacheEntryEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Parameter Type event : TopologyChangedEvent<Node,Map.Entry<K,V>> to event : TopologyChangedEvent<Address,Map.Entry<K,V>> in method public topologyChanged(event TopologyChangedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Rename Variable | 3 | ||
Rename Variable addresses : Set<Address> to leftMembers : Set<Address> in method public topologyChanged(event TopologyChangedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Rename Variable nodes : Set<Node> to addresses : Set<Address> in method public getEntries() : Map<K,V> in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Rename Variable node : Node to leftMember : Address in method public topologyChanged(event TopologyChangedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Return Type | 2 | ||
Change Return Type Cache<Node,Map.Entry<K,V>> to Cache<Address,Map.Entry<K,V>> in method public getCache() : Cache<Address,Map.Entry<K,V>> in class org.wildfly.clustering.server.registry.CacheRegistryFactoryBuilder | From | To | |
Change Return Type Cache<Node,Map.Entry<K,V>> to Cache<Address,Map.Entry<K,V>> in method public getCache() : Cache<Address,Map.Entry<K,V>> in class org.wildfly.clustering.server.registry.CacheRegistryConfiguration | From | To | |
Change Variable Type | 3 | ||
Change Variable Type cache : Cache<Node,Map.Entry<K,V>> to cache : Cache<Address,Map.Entry<K,V>> in method public topologyChanged(event TopologyChangedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Variable Type nodes : Set<Node> to addresses : Set<Address> in method public getEntries() : Map<K,V> in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Variable Type node : Node to leftMember : Address in method public topologyChanged(event TopologyChangedEvent<Address,Map.Entry<K,V>>) : void in class org.wildfly.clustering.server.registry.CacheRegistry | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cache : ValueDependency<Cache<Node,Map.Entry<K,V>>> to cache : ValueDependency<Cache<Address,Map.Entry<K,V>>> in class org.wildfly.clustering.server.registry.CacheRegistryFactoryBuilder | From | To | |
Change Attribute Type cache : Cache<Node,Map.Entry<K,V>> to cache : Cache<Address,Map.Entry<K,V>> in class org.wildfly.clustering.server.registry.CacheRegistry | From | To |