See 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/203/changes>

Changes:

[schor] [UIMA-4146][UIMA-4135] support snapshot iterators, support for 
modifying indexed FSs

[schor] [UIMA-4100] support Xmi deserialization - data structure to remember 
adds and removes to do after fixups/finalizes

[schor] [UIMA-4135] slight optimizations to skip index corruption checks where 
possible

[schor] [UIMA-4135] book-keeping change because interface changed

[schor] [UIMA-4126] fix delta cas deserialization to protect indices

[schor] [UIMA-4135] support multi-add-back (use case: only where multiple 
add2indices of the same identical FS allowed)

[schor] [UIMA-4135] support multi-add-back (use case: only where multiple 
add2indices of the same identical FS allowed)

[schor] [UIMA-4135] book-keeping change because interface changed

[schor] [UIMA-4135][UIMA-4147][UIMA-4148] optimization - skip index corruption 
checks when working with lists because lists can't be key values. Fix data 
representation / conversion bugs for updating int and float lists.

[schor] no Jira - make many fields final

[schor] [UIMA-4146] add snapshot API, clarify comments

[schor] no Jira - comment change

[schor] [UIMA-4105] - clarify moveTo where multiple candidates match, moves to 
"leftmost" one.

[schor] [UIMA-4135] add support for removing and adding back multiples of the 
same value, in support of avoiding index corruption, where 
allow_duplicate_add_to_indices is true.

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Base: uimaj-core 2.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uimaj-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uimaj-core 
---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) 
@ uimaj-core ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and 
buildMonth) @ uimaj-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (setVersions) @ uimaj-core 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (addVersionSrc) @ 
uimaj-core ---
[INFO] Source directory: 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/target/generated-sources/releaseVersion>
 added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uimaj-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
uimaj-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uimaj-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 700 source files to 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/analysis_engine/service/impl/ServiceDataCargo.java>:
 Some input files use or override a deprecated API.
[WARNING] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/analysis_engine/service/impl/ServiceDataCargo.java>:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/FSIndexRepositoryImpl.java>:
 Some input files use unchecked or unsafe operations.
[WARNING] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/FSIndexRepositoryImpl.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[80,54]
 cannot find symbol
  symbol:   class IndexRepoTodos
  location: class org.apache.uima.cas.impl.FSIndexRepositoryImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[3398,59]
 cannot find symbol
  symbol:   class IndexRepoTodos
  location: class org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[3404,50]
 incompatible types
  required: boolean
  found:    int
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[3415,52]
 incompatible types
  required: boolean
  found:    int
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[3434,50]
 incompatible types
  required: boolean
  found:    int
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/CASImpl.java>:[3445,52]
 incompatible types
  required: boolean
  found:    int
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/FeatureStructureImpl.java>:[77,34]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: class org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/FeatureStructureImpl.java>:[88,34]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: class org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/FeatureStructureImpl.java>:[153,34]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,byte)
  location: class org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[343,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[344,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[356,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[357,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[369,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[370,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[383,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[384,10]
 cannot find symbol
  symbol:   method setFeatureValueNotJournaled(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[409,16]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[420,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[421,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[422,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[433,22]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[447,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[455,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[484,16]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[495,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[496,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[497,18]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[508,22]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[522,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[530,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[560,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[572,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[574,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[575,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[587,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[601,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[609,12]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[640,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[651,17]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[652,17]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[653,17]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[668,15]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[681,10]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/ListUtils.java>:[693,14]
 cannot find symbol
  symbol:   method setFeatureValueNoIndexCorruptionCheck(int,int,int)
  location: variable cas of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java>:[541,58]
 cannot find symbol
  symbol:   method protectIndices()
  location: variable casBeingFilled of type org.apache.uima.cas.impl.CASImpl
[ERROR] 
<https://builds.apache.org/job/UIMAJ-SDK_java7/org.apache.uima$uimaj-core/ws/src/main/java/org/apache/uima/cas/impl/AnnotationIndexImpl.java>:[33,8]
 org.apache.uima.cas.impl.AnnotationIndexImpl is not abstract and does not 
override abstract method withSnapshotIterators() in org.apache.uima.cas.FSIndex
[INFO] 47 errors 
[INFO] -------------------------------------------------------------

Reply via email to