From: Ahmed A. <asa...@ya...> - 2014-09-07 08:37:07
|
Hi, You can safely ignore this. BTW, you can configure your eclipse to ignore it, see http://viralpatel.net/blogs/eclipse-ignore-serialversionuid-warning/ Ahmed ________________________________ From: Alain BUFERNE <alb...@gm...> To: htm...@li... Sent: Saturday, September 6, 2014 10:23 PM Subject: [Htmlunit-user] Extend WebClient to add method and UID I want to have my own subclass MyWebClient which will extend WebClient. This to add a method (where I will clear any timers running before waiting for javascript) and my question is Eclipse put me a warning because I didn't declare a static final serialVersionUID field of type long. But when I look with Eclipse the source code of the WebClient class there no UID and Eclipse is not showing any warning. Is this important, could I ignore the warning ? Regards Alain |