You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2007/12/06 13:54:09 UTC

Re: svn commit: r601715 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java

This comment might be wrong in that this test doesn't seem to cover the
subtypes of strings - those having "allowed values".

Can someone corroborate this?
-Marshall

schor@apache.org wrote:
> Author: schor
> Date: Thu Dec  6 04:12:43 2007
> New Revision: 601715
>
> URL: http://svn.apache.org/viewvc?rev=601715&view=rev
> Log:
> no Jira - change comment to specify what are the (current) set of CAS primitive types
>
> Modified:
>     incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java
>
> Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java
> URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java?rev=601715&r1=601714&r2=601715&view=diff
> ==============================================================================
> --- incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java (original)
> +++ incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/LowLevelTypeSystem.java Thu Dec  6 04:12:43 2007
> @@ -175,7 +175,8 @@
>  
>    /**
>     * Checks if the type code is that of a reference type (anything that's not a basic type,
> -   * currently Integer, String and Float).
> +   * currently Integer, String and Float, Boolean, Byte, Short, Long, Double, or a subtype of String
> +   *   specifying allowed-values).
>     * 
>     * @param typeCode
>     *          The type code to check.
>
>
>
>
>