Having a Serializable record without a serialVersionUID constant triggers SE_NO_SERIALVERSIONID. This is essentially a false positive, as records are special to serialization -- SpotBugs should not report this warning for records.Member hazendaz commented Jan 4, 2024 I guess in theory true its ...