add default serialVersionUID to all serializable classes --------------------------------------------------------
Key: MISC-36 URL: http://jira.andromda.org/browse/MISC-36 Project: Miscellaneous Type: Improvement Reporter: Walter Itamar MourĂ£o Assigned to: Wouter Zoons Priority: Trivial I've got a lot of warnings regarding the lack of the serialVersionUID variable in serializable classes. If possible please add the default value in all generated serializable classes, like this: private static final long serialVersionUID = 1L; ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information