f2d1eec59aa2097ca432bb81d605228b41d6f0a8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable blockingFuture : CompletableFuture<Void> to blocker1 : CompletableFuture<String> in method public testAsyncTasks() : void in class org.infinispan.executors.LimitedExecutorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type blockingFuture : CompletableFuture<Void> to blocker1 : CompletableFuture<String> in method public testAsyncTasks() : void in class org.infinispan.executors.LimitedExecutorTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type executor : ExecutorService to executor : ThreadPoolExecutor in class org.infinispan.executors.LimitedExecutorTest | From | To |