Submitted On 15-OCT-1998
gbeck
This is worrisome because the documentation for the class does not say that it
is not thread safe. Please include a clearly visable note in the documentation
for how to use non-thread safe classes in a thread safe manner.
Submitted On 02-NOV-1998
jsevareid
I agree with gbeck. While it is well known that
Swing isn't threadsafe, the format classes lack of
thread safety is not. More advertising of this
issue should be done.
Submitted On 25-MAR-1999
jdunning
This problem bit me 9 months later.
The 1.2 documentation still doesn't describe SimpleDateFormat's lack of
thread-safety.
Documentation for each class should include concurrency issues.
Submitted On 14-APR-1999
koski
Same thing happened to me as jdunning. It sure
would be nice if the javadocs included the
evaluation comment.
Submitted On 14-AUG-2001
delmugadel
Well we have the same problem !
I have used 20 hours to seek down this problem.
Please clarify in javadoc that it isn't thread-safe
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|