You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the UIMA-v2 mode that retains references to all created annotations is active, then the temporary annotations created by the Subiterator class remain in the CAS.
Expected behavior
When creating a temporary annotation, the creation should be guarded by a try/catch that temporarily turns off the UIMA-v2 mode.
Please complete the following information:
Version: 3.4.1
The text was updated successfully, but these errors were encountered:
* main:
Issue #346: Helper annotation created by subiterator may remain in CAS
% Conflicts:
% uimaj-core/src/test/java/org/apache/uima/cas/test/SubiteratorTest.java
Describe the bug
If the UIMA-v2 mode that retains references to all created annotations is active, then the temporary annotations created by the
Subiterator
class remain in the CAS.Expected behavior
When creating a temporary annotation, the creation should be guarded by a try/catch that temporarily turns off the UIMA-v2 mode.
Please complete the following information:
The text was updated successfully, but these errors were encountered: