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