You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2013/08/10 23:08:47 UTC

[jira] [Created] (UIMA-3180) JCasIterator should return false on hasNext() after it has been (auto)destroyed

Richard Eckart de Castilho created UIMA-3180:
------------------------------------------------

             Summary: JCasIterator should return false on hasNext() after it has been (auto)destroyed
                 Key: UIMA-3180
                 URL: https://issues.apache.org/jira/browse/UIMA-3180
             Project: UIMA
          Issue Type: Bug
          Components: uimaFIT
            Reporter: Richard Eckart de Castilho
            Assignee: Richard Eckart de Castilho
             Fix For: 2.0.0uimaFIT


{{JCasIterator}} should return false on {{hasNext()}} after it has been (auto)destroyed. Otherwise it may call {{hasNext()}} on the underlying {{CollectionReader}} after that has been destroyed and the contract says that the reader must not be used anymore after it has been closed/destroyed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira