V6117. Possible overflow. The expression will be evaluated before casting. Consider casting one of the operands instead.
V6117 Possible overflow. The expression will be evaluated before casting. Consider casting one of the operands instead. CodecRegistrationTest.java 195
@ConsumeEvent("address-4")
CompletionStage<Long> listenAddress4(int i) {
return CompletableFuture.completedFuture((long) (i + 1));
}