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