View by Classes

Findings - Overview

info Field should be package protected (Findbugs)

org.jcoderz.phoenix.report.samples.SimplePmdFindings.sNoneFinalStatic should be package protected (sample)

Further info on the wiki.

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

1org.jcoderz.phoenix.report.samples.SimplePmdFindings
 [0]