69f5b49346987fa95b22194997ca1c663688a905
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public goAsync(stageFuture CompletableFuture<BasicInvocationStage>) : InvocationStage renamed to public returnWithAsync(valueFuture CompletableFuture<?>) : BasicInvocationStage in class org.infinispan.interceptors.BaseAsyncInterceptor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type stageFuture : CompletableFuture<BasicInvocationStage> to valueFuture : CompletableFuture<?> in method public returnWithAsync(valueFuture CompletableFuture<?>) : BasicInvocationStage in class org.infinispan.interceptors.BaseAsyncInterceptor | From | To | |
Change Return Type | 1 | ||
Change Return Type InvocationStage to BasicInvocationStage in method public returnWithAsync(valueFuture CompletableFuture<?>) : BasicInvocationStage in class org.infinispan.interceptors.BaseAsyncInterceptor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type stage : AbstractInvocationStage to stage : BasicInvocationStage in method public compose(composeHandler InvocationComposeHandler) : InvocationStage in class org.infinispan.interceptors.impl.ReturnValueStage | From | To | |
Change Variable Type stage : AbstractInvocationStage to stage : BasicInvocationStage in method public compose(composeHandler InvocationComposeHandler) : InvocationStage in class org.infinispan.interceptors.impl.ExceptionStage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter stageFuture : CompletableFuture<BasicInvocationStage> to valueFuture : CompletableFuture<?> in method public returnWithAsync(valueFuture CompletableFuture<?>) : BasicInvocationStage in class org.infinispan.interceptors.BaseAsyncInterceptor | From | To | |
Rename Parameter ignored : InvocationContext to ctx : InvocationContext in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.ReplicableCommand | From | To |