You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Thilo Goetz <tw...@gmx.de> on 2007/12/06 15:31:38 UTC

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

Err, if that is in fact the behavior, it is not
intended (in fact, it would be a bug and should
be fixed).  Did you try this, or what makes you
say that?

--Thilo

schor@apache.org wrote:
> Author: schor
> Date: Thu Dec  6 05:05:34 2007
> New Revision: 601728
> 
> URL: http://svn.apache.org/viewvc?rev=601728&view=rev
> Log:
> No Jira - fix comment grammar & formatting
> 
> 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=601728&r1=601727&r2=601728&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 05:05:34 2007
> @@ -175,8 +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, Boolean, Byte, Short, Long, Double, but not subtypes of String
> -   *   specifying allowed-values).
> +   * currently Integer, String, Float, Boolean, Byte, Short, Long, and Double, 
> +   * but not subtypes of String specifying allowed-values).
>     * 
>     * @param typeCode
>     *          The type code to check.
> 

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

Posted by Marshall Schor <ms...@schor.com>.


oops, I missed the line where there was a call to get the TYPE_CLASS
from the type code.

Sorry.  -Marshall

Thilo Goetz wrote:
> Err, if that is in fact the behavior, it is not
> intended (in fact, it would be a bug and should
> be fixed).  Did you try this, or what makes you
> say that?
>
> --Thilo
>
> schor@apache.org wrote:
>   
>> Author: schor
>> Date: Thu Dec  6 05:05:34 2007
>> New Revision: 601728
>>
>> URL: http://svn.apache.org/viewvc?rev=601728&view=rev
>> Log:
>> No Jira - fix comment grammar & formatting
>>
>> 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=601728&r1=601727&r2=601728&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 05:05:34 2007
>> @@ -175,8 +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, Boolean, Byte, Short, Long, Double, but not subtypes of String
>> -   *   specifying allowed-values).
>> +   * currently Integer, String, Float, Boolean, Byte, Short, Long, and Double, 
>> +   * but not subtypes of String specifying allowed-values).
>>     * 
>>     * @param typeCode
>>     *          The type code to check.
>>
>>     
>
>
>