You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@empire-db.apache.org by "Rainer Döbele (Jira)" <ji...@apache.org> on 2021/04/28 12:42:00 UTC

[jira] [Created] (EMPIREDB-347) Avoid unneccessary instances of SimpleDateFormat in ObjectUtils

Rainer Döbele created EMPIREDB-347:
--------------------------------------

             Summary: Avoid unneccessary instances of SimpleDateFormat in ObjectUtils
                 Key: EMPIREDB-347
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-347
             Project: Empire-DB
          Issue Type: Bug
          Components: Core
            Reporter: Rainer Döbele
            Assignee: Rainer Döbele


In ObjectUtils a SimpleDateFormat instance is crated for each call to formatDate. 

Use ThreadLocal instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)