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 2007/05/04 19:52:15 UTC

[jira] Created: (UIMA-395) TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.

TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.
------------------------------------------------------------------------------------

                 Key: UIMA-395
                 URL: https://issues.apache.org/jira/browse/UIMA-395
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.1
            Reporter: Adam Lally
            Priority: Trivial
             Fix For: 2.2


This isn't a problem exposed to users, but is confusing for developers.

In the type system descriptor, the default value for multipleReferencesAllowed is false.  However, in the internal API TypeSystemMgr.addFeature, the default is true.  I think that default should be changed to false to be consistent.



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


[jira] Commented: (UIMA-395) TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493806 ] 

Thilo Goetz commented on UIMA-395:
----------------------------------

I find the fact that such XMI weirdnesses are intruding into our Java APIs disturbing.  The default for mRA should be true, as arrays are objects, and you would normally expect to be able to have multiple references to them.  This is not helped by the fact that this setting is completely ignored by the implementation, anyway.



> TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-395
>                 URL: https://issues.apache.org/jira/browse/UIMA-395
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Adam Lally
>            Priority: Trivial
>             Fix For: 2.2
>
>
> This isn't a problem exposed to users, but is confusing for developers.
> In the type system descriptor, the default value for multipleReferencesAllowed is false.  However, in the internal API TypeSystemMgr.addFeature, the default is true.  I think that default should be changed to false to be consistent.

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


[jira] Updated: (UIMA-395) TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.

Posted by "Adam Lally (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Lally updated UIMA-395:
----------------------------

    Fix Version/s:     (was: 2.2)

not necessary to figure this out for 2.2, as this isn't exposed to users at all

> TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-395
>                 URL: https://issues.apache.org/jira/browse/UIMA-395
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Adam Lally
>            Priority: Trivial
>
> This isn't a problem exposed to users, but is confusing for developers.
> In the type system descriptor, the default value for multipleReferencesAllowed is false.  However, in the internal API TypeSystemMgr.addFeature, the default is true.  I think that default should be changed to false to be consistent.

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


[jira] Updated: (UIMA-395) TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-395:
--------------------------------

          Environment: deferring past 2.3.0
    Affects Version/s:     (was: 2.1)
                       2.3

> TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to false.
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-395
>                 URL: https://issues.apache.org/jira/browse/UIMA-395
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.3
>         Environment: deferring past 2.3.0
>            Reporter: Adam Lally
>            Priority: Trivial
>
> This isn't a problem exposed to users, but is confusing for developers.
> In the type system descriptor, the default value for multipleReferencesAllowed is false.  However, in the internal API TypeSystemMgr.addFeature, the default is true.  I think that default should be changed to false to be consistent.

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