resources.report.rules.spotbugs.DM_STRING_TOSTRING.html Maven / Gradle / Ivy
DM_STRING_TOSTRING
Dm: Method invokes toString() method on a String (DM_STRING_TOSTRING)
Calling String.toString()
is just a redundant operation.
Just use the String.