a9774cc377e2422b41890c445684fc3575872a63
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type pool : BuilderPool<Builder,Subscribe> to pool : BuilderPool<Builder,Listen> in method public Builder(pool BuilderPool<Builder,Listen>) in class net.kuujo.copycat.coordination.state.TopicCommands.Listen.Builder | From | To | |
| Rename Variable | 1 | ||
| Rename Variable session : Session to listener : Commit<TopicCommands.Listen> in method protected publish(commit Commit<TopicCommands.Publish>) : void in class net.kuujo.copycat.coordination.state.TopicState | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Subscribe to Listen in method protected create() : Listen in class net.kuujo.copycat.coordination.state.TopicCommands.Listen.Builder | From | To | |
| Change Return Type Listener<T> to CompletableFuture<Listener<T>> in method public onMessage(listener Consumer<T>) : CompletableFuture<Listener<T>> in class net.kuujo.copycat.coordination.DistributedTopic | From | To | |
| Move Class | 1 | ||
| Move Class net.kuujo.copycat.coordination.state.TopicCommands.Subscribe.Builder moved to net.kuujo.copycat.coordination.state.TopicCommands.Listen.Builder | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type listener : TopicListener<T> to listener : Consumer<T> in method protected open(context ResourceContext) : void in class net.kuujo.copycat.coordination.DistributedTopic | From | To | |
| Change Variable Type session : Session to listener : Commit<TopicCommands.Listen> in method protected publish(commit Commit<TopicCommands.Publish>) : void in class net.kuujo.copycat.coordination.state.TopicState | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type listeners : List<TopicListener<T>> to listeners : Set<Consumer<T>> in class net.kuujo.copycat.coordination.DistributedTopic | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter event : T to message : T in method public accept(message T) : void in class net.kuujo.copycat.coordination.DistributedTopic.TopicListener | From | To |