-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
Several task objects (implementing Runnable, Callable, or Future) do not override toString, but should.
Runnable -> Callable adapters in Executors and ForkJoinPool
FutureTask should have a useful toString method like the one in CompletableFuture.
Runnable -> Callable adapters in Executors and ForkJoinPool
FutureTask should have a useful toString method like the one in CompletableFuture.
- csr for
-
JDK-8186326 Make toString() methods of "task" objects more useful
-
- Closed
-