You re perfectly right.
But I’m in a complex case. We have done several tests and I will explain…
My personal myeclipse come from one 6.6 update.
Co-workers have a fresh 7.1 install.
When they use “Add unimplemented methods” option, the “@override” annotation is automatically added to the methods.
On my configuration when I do the same, I get any annotation “@override” added. ???
But all of them, we have the “Add ‘@Override’ annotation for new overriding methods” checkbox selected into the myeclipse configuration
So when they automatically add “@override” annotation on class implements interface and they commit, I always get a myeclipse error when I update SVN.
The error message I get is: “The method test() of type ManageBean must override a superclass method ManageBean .java projectEJB/src/com/test/ejb/ManageBean line 857 Java Problem”
I hope I’m clear. It’s a little hard to explain.
But I’m think it’s an upgrade bug because I’m alone to have this problem.
regards,