resources.report.rules.findbugs.SE_NONLONG_SERIALVERSIONID.html Maven / Gradle / Ivy
SE_NONLONG_SERIALVERSIONID
Se: serialVersionUID isn't long (SE_NONLONG_SERIALVERSIONID)
This class defines a serialVersionUID
field that is not long.
The field should be made long
if it is intended to specify
the version UID for purposes of serialization.