You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by Carlin Rogers <ca...@gmail.com> on 2007/05/18 23:49:58 UTC

Sample warnings... Serializable classes without serialVersionUID

I just cleaned up a few of the files in the NetUI samples that had
some minor compiler warnings and was wondering about the several
Serializable classes (mostly form beans and page flow controllers)
without a serialVersionUID. A user will see many warnings (~70) if
they import/open the samples into an IDE and do not have this warning
suppressed.

Any thoughts on adding a generated serialVersionUID (from running
serialver) for these files, or use a value of  1L,  or just leave the
warning?

Just curious,
Carlin