You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "david cogen (JIRA)" <ji...@apache.org> on 2016/10/06 20:50:22 UTC

[jira] [Created] (LANG-1274) StrSubstitutor should state its thread safety

david cogen created LANG-1274:
---------------------------------

             Summary: StrSubstitutor should state its thread safety
                 Key: LANG-1274
                 URL: https://issues.apache.org/jira/browse/LANG-1274
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.text.*
    Affects Versions: 3.4
            Reporter: david cogen
            Priority: Critical


Because it doesn't document its thread safety, I am forced to conclude it is not thread safe. I have no choice for my application but to create a derived class StrSubstitor_ThreadSafe which wraps every method within a synchronized; that's tedious.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)