resources.report.rules.findbugs.MS_MUTABLE_ARRAY.html Maven / Gradle / Ivy
MS_MUTABLE_ARRAY
MS: Field is a mutable array (MS_MUTABLE_ARRAY)
A final static field references an array
and can be accessed by malicious code or
by accident from another package.
This code can freely modify the contents of the array.