https://issues.apache.org/bugzilla/show_bug.cgi?id=55611

--- Comment #1 from Yegor Kozlov <[email protected]> ---
Thanks for the patch. The idea is cool but not thread safe. What if
DateUtil.isADateFormat is called from two threads in parallel? I think you will
have a race condition in this case. 

I would say we should declare this method as synchronized to be on the safe
side. 
The same concern applies to
https://issues.apache.org/bugzilla/show_bug.cgi?id=55612

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to