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:59:15 UTC

[jira] Created: (UIMA-396) Javadoc for Feature.isMultipleReferencesAllowed is incorrect

Javadoc for Feature.isMultipleReferencesAllowed is incorrect
------------------------------------------------------------

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


It says:

   * @return <code>true</code> iff the value type of this feature is primitive, or if it's an
   *         array valued feature and has been declared not to allow multiple references.

This is backwards.  If the feature is declared _not_ to allow multiple references, then the return value of Feature.isMultipleReferencesAllowed is false.

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


[jira] Resolved: (UIMA-396) Javadoc for Feature.isMultipleReferencesAllowed is incorrect

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

Adam Lally resolved UIMA-396.
-----------------------------

    Resolution: Fixed

> Javadoc for Feature.isMultipleReferencesAllowed is incorrect
> ------------------------------------------------------------
>
>                 Key: UIMA-396
>                 URL: https://issues.apache.org/jira/browse/UIMA-396
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>            Priority: Trivial
>             Fix For: 2.2
>
>
> It says:
>    * @return <code>true</code> iff the value type of this feature is primitive, or if it's an
>    *         array valued feature and has been declared not to allow multiple references.
> This is backwards.  If the feature is declared _not_ to allow multiple references, then the return value of Feature.isMultipleReferencesAllowed is false.

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


[jira] Closed: (UIMA-396) Javadoc for Feature.isMultipleReferencesAllowed is incorrect

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

Adam Lally closed UIMA-396.
---------------------------


> Javadoc for Feature.isMultipleReferencesAllowed is incorrect
> ------------------------------------------------------------
>
>                 Key: UIMA-396
>                 URL: https://issues.apache.org/jira/browse/UIMA-396
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Adam Lally
>            Assignee: Adam Lally
>            Priority: Trivial
>             Fix For: 2.2
>
>
> It says:
>    * @return <code>true</code> iff the value type of this feature is primitive, or if it's an
>    *         array valued feature and has been declared not to allow multiple references.
> This is backwards.  If the feature is declared _not_ to allow multiple references, then the return value of Feature.isMultipleReferencesAllowed is false.

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