Community
Participate
Working Groups
Eclipse SDK, Version: 3.7.0, Build id: I20101208-1300 The following error is reported: The interface org.eclipse.cdt.core.dom.ast.ISemanticProblem adds method getID() to org.eclipse.cdt.core.dom.ast.IProblemBinding that is not tagged as @noimplement IProblemBinding.java /org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast line 20 Compatibility Problem However, the interface is tagged as @noimplement. Also the method is not actually added, it was moved from IProblemBinding into the new base interface ISemanticProblem. I was not able to reproduce the problem with similar changes to other interfaces, it can be reproduced by using the HEAD version of plugin 'org.eclipse.cdt.core' with the helios cpp-package as a baseline.
I'll take a look.
Ping.
under investigation.
I cannot reproduce using HEAD. I am getting an unused api problem filter for the problem described in comment 0, but it actually works fine now. I would recommend that you try the latest M5 build candidate and report back if you can reproduce. Otherwise I would close as WORKSFORME.
Maybe similar to the issue that I just filed today (bug 335430)?
For me it looks like a duplicate of bug 331672.
Using Eclipse SDK Version: 3.7.0, Build id: I20110126-0800 I no longer see this issue.
*** This bug has been marked as a duplicate of bug 331672 ***