sudeep87 / uimafit

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

Methods in CasUtil should not be generic #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In JCasUtil select() methods are generic, which makes sense since we usually 
know the concrete types from the type parameter passed into the methods. In 
CasUtil, this doesn't make sense, since the concrete type information is not 
available. These should either return AnnotationFS or FeatureStructure.

Original issue reported on code.google.com by richard.eckart on 17 Mar 2011 at 6:09

GoogleCodeExporter commented 8 years ago
Fixed according to description.

Original comment by richard.eckart on 17 Mar 2011 at 7:36