All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.spotbugs.MS_SHOULD_BE_FINAL.html Maven / Gradle / Ivy



MS_SHOULD_BE_FINAL

MS: Field isn't final but should be (MS_SHOULD_BE_FINAL)

This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy