-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: core-libs
-
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
-