Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API Tooling errors using cdt-master-5.0.2.zip

Hi All,

I'm getting API tooling errors when building cdt.core with the 5.0.2
release as a baseline in Eclipse 3.5m6. I've got 9 errors which all
refer to IAdaptable#getAdapter():

Description	Resource	Path	Location	Type
The interface org.eclipse.core.runtime.IAdaptable adds method
getAdapter(Class) to
org.eclipse.cdt.core.dom.ast.cpp.ICPPDeferredTemplateInstance that is
not tagged as @noimplement	ICPPDeferredTemplateInstance.java	org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp	line
20	Compatibility Problem
...
The major version should be incremented in version 5.1.0.qualifier,
since API breakage occurred since version
5.0.2.200902130801	MANIFEST.MF	org.eclipse.cdt.core/META-INF	line
5	Version Numbering Problem

Nothing appears to have changed recently in the areas flagged as API
violating...

Is anyone else seeing this or am I using this wrong?

Cheers,

James


Back to the top