Re: SimpleDateFormat is not thread safe

2004-02-25 Thread Milind Rao
>| I noticed that SimpleDateFormat is used as a static attribute in some >| classes. The format and parse methods are not thread safe. I didn't go >| through the usage, but possibly this could cause problems in >| multithreaded usage. > >Does it use instance parameters that's modified within thos

Re: SimpleDateFormat is not thread safe

2004-02-25 Thread Endre Stølsvik
On Tue, 24 Feb 2004, Milind Rao wrote: | I noticed that SimpleDateFormat is used as a static attribute in some | classes. The format and parse methods are not thread safe. I didn't go | through the usage, but possibly this could cause problems in | multithreaded usage. Does it use instance para

SimpleDateFormat is not thread safe

2004-02-23 Thread Milind Rao
I noticed that SimpleDateFormat is used as a static attribute in some classes. The format and parse methods are not thread safe. I didn't go through the usage, but possibly this could cause problems in multithreaded usage. Regards Milind -