Thread safety / malicious code safety improvements
--------------------------------------------------

                 Key: CODEC-70
                 URL: https://issues.apache.org/jira/browse/CODEC-70
             Project: Commons Codec
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Sebb


There are some non-private fields which could be made final.
This improves thread-safety, as final fields are guaranteed to be published to 
all threads.
It also helps guard against malicious or inadvertent changes to the fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to