efea6092fbdfd4577c3fed73412d40a7163e0d27
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type serializer : Serializer to serializer : org.axonframework.serialization.Serializer in method public GrpcObjectSerializer(serializer org.axonframework.serialization.Serializer) in class io.axoniq.axonhub.client.util.GrpcObjectSerializer | From | To | |
Change Parameter Type metaData : MetaData to metadata : Supplier<MetaData> in method private GrpcBackedResponseMessage(queryResponse QueryResponse, messageSerializer Serializer, serializedPayload LazyDeserializingObject<R>, metadata Supplier<MetaData>) in class io.axoniq.axonhub.client.query.GrpcBackedResponseMessage | From | To | |
Change Parameter Type o : Object to o : O in method public apply(o O) : SerializedObject in class io.axoniq.axonhub.client.util.GrpcObjectSerializer | From | To | |
Change Return Type | 1 | ||
Change Return Type SerializedObject to io.axoniq.platform.SerializedObject in method public apply(o O) : io.axoniq.platform.SerializedObject in class io.axoniq.axonhub.client.util.GrpcObjectSerializer | From | To | |
Move Attribute | 4 | ||
Move Attribute protected configuration : AxonHubConfiguration from class io.axoniq.axonhub.client.util.MessagePlatformSerializer to private configuration : AxonHubConfiguration from class io.axoniq.axonhub.client.query.QuerySerializer | From | To | |
Move Attribute protected messageSerializer : Serializer from class io.axoniq.axonhub.client.util.MessagePlatformSerializer to private messageSerializer : Serializer from class io.axoniq.axonhub.client.query.QuerySerializer | From | To | |
Move Attribute protected messageSerializer : Serializer from class io.axoniq.axonhub.client.util.MessagePlatformSerializer to private messageSerializer : Serializer from class io.axoniq.axonhub.client.command.CommandSerializer | From | To | |
Move Attribute protected configuration : AxonHubConfiguration from class io.axoniq.axonhub.client.util.MessagePlatformSerializer to private configuration : AxonHubConfiguration from class io.axoniq.axonhub.client.command.CommandSerializer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute metaData : MetaData to metadata : Supplier<MetaData> in class io.axoniq.axonhub.client.query.GrpcBackedResponseMessage | From | To | |
Change Variable Type | 1 | ||
Change Variable Type serializedPayload : org.axonframework.serialization.SerializedObject<byte[]> to serializedPayload : SerializedObject<byte[]> in method public apply(o O) : io.axoniq.platform.SerializedObject in class io.axoniq.axonhub.client.util.GrpcObjectSerializer | From | To | |
Extract Method | 3 | ||
Extract Method private initialResultError(t Throwable) : void extracted from private complete() : void in class io.axoniq.axonhub.client.query.subscription.AxonHubSubscriptionQueryResult | From | To | |
Extract Method private initialResultError(t Throwable) : void extracted from private completeExceptionally(t Throwable) : void in class io.axoniq.axonhub.client.query.subscription.AxonHubSubscriptionQueryResult | From | To | |
Extract Method private updateError(t Throwable) : void extracted from private completeExceptionally(t Throwable) : void in class io.axoniq.axonhub.client.query.subscription.AxonHubSubscriptionQueryResult | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type metaData : MetaData to metadata : Supplier<MetaData> in class io.axoniq.axonhub.client.query.GrpcBackedResponseMessage | From | To | |
Change Attribute Type serializer : Serializer to serializer : Serializer<O> in class io.axoniq.axonhub.client.util.GrpcObjectSerializer | From | To | |
Change Attribute Type payloadSerializer : GrpcObjectSerializer to payloadSerializer : GrpcPayloadSerializer in class io.axoniq.axonhub.client.query.subscription.SubscriptionMessageSerializer | From | To | |
Change Attribute Type responseTypeSerializer : GrpcObjectSerializer to responseTypeSerializer : GrpcObjectSerializer<Object> in class io.axoniq.axonhub.client.query.subscription.SubscriptionMessageSerializer | From | To | |
Rename Parameter | 3 | ||
Rename Parameter var1 : Map<String,?> to metaData : Map<String,?> in method public withMetaData(metaData Map<String,?>) : QueryMessage<Q,R> in class io.axoniq.axonhub.client.query.GrpcBackedQueryMessage | From | To | |
Rename Parameter metaData : MetaData to metadata : Supplier<MetaData> in method private GrpcBackedResponseMessage(queryResponse QueryResponse, messageSerializer Serializer, serializedPayload LazyDeserializingObject<R>, metadata Supplier<MetaData>) in class io.axoniq.axonhub.client.query.GrpcBackedResponseMessage | From | To | |
Rename Parameter var1 : Map<String,?> to metaData : Map<String,?> in method public andMetaData(metaData Map<String,?>) : QueryMessage<Q,R> in class io.axoniq.axonhub.client.query.GrpcBackedQueryMessage | From | To |