Community
Participate
Working Groups
Hi, In order to avoid multiple compilation warnings, the method org.eclipse.emf.facet.widgets.celleditors.core.composite.registries.CompositeEditorFactoriesRegistry.getCompositeEditorFactory(Class<?>) should not use a wildcard, but a parameterized parameter. Regards, Nicolas Guyomar
Created attachment 190282 [details] Patch for Bug 338826 Hi, Please find attached the necessary code modifications so that the new method signature is : public <T> CompositeEditorFactory<T> getCompositeEditorFactory(final Class<T> type) (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. Regards, Nicolas Guyomar
Comment on attachment 190282 [details] Patch for Bug 338826 Here are a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 336.
This bug can be marked as fixed. Regards, Gregoire
This bug can be closed.