Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API change for 166092

Hi everyone,

I've posted a patch to Bugzilla for bug 166092 - Users should be able to
pass in own linkage factory mappings.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=166092

This patch will make API changes in LanguageManager: LanguageManager.
getPDOMLinkageFactoryMappings() will be replaced by LanguageManager.
getPDOMLinkageFactory(String linkageID).

So after the patch, PDOM clients will pass in linkage factories to the PDOM
instead of having the PDOM query the platform for the factories.

I'd like to check this into HEAD but before I do so, I'd like to make sure
everyone in the community is OK with the changes

Thanks,

Vivian Kong
IBM CDT Team
IBM Canada Toronto Lab
Phone: (905) 413-6067
Email: vivkong@xxxxxxxxxx



Back to the top