Read-only fields that reference arrays might not give the intended effect. Setting a field which references an array to read-only ...

Read-only fields that reference arrays might not give the intended effect. Setting a field which references an array to read-only prevents the value of the field from being changed. Note that elements in the array can be changed. You can ignore this violation if protecting the contents of the array is not a concern.