[ 
https://issues.apache.org/jira/browse/UIMA-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599762#action_12599762
 ] 

Thilo Goetz commented on UIMA-1043:
-----------------------------------

As I recall, this was done on purpose.  If you print FS arrays, things become 
very confusing and it's hard to see anything.  Still, go ahead and add it if 
you like.  While you're at it, you may wish to reformat FeatureStructureImpl 
not to use tabs for indentation :-)

> Extend CAS Feature Structure pretty print code to support printing the 
> elements of an FSArray
> ---------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1043
>                 URL: https://issues.apache.org/jira/browse/UIMA-1043
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Minor
>
> The "toString()" method on an instance of a FeatureStructure does a nice job 
> of printing it out, but doesn't descend into the contents of a feature which 
> is an FSArray.  Here's a pretty printed example that shows this:
> instance RelationInstance
>    sofa: _InitialView
>    begin: 2328
>    end: 2355
>    relation: Merger
>       company: FSArray
>       status: "known"
> It would be nice if it did, and if it made use of the circularity detection 
> mechanism, as well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to