[Engine-devel] eclipse juno vs gwt

Laszlo Hornyak lhornyak at redhat.com
Fri Nov 2 10:18:41 UTC 2012


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



More information about the Devel mailing list