
| Key: |
CODEC-70
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Sebb
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
01/Jul/08 04:34 AM
|
|
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.
|
|
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. |
Show » |
|