409520282052b982461ac0e9db8bdc112c8574e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public from(o Object) : SubscriptionQueryUpdateMessage<T> renamed to public asUpdateMessage(payload Object) : SubscriptionQueryUpdateMessage<T> in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage | From | To | |
Inline Variable | 1 | ||
Inline Variable message : Message in method public from(o Object) : SubscriptionQueryUpdateMessage<T> from class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage | From | To | |
Extract Method | 1 | ||
Extract Method private extractMessage(payload Object) : SubscriptionQueryUpdateMessage<T> extracted from public from(o Object) : SubscriptionQueryUpdateMessage<T> in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter o : Object to payload : Object in method private extractMessage(payload Object) : SubscriptionQueryUpdateMessage<T> in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage | From | To | |
Rename Parameter o : Object to payload : Object in method public asUpdateMessage(payload Object) : SubscriptionQueryUpdateMessage<T> in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage | From | To |