google-code-export / uimafit

Automatically exported from code.google.com/p/uimafit
2 stars 1 forks source link

Several methods in FSCollectionFactory need generics #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Several methods in FSCollectionFactory are hardly usable because they accept 
only a particular type of Collection, e.g. Collection<FeatureStructure> but 
they should accept Collection<? extends FeatureStructure>. 

Original issue reported on code.google.com by richard.eckart on 8 Jan 2012 at 3:12

GoogleCodeExporter commented 9 years ago
I believe this is not a binary compatible change, but I'll I think it should 
still go into 1.3.0 since without this change several methods of the 
FSCollectionFactory are not really usable. So it is unlikely that this change 
will affect anyone because anyone who would have wanted to use the methods so 
far would have run into problems.

Original comment by richard.eckart on 8 Jan 2012 at 3:14

GoogleCodeExporter commented 9 years ago
Fixed in revision 726.

Original comment by richard.eckart on 8 Jan 2012 at 3:18