Details
Description
FutureTask.get(...) inherits the javadoc wholesale from Future.get(),
but unchecked exception specifications are not inherited.
FutureTask.get needs to add
@throws CancellationException {@inheritDoc}
###@###.### 2005-07-21 01:46:16 GMT
but unchecked exception specifications are not inherited.
FutureTask.get needs to add
@throws CancellationException {@inheritDoc}
###@###.### 2005-07-21 01:46:16 GMT
Attachments
Issue Links
- relates to
-
JDK-6608234 SwingWorker.get throws CancellationException
-
- Resolved
-