af4a9507788b9d5e8821254851132e20fc9d2375
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public handleFailover(e ClientCacheFailoverEvent) : void from class org.infinispan.client.hotrod.event.EventLogListener to public handleFailover(e ClientCacheFailoverEvent) : void from class org.infinispan.client.hotrod.event.FailoverEventLogListener | From | To | |
Rename Variable | 1 | ||
Rename Variable withStateEventLogListener : WithStateEventLogListener<Integer> to statefulListener : WithStateEventLogListener<Integer> in method public testEventReplayWithAndWithoutStateAfterFailover() : void in class org.infinispan.client.hotrod.event.ClientClusterEventsTest | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute public failoverEvents : BlockingQueue<ClientCacheFailoverEvent> from class org.infinispan.client.hotrod.event.EventLogListener to public failoverEvents : BlockingQueue<ClientCacheFailoverEvent> from class org.infinispan.client.hotrod.event.FailoverEventLogListener | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.client.hotrod.event.FailoverEventLogListener from classes [org.infinispan.client.hotrod.event.ClientClusterEventsTest.WithStateEventLogListener] | From | To |