b6ace9d1823a4ac6c4121856bdd1a1548d7707cc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type pred : Predicate<CompositeFuture> to pred : Function<CompositeFuture,Throwable> in method private join(pred Function<CompositeFuture,Throwable>, results Future<?>...) : CompositeFuture in class io.vertx.core.impl.CompositeFutureImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable completed : boolean to failure : Throwable in method private join(pred Function<CompositeFuture,Throwable>, results Future<?>...) : CompositeFuture in class io.vertx.core.impl.CompositeFutureImpl | From | To | |
| Extract Variable | 4 | ||
| Extract Variable cause : Throwable in method private testJoinFailed2(join BiFunction<Future<String>,Future<Integer>,CompositeFuture>) : void from class io.vertx.test.core.FutureTest | From | To | |
| Extract Variable cause : Throwable in method private testJoinFailed1(join BiFunction<Future<String>,Future<Integer>,CompositeFuture>) : void from class io.vertx.test.core.FutureTest | From | To | |
| Extract Variable cause2 : Throwable in method private testJoinFailed3(join BiFunction<Future<String>,Future<Integer>,CompositeFuture>) : void from class io.vertx.test.core.FutureTest | From | To | |
| Extract Variable cause1 : Throwable in method private testJoinFailed3(join BiFunction<Future<String>,Future<Integer>,CompositeFuture>) : void from class io.vertx.test.core.FutureTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type completed : boolean to failure : Throwable in method private join(pred Function<CompositeFuture,Throwable>, results Future<?>...) : CompositeFuture in class io.vertx.core.impl.CompositeFutureImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ALL : Predicate<CompositeFuture> to ALL : Function<CompositeFuture,Throwable> in class io.vertx.core.impl.CompositeFutureImpl | From | To |