Community
Participate
Working Groups
In the operationsFactory class, most of the methods take a Collection<IVersionedId> but this is not sufficient to have it take a Collection<IInstallableUnit> as input. Instead the signatures should be Collection<? extends IVersionedId>.
Created attachment 197768 [details] Very simple patch that just changes the signatures. This change is backward compatible with the previous version. Very simples patch that just changes the signatures in all methods. As the change is backward compatible, it should not cause any issue with tests or previously implemented code. Also, be careful as to update the javadocs if the results of bug 348981 get applied before this patch.
Comment on attachment 197768 [details] Very simple patch that just changes the signatures. This change is backward compatible with the previous version. Thx for the patch. Fix in HEAD and in 3.7.1
closing