Why not just generate proper ones? Eelco
On 9/12/05, Johan Compagner <[EMAIL PROTECTED]> wrote: > +1 on that just put in everyclass: > > private static final long serialVersionUID = 1L; > > at the beginning. > Then only if we really adding fields we should bump then one. > > I can generate that, this is not a api change so it can be in 1.1. > > > > > > On 9/12/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > This is about the core projects, right? I think it is time to > > reconsider putting in those serial id's. The Wicket API is much more > > stable now, so I think it should be manageable now. > > > > Eelco > > > > > > On 9/12/05, SourceForge.net <[EMAIL PROTECTED]> wrote: > > > Bugs item #1288373, was opened at 2005-09-12 09:11 > > > Message generated for change (Tracker Item Submitted) made by Item > Submitter > > > You can respond by visiting: > > > > https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1288373&group_id=119783 > > > > > > Please note that this message will contain a full copy of the comment > thread, > > > including the initial issue submission, for this request, > > > not just the latest update. > > > Category: None > > > Group: None > > > Status: Open > > > Resolution: None > > > Priority: 5 > > > Submitted By: Jan Bares (jan_bar) > > > Assigned to: Nobody/Anonymous (nobody) > > > Summary: Add @SuppressWarnings("serial") > > > > > > Initial Comment: > > > I looked into closed issue #1246279. Can you add > > > @SuppressWarnings("serial") to declare, that missing > > > serialVersionUID is not a bug? This will also shut up > > > Eclipse. > > > > > > > ---------------------------------------------------------------------- > > > > > > You can respond by visiting: > > > > https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1288373&group_id=119783 > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & > QA > > > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > > > _______________________________________________ > > > Wicket-develop mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
