Sébastien Brisard wrote: > Hi, > I've just realized that many classes I've submitted do not define > serialVersionUID, which raises a warning. I have to say that it's > something I've never done myself, but I'd like to avoid the committers > the burden of inserting this. What's the rule for chosing this number? > (sorry for the silly question).
I started to use YYYYMMDD e.g. to day I would take 20110806L. It gives me a hint when the number was chosen resp. binary compatibility was last broken. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org