Community
Participate
Working Groups
N20100829-2000 but probably also in 3.6. 0. check out 'org.eclipse.ui.ide' from HEAD 1. change bundle version of 'org.eclipse.ui.ide' to 3.7.0 2. open org.eclipse.ui.ide.OpenWithMenu 2. remove @noextend from class 3. add @nooverride to openEditor 4. save ==> run into bug 324076 5. now go to one of the subclasses of OpenWithMenu, e.g. org.eclipse.team.internal.ui.synchronize.SaveablesCompareEditorInput ==> BUG: it overrides openEditor but no warning/error is reported
Is the subclass in the workspace as source or binary? (It has to be in source for the problem to appear). Does a full build make the problem appear?
>Is the subclass in the workspace as source or binary? Source. Check out 'org.eclipse.team.ui' from HEAD.
I'll take a look.
I think this is a duplicate of bug 315776. There is a problem to report api usage inside anonymous class.
Steps in comment 0 are missing one step: 0.5 set API baseline to 3.6 Can this be targeted for 3.7?
Closing as a duplicate of bug 315776. *** This bug has been marked as a duplicate of bug 315776 ***
Verified that it works in N20101108-2000.