PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

DateFormat objects are not thread-safe #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

See below.

What is the expected output? What do you see instead?

java.text.DateFormat objects are not thread-safe, but the SimpleValue class
uses static instances without synchronization. Fwiw, I have actually seen
this usage elsewhere lead to misformatted dates in the wild.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by donald.z...@gmail.com on 24 Jan 2007 at 3:30

GoogleCodeExporter commented 8 years ago
Brian, please add to backlog.

Original comment by donald.z...@gmail.com on 24 Jan 2007 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by donald.z...@gmail.com on 24 Jan 2007 at 3:31

GoogleCodeExporter commented 8 years ago
Google Bug #243989

Original comment by vjo...@gmail.com on 9 Feb 2007 at 4:27

GoogleCodeExporter commented 8 years ago
Approved and checked in to svn: R325

Original comment by mgron...@gmail.com on 3 Oct 2007 at 9:54

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 3 Oct 2007 at 10:51