-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b49
-
generic
-
generic
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
- relates to
-
JDK-6608234 SwingWorker.get throws CancellationException
-
- Resolved
-