View by Classes

Findings - Overview

info Needless instantiation of class that only supplies static methods (Findbugs)

Further info on the wiki.

This class allocates an object that is based on a class that only supplies static methods. This object does not need to be created, just access the static methods directly using the class name as a qualifier.

1org.jcoderz.phoenix.report.CheckstyleFindingType
Method org.jcoderz.phoenix.report.CheckstyleFindingType.detectFindingTypeForMessage(String) needlessly instantiates a class that only supplies static methods [607]
1org.jcoderz.guidelines.snippets.ReferringSample
Method org.jcoderz.guidelines.snippets.ReferringSample.xyz() needlessly instantiates a class that only supplies static methods [49]