2e003dda8cc40553d0796b9506f456a3281b5104
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type config : C to config : F in method protected AbstractPrimitiveService(serviceInterface Class<S>, clientInterface Class<C>, config F) in class io.atomix.primitive.service.AbstractPrimitiveService | From | To | |
Change Parameter Type config : C to config : F in method protected AbstractPrimitiveService(config F) in class io.atomix.primitive.service.AbstractPrimitiveService | From | To | |
Inline Method | 1 | ||
Inline Method private init() : void inlined to public RaftServiceContext(primitiveId PrimitiveId, serviceName String, primitiveType PrimitiveType, config ServiceConfig, service PrimitiveService, raft RaftContext, threadContextFactory ThreadContextFactory) in class io.atomix.protocols.raft.service.RaftServiceContext | From | To | |
Change Return Type | 2 | ||
Change Return Type PrimitiveSessions to Collection<PrimitiveSession> in method protected getSessions() : Collection<PrimitiveSession> in class io.atomix.primitive.service.AbstractPrimitiveService | From | To | |
Change Return Type C to F in method protected getServiceConfig() : F in class io.atomix.primitive.service.AbstractPrimitiveService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type config : C to config : F in class io.atomix.primitive.service.AbstractPrimitiveService | From | To | |
Change Attribute Type sessions : RaftSessions to sessions : RaftSessionRegistry in class io.atomix.protocols.raft.service.RaftServiceContext | From | To | |
Change Attribute Type sessions : PrimaryBackupServiceSessions to sessions : Map<Long,PrimaryBackupSession> in class io.atomix.protocols.backup.service.impl.PrimaryBackupServiceContext | From | To | |
Extract Method | 1 | ||
Extract Method private registerOperations(serviceType Class<S>) : void extracted from public AbstractAsyncPrimitiveProxy(serviceType Class<S>, proxy PrimitiveProxy, registry PrimitiveRegistry) in class io.atomix.primitive.impl.AbstractAsyncPrimitiveProxy | From | To |