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.
| 1 | org.jcoderz.phoenix.report.CheckstyleFindingType |
| Method org.jcoderz.phoenix.report.CheckstyleFindingType.detectFindingTypeForMessage(String) needlessly instantiates a class that only supplies static methods [607] | |
| 1 | org.jcoderz.guidelines.snippets.ReferringSample |
| Method org.jcoderz.guidelines.snippets.ReferringSample.xyz() needlessly instantiates a class that only supplies static methods [49] | |