Continue reading »
DateFormat objects and thread-safety
- By Dusan Hanuska, Senior Java Developer
- Developer
- On July 30, 2007
One of my daily responsibilities is to look over the code that is checked into our JIRA source base. I look at every commit and check for any obvious mistakes, typos or things that can be instantly improved.
I must admit that in recent months it was and still is quite hard to pick any obvious errors or coding mistakes from our JIRA code. I hardly get to find something major that I would need to report back to the author of that code check-in.
Recently I blogged internally about some minor findings.

