View by Classes

Findings - Overview

info Field isn't final but should be (Findbugs)

org.jcoderz.guidelines.snippets.JCoderZJavaExample.sClassVar1 isn't final but should be

Further info on the wiki.

A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.

1org.jcoderz.guidelines.snippets.JCoderZJavaExample
 [0]