Compiling with -Xlint:serial (or -Xlint:all) yields warnings like:
CmdLineParser.java:63: warning: [serial] serializable class
jargs.gnu.CmdLineParser.UnknownSuboptionException has no definition of
serialVersionUID
(Note: my 63 won't be your 63, but maybe 60 or so.)
The short form of this ticket is probably "get it to compile silently with
-Xlint:all".
Nobody/Anonymous
None
None
Public