View by Classes

Findings - Overview

error Write to static field from instance method (Findbugs)

Write to static field org.jcoderz.phoenix.report.samples.SimplePmdFindings.sNoneFinalStatic from instance method org.jcoderz.phoenix.report.samples.SimplePmdFindings.design() (sample)

Further info on the wiki.

This instance method writes to a static field. This is tricky to get correct if multiple instances are being manipulated, and generally bad practice.

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