[infinispan-issues] [JBoss JIRA] (ISPN-10312) Evaluate locations that use CompletableFuture#join
Will Burns (Jira)
issues at jboss.org
Fri Jun 14 16:58:00 EDT 2019
Will Burns created ISPN-10312:
---------------------------------
Summary: Evaluate locations that use CompletableFuture#join
Key: ISPN-10312
URL: https://issues.jboss.org/browse/ISPN-10312
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Invoking join or get on a CompletableFuture is a code stink and should be evaluated if it can be refactored to something else. Quite possibly this JIRA may be to just create other JIRAs but any simple refactorings can be done here.
Invocations to watch for {code}CompletionStages.join(){code}, {code}CompletableFuture.join(){code}, {code}CompletableFuture.get(){code}, {code}CompletableFuture.get(int, TimeUnit){code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list