All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy