View by Classes

Findings - Overview

warning method calls static method on instance reference (Findbugs)

method org.jcoderz.guidelines.snippets.ReferringSample.xyz() calls static method on instance reference

Further info on the wiki.

This method makes a static method call on an instance reference. For reading comprehension of the code is better to call the method on the class, rather than an instance. Perhaps this method's static nature has changed since this code was written, and should be revisited.

1org.jcoderz.guidelines.snippets.ReferringSample
 [53]