you can tell eclipse to ignore that warning in
preferences->java->compiler->Errors/Warnings->Potential Programming
Problems.

If you don't want to ignore, then you'll have to hit "quick fix" like
crazy on your problems list :D

On 7/19/05, Kador, Daniel <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I've noticed that Axis-generated classes don't have a private static
> final long serialVersionUID member.  This isn't an error, but Eclipse
> reports it with a compile warning.  I've researched a little and found
> out that having this member is not required, but is highly recommended
> to ensure interopability while serializing on different platforms.
> 
> I'd like to get rid of the warnings.  Eclipse will generate it for me,
> but I have well over 100 classes with this problem, so it'd be great if
> I could find an automatic fix.
> 
> Thanks,
> Dan
> 


-- 
Javier Gonzalez Nicolini

Reply via email to