Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
CODEC-111 org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be
- Closed