You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Adam Lally (JIRA)" <ui...@incubator.apache.org> on 2006/11/22 21:11:01 UTC

[jira] Created: (UIMA-63) Create utility for doing deep copy of FS from one CAS to another

Create utility for doing deep copy of FS from one CAS to another
----------------------------------------------------------------

                 Key: UIMA-63
                 URL: http://issues.apache.org/jira/browse/UIMA-63
             Project: UIMA
          Issue Type: Sub-task
          Components: Core Java Framework
            Reporter: Adam Lally
            Priority: Minor




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-63) Create utility for doing deep copy of FS from one CAS to another

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/UIMA-63?page=comments#action_12452288 ] 
            
Thilo Goetz commented on UIMA-63:
---------------------------------

That's pretty much how I would have done it.  I don't really see a better way of handling this.  The code could have been shortened by using the toArray() and copyFromArray() methods, but it would have been more inefficient because an intermediate array would have been created.  So I would just leave as is.  I hope we're not going to add any more primitive types any time soon.


> Create utility for doing deep copy of FS from one CAS to another
> ----------------------------------------------------------------
>
>                 Key: UIMA-63
>                 URL: http://issues.apache.org/jira/browse/UIMA-63
>             Project: UIMA
>          Issue Type: Sub-task
>          Components: Core Java Framework
>            Reporter: Adam Lally
>         Assigned To: Thilo Goetz
>            Priority: Minor
>             Fix For: 2.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (UIMA-63) Create utility for doing deep copy of FS from one CAS to another

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-63?page=all ]

Adam Lally reassigned UIMA-63:
------------------------------

    Assignee: Adam Lally

> Create utility for doing deep copy of FS from one CAS to another
> ----------------------------------------------------------------
>
>                 Key: UIMA-63
>                 URL: http://issues.apache.org/jira/browse/UIMA-63
>             Project: UIMA
>          Issue Type: Sub-task
>          Components: Core Java Framework
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (UIMA-63) Create utility for doing deep copy of FS from one CAS to another

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-63?page=all ]

Thilo Goetz closed UIMA-63.
---------------------------


See my previous comment.


> Create utility for doing deep copy of FS from one CAS to another
> ----------------------------------------------------------------
>
>                 Key: UIMA-63
>                 URL: http://issues.apache.org/jira/browse/UIMA-63
>             Project: UIMA
>          Issue Type: Sub-task
>          Components: Core Java Framework
>            Reporter: Adam Lally
>         Assigned To: Thilo Goetz
>            Priority: Minor
>             Fix For: 2.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (UIMA-63) Create utility for doing deep copy of FS from one CAS to another

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/UIMA-63?page=all ]

Adam Lally resolved UIMA-63.
----------------------------

    Fix Version/s: 2.1
       Resolution: Fixed
         Assignee: Thilo Goetz  (was: Adam Lally)

Created org.apache.uima.util.CasCopier and associated unit test.

This has similar issues to UIMA-40 in that all the array types have to be enumerated.  Assigning to Thilo to review.

> Create utility for doing deep copy of FS from one CAS to another
> ----------------------------------------------------------------
>
>                 Key: UIMA-63
>                 URL: http://issues.apache.org/jira/browse/UIMA-63
>             Project: UIMA
>          Issue Type: Sub-task
>          Components: Core Java Framework
>            Reporter: Adam Lally
>         Assigned To: Thilo Goetz
>            Priority: Minor
>             Fix For: 2.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira