Hi,

Just noticed that eclipse juno is adding @Ovewrride annotations to methods that 
are actually overriding something, like in many cases clone and equals methods 
in some of the classes. This is fine for the java compiler, but it in some 
cases the GWT compiler is not going to accept this annotation. E.g. if the 
return type is different than the method with same name in the superclass.

Juno is doing this by default without asking, when saving the file. So be 
extra-careful when editing java classes if they are shared with GWT

Laszlo
_______________________________________________
Engine-devel mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-devel

Reply via email to