add serialVersionUID to all Serializable
Brought to you by:
ianopolous
I have used Eclipse's quickfix to add a serialVersionUID to each Serializable class missing it.
together with the other patch, that leaves 36 warnings with -Xlint, mostly unnecessary casts to/from int and some fall-through switch cases that have code, but no break.
patch file