
resources.report.rules.spotbugs.SE_NONFINAL_SERIALVERSIONID.html Maven / Gradle / Ivy
SE_NONFINAL_SERIALVERSIONID
Se: serialVersionUID isn't final (SE_NONFINAL_SERIALVERSIONID)
This class defines a serialVersionUID
field that is not final.
The field should be made final
if it is intended to specify
the version UID for purposes of serialization.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy