|
Quick Lists
|
|
Bug ID:
|
6526284
|
|
Votes
|
0
|
|
Synopsis
|
Improve AbstractExecutorService javadoc
|
|
Category
|
java:classes_util_concurrent
|
|
Reported Against
|
|
|
Release Fixed
|
|
|
State
|
6-Fix Understood,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
19-FEB-2007
|
|
Description
|
Joe Bowbeer writes:
"I was just looking at the AbstractExecutorService documentation and it
seems to be missing a couple basic things.
It doesn't mention what is "abstract" about AES, or that AES can turn
an Executor into an ExecutorService. It's missing the usual "extend
this and implement the X method" that abstract classes usually have.
The execute method only appears in the javadoc as something provided
by Executor.
>AbstractExecutorService can wrap an Executor. It implements
>> everything but the execute method. (This needs to be spelled out in
>> the javadoc.)"
Posted Date : 2007-02-19 02:57:56.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Yes.
Posted Date : 2007-02-19 03:03:16.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |