81255c0cbe7ff4079ad9b1017603df664974461f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable combine : Future<List<MemberId>> to futures : CompletableFuture<ArrayList<MemberId>> in method public shouldWaitForNonNullValue() : void in class org.neo4j.causalclustering.core.replication.LeaderProviderTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Callable<MemberId> to Supplier<MemberId> in method private getCurrentLeader() : Supplier<MemberId> in class org.neo4j.causalclustering.core.replication.LeaderProviderTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type memberIds : List<MemberId> to memberIds : ArrayList<MemberId> in method public shouldWaitForNonNullValue() : void in class org.neo4j.causalclustering.core.replication.LeaderProviderTest | From | To | |
Change Variable Type combine : Future<List<MemberId>> to futures : CompletableFuture<ArrayList<MemberId>> in method public shouldWaitForNonNullValue() : void in class org.neo4j.causalclustering.core.replication.LeaderProviderTest | From | To |