You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/10/08 23:31:41 UTC

svn commit: r1811517 - in /uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java: aa/ org/apache/uima/testTypeSystem_arrays/

Author: schor
Date: Sun Oct  8 23:31:41 2017
New Revision: 1811517

URL: http://svn.apache.org/viewvc?rev=1811517&view=rev
Log:
no Jira upgrade to latest jcas gen version output

Modified:
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/AbstractType.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/ConcreteType.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingFeatureInCas.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingInCas.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/Root.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfShorts.java
    uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfStrings.java

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/AbstractType.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/AbstractType.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/AbstractType.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/AbstractType.java Sun Oct  8 23:31:41 2017
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
    
 /* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:06:27 EDT 2017 */

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/ConcreteType.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/ConcreteType.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/ConcreteType.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/ConcreteType.java Sun Oct  8 23:31:41 2017
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
    
 /* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:06:27 EDT 2017 */

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingFeatureInCas.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingFeatureInCas.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingFeatureInCas.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingFeatureInCas.java Sun Oct  8 23:31:41 2017
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
    
 /* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:06:27 EDT 2017 */

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingInCas.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingInCas.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingInCas.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/MissingInCas.java Sun Oct  8 23:31:41 2017
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
    
 /* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:06:27 EDT 2017 */

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/Root.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/Root.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/Root.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/aa/Root.java Sun Oct  8 23:31:41 2017
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
    
 /* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:06:27 EDT 2017 */

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfShorts.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfShorts.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfShorts.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfShorts.java Sun Oct  8 23:31:41 2017
@@ -19,24 +19,36 @@
 
 
    
-/* Apache UIMA v3 - First created by JCasGen Wed Mar 02 13:49:16 EST 2016 */
+/* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:26:22 EDT 2017 */
 
 package org.apache.uima.testTypeSystem_arrays;
 
+import java.lang.invoke.CallSite;
+import java.lang.invoke.MethodHandle;
+
 import org.apache.uima.cas.impl.CASImpl;
 import org.apache.uima.cas.impl.TypeImpl;
 import org.apache.uima.cas.impl.TypeSystemImpl;
-import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.JCas; 
 import org.apache.uima.jcas.JCasRegistry;
+
+
 import org.apache.uima.jcas.cas.ShortArray;
 import org.apache.uima.jcas.tcas.Annotation;
 
 
 /** 
- * Updated by JCasGen Wed Mar 02 13:49:16 EST 2016
- * XML source: C:/au/svnCheckouts/branches/uimaj/experiment-v3-jcas/uimaj-core/src/test/resources/ExampleCas/testTypeSystem_arrays.xml
+ * Updated by JCasGen Sun Oct 08 19:26:22 EDT 2017
+ * XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-core/src/test/resources/ExampleCas/testTypeSystem_arrays.xml
  * @generated */
 public class OfShorts extends Annotation {
+ 
+  /** @generated
+   * @ordered 
+   */
+  @SuppressWarnings ("hiding")
+  public final static String _TypeName = "org.apache.uima.testTypeSystem_arrays.OfShorts";
+  
   /** @generated
    * @ordered 
    */
@@ -58,8 +70,12 @@ public class OfShorts extends Annotation
    *   Feature Offsets *
    * *******************/ 
    
+  public final static String _FeatName_f1Shorts = "f1Shorts";
+
+
   /* Feature Adjusted Offsets */
-  public final static int _FI_f1Shorts = TypeSystemImpl.getAdjustedFeatureOffset("f1Shorts");
+  private final static CallSite _FC_f1Shorts = TypeSystemImpl.createCallSite(OfShorts.class, "f1Shorts");
+  private final static MethodHandle _FH_f1Shorts = _FC_f1Shorts.dynamicInvoker();
 
    
   /** Never called.  Disable default constructor
@@ -84,6 +100,19 @@ public class OfShorts extends Annotation
     readObject();   
   } 
 
+
+  /** @generated
+   * @param jcas JCas to which this Feature Structure belongs
+   * @param begin offset to the begin spot in the SofA
+   * @param end offset to the end spot in the SofA 
+  */  
+  public OfShorts(JCas jcas, int begin, int end) {
+    super(jcas);
+    setBegin(begin);
+    setEnd(end);
+    readObject();
+  }   
+
   /** 
    * <!-- begin-user-doc -->
    * Write your own initialization here
@@ -102,14 +131,14 @@ public class OfShorts extends Annotation
    * @generated
    * @return value of the feature 
    */
-  public ShortArray getF1Shorts() { return (ShortArray)(_getFeatureValueNc(_FI_f1Shorts));}
+  public ShortArray getF1Shorts() { return (ShortArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Shorts)));}
     
   /** setter for f1Shorts - sets  
    * @generated
    * @param v value to set into the feature 
    */
   public void setF1Shorts(ShortArray v) {
-    _setFeatureValueNcWj(_FI_f1Shorts, v);
+    _setFeatureValueNcWj(wrapGetIntCatchException(_FH_f1Shorts), v);
   }    
     
     
