Morning Justin: In upgrading to Eclipse 3.6 uDig has started using org.eclipse.emf.ecore 2.6.0 - which actually supports Java 5 generics in a few spots (finally).
The only code we had to update was a few classes that implement InternalEObject (anything directly extending EObject were fine): eInvoke(EOperation, EList<?>) eBaseStructuralFeatureID(int, Class<?>) eDerivedStructuralFeatureID(int, Class<?>) eInverseAdd(InternalEObject, int, Class<?>, NotificationChain) eInverseRemove(InternalEObject, int, Class<?>, NotificationChain) eInvoke(int, EList<?>) eDerivedOperationID(int, Class<?>) Jody ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
