View by Classes

Findings - Overview

info Method invokes toString() method on a String (Findbugs)

Method org.jcoderz.commons.config.ConfigEntityHelper.findByPrimaryKey(String, boolean) invokes toString() method on a String

Further info on the wiki.

Calling String.toString() is just a redundant operation. Just use the String.

1org.jcoderz.commons.config.ConfigEntityHelper
 [140]