resources.report.rules.spotbugs.NM_LCASE_TOSTRING.html Maven / Gradle / Ivy
NM_LCASE_TOSTRING
Nm: Class defines tostring(); should it be toString()? (NM_LCASE_TOSTRING)
This class defines a method called tostring()
. This method
does not override the toString()
method in java.lang.Object
,
which is probably what was intended.