IntelliJ IDEA generating serialVersionUID
I am not sure if you have an old version of IntelliJ IDEA, but if I go to menu File → Settings… → Inspections → Serialization issues → Serializable class without ‘serialVersionUID’` enabled, the class you provide give me warnings. If I try the first class I see: BTW: It didn’t show me a warning … Read more