Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] Re: [platform-debug-dev] name changes in asycnhronous viewer framework

This change breaks DSF when building against HEAD.  I posted a patch to bug 177371 to fix the build, and I would like to apply this patch soon and start building DSF against integration builds of the SDK.  Any objections? 
As usual though, this change breaks the CDT's org.eclipse.cdt.debug.ui plugin as well and I don't know how that would affect our build.

-Pawel

Darin Wright wrote:

The following types in the debug platform have been renamed in HEAD. These are all internal provisional interfaces, but may effect those that are using the provisional viewer support.

        IModelProxyFactoryAdapter > IModelProxyFactory
        IColumnPresentationFactoryAdapter > IColumnPresentationFactory
        IModelSelectionPolicyFactoryAdapter > IModelSelectionPolicyFactory

We're changing the names to be consistent with our naming styles in 3.3, and to better represent the behavior of the interfaces. We used to suffix all these interface names with 'Adapter' since we retrieved these factories as adapters from model objects. However, the factories can also be provided by implementing the interfaces directly.

Darin Wright

_______________________________________________ platform-debug-dev mailing list platform-debug-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/platform-debug-dev


Back to the top