@@ -119,7 +148,7 @@ public class OfShorts extends Annotation
    * @return value of the element at index i 
    */
   public short getF1Shorts(int i) {
-     return ((ShortArray)(_getFeatureValueNc(_FI_f1Shorts))).get(i);} 
+     return ((ShortArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Shorts)))).get(i);} 
 
   /** indexed setter for f1Shorts - sets an indexed value - 
    * @generated
@@ -127,7 +156,7 @@ public class OfShorts extends Annotation
    * @param v value to set into the array 
    */
   public void setF1Shorts(int i, short v) {
-    ((ShortArray)(_getFeatureValueNc(_FI_f1Shorts))).set(i, v);
+    ((ShortArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Shorts)))).set(i, v);
   }  
   }
 

Modified: uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfStrings.java
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfStrings.java?rev=1811517&r1=1811516&r2=1811517&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfStrings.java (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-core/src/test/java/org/apache/uima/testTypeSystem_arrays/OfStrings.java Sun Oct  8 23:31:41 2017
@@ -19,24 +19,36 @@
 
 
    
-/* Apache UIMA v3 - First created by JCasGen Wed Mar 02 13:49:16 EST 2016 */
+/* Apache UIMA v3 - First created by JCasGen Sun Oct 08 19:26:22 EDT 2017 */
 
 package org.apache.uima.testTypeSystem_arrays;
 
+import java.lang.invoke.CallSite;
+import java.lang.invoke.MethodHandle;
+
 import org.apache.uima.cas.impl.CASImpl;
 import org.apache.uima.cas.impl.TypeImpl;
 import org.apache.uima.cas.impl.TypeSystemImpl;
-import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.JCas; 
 import org.apache.uima.jcas.JCasRegistry;
+
+
 import org.apache.uima.jcas.cas.StringArray;
 import org.apache.uima.jcas.tcas.Annotation;
 
 
 /** 
- * Updated by JCasGen Wed Mar 02 13:49:16 EST 2016
- * XML source: C:/au/svnCheckouts/branches/uimaj/experiment-v3-jcas/uimaj-core/src/test/resources/ExampleCas/testTypeSystem_arrays.xml
+ * Updated by JCasGen Sun Oct 08 19:26:22 EDT 2017
+ * XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-core/src/test/resources/ExampleCas/testTypeSystem_arrays.xml
  * @generated */
 public class OfStrings extends Annotation {
+ 
+  /** @generated
+   * @ordered 
+   */
+  @SuppressWarnings ("hiding")
+  public final static String _TypeName = "org.apache.uima.testTypeSystem_arrays.OfStrings";
+  
   /** @generated
    * @ordered 
    */
@@ -58,8 +70,12 @@ public class OfStrings extends Annotatio
    *   Feature Offsets *
    * *******************/ 
    
+  public final static String _FeatName_f1Strings = "f1Strings";
+
+
   /* Feature Adjusted Offsets */
-  public final static int _FI_f1Strings = TypeSystemImpl.getAdjustedFeatureOffset("f1Strings");
+  private final static CallSite _FC_f1Strings = TypeSystemImpl.createCallSite(OfStrings.class, "f1Strings");
+  private final static MethodHandle _FH_f1Strings = _FC_f1Strings.dynamicInvoker();
 
    
   /** Never called.  Disable default constructor
@@ -84,6 +100,19 @@ public class OfStrings extends Annotatio
     readObject();   
   } 
 
+
+  /** @generated
+   * @param jcas JCas to which this Feature Structure belongs
+   * @param begin offset to the begin spot in the SofA
+   * @param end offset to the end spot in the SofA 
+  */  
+  public OfStrings(JCas jcas, int begin, int end) {
+    super(jcas);
+    setBegin(begin);
+    setEnd(end);
+    readObject();
+  }   
+
   /** 
    * <!-- begin-user-doc -->
    * Write your own initialization here
@@ -102,14 +131,14 @@ public class OfStrings extends Annotatio
    * @generated
    * @return value of the feature 
    */
-  public StringArray getF1Strings() { return (StringArray)(_getFeatureValueNc(_FI_f1Strings));}
+  public StringArray getF1Strings() { return (StringArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Strings)));}
     
   /** setter for f1Strings - sets  
    * @generated
    * @param v value to set into the feature 
    */
   public void setF1Strings(StringArray v) {
-    _setFeatureValueNcWj(_FI_f1Strings, v);
+    _setFeatureValueNcWj(wrapGetIntCatchException(_FH_f1Strings), v);
   }    
     
     
@@ -119,7 +148,7 @@ public class OfStrings extends Annotatio
    * @return value of the element at index i 
    */
   public String getF1Strings(int i) {
-     return ((StringArray)(_getFeatureValueNc(_FI_f1Strings))).get(i);} 
+     return ((StringArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Strings)))).get(i);} 
 
   /** indexed setter for f1Strings - sets an indexed value - 
    * @generated
@@ -127,7 +156,7 @@ public class OfStrings extends Annotatio
    * @param v value to set into the array 
    */
   public void setF1Strings(int i, String v) {
-    ((StringArray)(_getFeatureValueNc(_FI_f1Strings))).set(i, v);
+    ((StringArray)(_getFeatureValueNc(wrapGetIntCatchException(_FH_f1Strings)))).set(i, v);
   }  
   }