Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Updating JFace version ID

Thanks everyone,

Just a clarification, the root of the issue is the Generic version of ArrayContentProvider, sorry about my first example.
Since ArrayContentProvider needs to know what class it is holding, there's a new constructor and method to handle it:
- The non-abstract method org.eclipse.jface.viewers.ArrayContentProvider.getInstance(Class<E>) has been added
- The constructor org.eclipse.jface.viewers.ArrayContentProvider.ArrayContentProvider(Class<E>) has been added

We didn't change raw-type methods so I think we won't have any problems but warnings in using a 3.11 version.

Jeanderson Barros Cândido


2014-06-10 13:25 GMT-03:00 Mickael Istria <mistria@xxxxxxxxxx>:
Ok, so my argument about using older version wasn't good ;)
I don't find it's fair to split or slow down JFace development because some adopters won't be happy to see new warnings. Projects who don't want to adapt and use generics on JFace APIs could simply disable the warnings.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat

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



Back to the top