codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Upgrade toolbox module to modern JCasIterable #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JCasIterable has been changed in uimaFIT 2.0.0. It only accepts 
descriptions now and its main function has been moved to the new JCasIterator 
class. Before, it was not following the contract of the Iterable interface, 
that the iterator() method should always return a fresh iterator.

Now, the toolbox module doesn't compile anymore.

Original issue reported on code.google.com by richard.eckart on 5 Aug 2013 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 6 Aug 2013 at 1:00

GoogleCodeExporter commented 9 years ago
Fixed with issue 193.

This issue also uncovered UIMA-3179 and UIMA-3180 :)

https://issues.apache.org/jira/browse/UIMA-3179
https://issues.apache.org/jira/browse/UIMA-3180

Original comment by richard.eckart on 10 Aug 2013 at 9:15