Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-6287

FSArray.spliterator() fails to handle PEAR case

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2.0SDK
    • Core Java Framework
    • None

    Description

      When used in the context of a PEAR, FSArrays internally store the "base" version of a feature structure for their elements. When accessing the elements e.g. via the get(i), method, this "base" version is converted to the proper version for the given PEAR context on access.

      However, the FSArray.spliterator() method does not perform this conversion and directly returns the "base" versions.

      The toArray(...) method is also affected by the problem.

      Attachments

        Issue Links

          Activity

            People

              rec Richard Eckart de Castilho
              rec Richard Eckart de Castilho
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: