Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1195
Description
There's no reason to include a serialVersionUID in a class that doesn't implement Serializable. Note that the fields of the keys are generally not serializable, so this isn't a matter of adding implemented Serializable. Recommendation is remove serialVersionUID.
e.g.:
public class CapabilityKey
implements Identifier<Capability>