final CompletionService<Boolean> ecs=new ExecutorCompletionService<Boolean>(executor); | final CompletionService<Boolean> ecs=new ExecutorCompletionService<>(executor); | new ExecutorCompletionService<Boolean>(executor) | new ExecutorCompletionService<>(executor) | drools | 0212196ca4c98ec6a1374f45bd8c577870a99fbb | org.drools.compiler.integrationtests.concurrency.MultithreadTest | | | | - java.util.concurrent.ExecutorCompletionService
- java.lang.Boolean
| | Uses | True |
final CompletionService<Boolean> ecs=new ExecutorCompletionService<Boolean>(executor); | final CompletionService<Boolean> ecs=new ExecutorCompletionService<>(executor); | new ExecutorCompletionService<Boolean>(executor) | new ExecutorCompletionService<>(executor) | drools | 0212196ca4c98ec6a1374f45bd8c577870a99fbb | org.drools.compiler.integrationtests.concurrency.MultithreadTest | | | | - java.util.concurrent.ExecutorCompletionService
- java.lang.Boolean
| | Uses | True |