Added: 
uima/site/trunk/uima-website/docs/d/uimaj-3.0.2/uimaj-core/api-change-report/japicmp.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-3.0.2/uimaj-core/api-change-report/japicmp.xml?rev=1857337&view=auto
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/uimaj-3.0.2/uimaj-core/api-change-report/japicmp.xml
 (added)
+++ 
uima/site/trunk/uima-website/docs/d/uimaj-3.0.2/uimaj-core/api-change-report/japicmp.xml
 Thu Apr 11 14:16:19 2019
@@ -0,0 +1,1016 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<japicmp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
accessModifier="PROTECTED" creationTimestamp="2019-04-01T15:41:52.102-0400" 
ignoreMissingClasses="false" ignoreMissingClassesByRegularExpressions="" 
newJar="C:\au\builds\uimaj-3.0.2\rc4\artifacts\target\checkout\uimaj-core\target\uima-core.jar"
 newVersion="n.a." 
oldJar="C:\Users\MarshallSchor\.m2\repository\org\apache\uima\uimaj-core\3.0.1\uimaj-core-3.0.1.jar"
 oldVersion="3.0.1" onlyBinaryIncompatibleModifications="false" 
onlyModifications="true" packagesExclude="n.a." packagesInclude="all" 
semanticVersioning="1.0.0" title="Comparing source compatibility of 
C:\au\builds\uimaj-3.0.2\rc4\artifacts\target\checkout\uimaj-core\target\uima-core.jar
 against 
C:\Users\MarshallSchor\.m2\repository\org\apache\uima\uimaj-core\3.0.1\uimaj-core-3.0.1.jar"
 xsi:noNamespaceSchemaLocation="japicmp.xsd">
+    <classes>
+        <class binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.cas.admin.CASAdminException" 
javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" 
javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges>
+                
<compatibilityChange>FIELD_REMOVED_IN_SUPERCLASS</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid 
serialVersionUidDefaultNew="-2390013332380805574" 
serialVersionUidDefaultOld="-2390013332380805574" 
serialVersionUidInClassNew="1" serialVersionUidInClassOld="1" 
serializableNew="true" serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.UIMARuntimeException" 
superclassOld="org.apache.uima.UIMARuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.cas.ArrayFS" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="INTERFACE" 
oldType="INTERFACE"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods>
+                <method binaryCompatible="false" changeStatus="MODIFIED" 
name="get" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>METHOD_RETURN_TYPE_CHANGED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.lang.ArrayIndexOutOfBoundsException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_STATIC" oldValue="NON_STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" 
oldValue="ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="int"/>
+                    </parameters>
+                    <returnType changeStatus="MODIFIED" 
newValue="org.apache.uima.cas.FeatureStructure" 
oldValue="org.apache.uima.jcas.cas.TOP"/>
+                </method>
+            </methods>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" 
oldValue="ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="java.lang.Object" 
superclassOld="java.lang.Object">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.cas.CASRuntimeException" 
javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" 
javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges>
+                
<compatibilityChange>FIELD_REMOVED_IN_SUPERCLASS</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="7887970651149922746" 
serialVersionUidDefaultOld="7887970651149922746" serialVersionUidInClassNew="1" 
serialVersionUidInClassOld="1" serializableNew="true" serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.UIMARuntimeException" 
superclassOld="org.apache.uima.UIMARuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.AnnotationBase" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods>
+                <method binaryCompatible="false" changeStatus="MODIFIED" 
name="getSofa" newLineNumber="123" oldLineNumber="121" sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>METHOD_RETURN_TYPE_CHANGED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_STATIC" oldValue="NON_STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters/>
+                    <returnType changeStatus="MODIFIED" 
newValue="org.apache.uima.cas.SofaFS" oldValue="org.apache.uima.jcas.cas.Sofa"/>
+                </method>
+            </methods>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.TOP" 
superclassOld="org.apache.uima.jcas.cas.TOP">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.FSArray" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields/>
+            <interfaces>
+                <interface binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.cas.ArrayFS" sourceCompatible="false">
+                    <compatibilityChanges/>
+                </interface>
+            </interfaces>
+            <methods>
+                <method binaryCompatible="false" changeStatus="MODIFIED" 
name="get" newLineNumber="119" oldLineNumber="119" sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>METHOD_RETURN_TYPE_CHANGED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_STATIC" oldValue="NON_STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="int"/>
+                    </parameters>
+                    <returnType changeStatus="MODIFIED" 
newValue="org.apache.uima.cas.FeatureStructure" 
oldValue="org.apache.uima.jcas.cas.TOP"/>
+                </method>
+            </methods>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="FINAL" 
oldValue="FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.TOP" 
superclassOld="org.apache.uima.jcas.cas.TOP">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.NonEmptyFloatList" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors>
+                <constructor binaryCompatible="false" changeStatus="REMOVED" 
name="NonEmptyFloatList" newLineNumber="n.a." oldLineNumber="88" 
sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>CONSTRUCTOR_REMOVED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_FINAL"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_STATIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="float"/>
+                        <parameter type="org.apache.uima.jcas.cas.CommonList"/>
+                    </parameters>
+                </constructor>
+                <constructor binaryCompatible="true" changeStatus="NEW" 
name="NonEmptyFloatList" newLineNumber="88" oldLineNumber="n.a." 
sourceCompatible="true">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </attributes>
+                    <compatibilityChanges/>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="NEW" newValue="NON_FINAL" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_STATIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="PUBLIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="float"/>
+                        <parameter type="org.apache.uima.jcas.cas.FloatList"/>
+                    </parameters>
+                </constructor>
+            </constructors>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.FloatList" 
superclassOld="org.apache.uima.jcas.cas.FloatList">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.NonEmptyFSList" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors>
+                <constructor binaryCompatible="false" changeStatus="REMOVED" 
name="NonEmptyFSList" newLineNumber="n.a." oldLineNumber="90" 
sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>CONSTRUCTOR_REMOVED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_FINAL"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_STATIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="org.apache.uima.jcas.cas.TOP"/>
+                        <parameter type="org.apache.uima.jcas.cas.CommonList"/>
+                    </parameters>
+                </constructor>
+                <constructor binaryCompatible="true" changeStatus="NEW" 
name="NonEmptyFSList" newLineNumber="90" oldLineNumber="n.a." 
sourceCompatible="true">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </attributes>
+                    <compatibilityChanges/>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="NEW" newValue="NON_FINAL" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_STATIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="PUBLIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="org.apache.uima.jcas.cas.TOP"/>
+                        <parameter type="org.apache.uima.jcas.cas.FSList"/>
+                    </parameters>
+                </constructor>
+            </constructors>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.FSList" 
superclassOld="org.apache.uima.jcas.cas.FSList">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.NonEmptyIntegerList" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors>
+                <constructor binaryCompatible="false" changeStatus="REMOVED" 
name="NonEmptyIntegerList" newLineNumber="n.a." oldLineNumber="90" 
sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>CONSTRUCTOR_REMOVED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_FINAL"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_STATIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="int"/>
+                        <parameter type="org.apache.uima.jcas.cas.CommonList"/>
+                    </parameters>
+                </constructor>
+                <constructor binaryCompatible="true" changeStatus="NEW" 
name="NonEmptyIntegerList" newLineNumber="90" oldLineNumber="n.a." 
sourceCompatible="true">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </attributes>
+                    <compatibilityChanges/>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="NEW" newValue="NON_FINAL" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_STATIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="PUBLIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="int"/>
+                        <parameter 
type="org.apache.uima.jcas.cas.IntegerList"/>
+                    </parameters>
+                </constructor>
+            </constructors>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.IntegerList" 
superclassOld="org.apache.uima.jcas.cas.IntegerList">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.jcas.cas.NonEmptyStringList" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors>
+                <constructor binaryCompatible="false" changeStatus="REMOVED" 
name="NonEmptyStringList" newLineNumber="n.a." oldLineNumber="90" 
sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>CONSTRUCTOR_REMOVED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_FINAL"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_STATIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="java.lang.String"/>
+                        <parameter type="org.apache.uima.jcas.cas.CommonList"/>
+                    </parameters>
+                </constructor>
+                <constructor binaryCompatible="true" changeStatus="NEW" 
name="NonEmptyStringList" newLineNumber="90" oldLineNumber="n.a." 
sourceCompatible="true">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </attributes>
+                    <compatibilityChanges/>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="NEW" newValue="NON_FINAL" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_STATIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="PUBLIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="org.apache.uima.jcas.JCas"/>
+                        <parameter type="java.lang.String"/>
+                        <parameter type="org.apache.uima.jcas.cas.StringList"/>
+                    </parameters>
+                </constructor>
+            </constructors>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.jcas.cas.StringList" 
superclassOld="org.apache.uima.jcas.cas.StringList">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="true" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.pear.util.FileUtil" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="true">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="copyFile" newLineNumber="391" oldLineNumber="386" sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" newValue="boolean" 
oldValue="boolean"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="copyFile" newLineNumber="417" oldLineNumber="430" sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.net.URL"/>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" newValue="boolean" 
oldValue="boolean"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="createTempFile" newLineNumber="609" oldLineNumber="639" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.lang.String"/>
+                        <parameter type="java.lang.String"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.io.File" oldValue="java.io.File"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="getFileSize" newLineNumber="800" oldLineNumber="847" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.lang.String"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" newValue="long" 
oldValue="long"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="loadListOfStrings" newLineNumber="972" oldLineNumber="1016" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.lang.String[]" oldValue="java.lang.String[]"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="loadTextFile" newLineNumber="1071" oldLineNumber="1142" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.lang.String" oldValue="java.lang.String"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="loadTextFile" newLineNumber="1093" oldLineNumber="1172" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                        <parameter type="java.lang.String"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.lang.String" oldValue="java.lang.String"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="moveFile" newLineNumber="1194" oldLineNumber="1306" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_FINAL" oldValue="NON_FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" newValue="boolean" 
oldValue="boolean"/>
+                </method>
+            </methods>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="java.lang.Object" 
superclassOld="java.lang.Object">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="true" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.resource.ResourceManagerPearWrapper" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="true">
+            <annotations>
+                <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                    <compatibilityChanges/>
+                    <elements/>
+                </annotation>
+            </annotations>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="INTERFACE" 
oldType="INTERFACE"/>
+            <compatibilityChanges>
+                
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" 
oldValue="ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="java.lang.Object" 
superclassOld="java.lang.Object">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.UIMA_IllegalArgumentException" 
javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" 
javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges>
+                
<compatibilityChange>FIELD_REMOVED_IN_SUPERCLASS</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid 
serialVersionUidDefaultNew="-7718985178958471716" 
serialVersionUidDefaultOld="-7718985178958471716" 
serialVersionUidInClassNew="-4820565402946868828" 
serialVersionUidInClassOld="-4820565402946868828" serializableNew="true" 
serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.UIMARuntimeException" 
superclassOld="org.apache.uima.UIMARuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.UIMA_IllegalStateException" 
javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" 
javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges>
+                
<compatibilityChange>FIELD_REMOVED_IN_SUPERCLASS</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid 
serialVersionUidDefaultNew="-3065471958774453568" 
serialVersionUidDefaultOld="-3065471958774453568" 
serialVersionUidInClassNew="-8081807814100358556" 
serialVersionUidInClassOld="-8081807814100358556" serializableNew="true" 
serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.UIMARuntimeException" 
superclassOld="org.apache.uima.UIMARuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.UIMA_UnsupportedOperationException" 
javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" 
javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges>
+                
<compatibilityChange>FIELD_REMOVED_IN_SUPERCLASS</compatibilityChange>
+            </compatibilityChanges>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid 
serialVersionUidDefaultNew="-6703697570394137464" 
serialVersionUidDefaultOld="-6703697570394137464" 
serialVersionUidInClassNew="9056907160021698405" 
serialVersionUidInClassOld="9056907160021698405" serializableNew="true" 
serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="org.apache.uima.UIMARuntimeException" 
superclassOld="org.apache.uima.UIMARuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="false" changeStatus="MODIFIED" 
fullyQualifiedName="org.apache.uima.UIMARuntimeException" 
javaObjectSerializationCompatible="SERIALIZABLE_INCOMPATIBLE_FIELD_REMOVED" 
javaObjectSerializationCompatibleAsString="field removed" 
sourceCompatible="false">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields>
+                <field binaryCompatible="false" changeStatus="REMOVED" 
name="resource_file" sourceCompatible="false">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>FIELD_REMOVED</compatibilityChange>
+                    </compatibilityChanges>
+                    <modifiers>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="STATIC"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="FINAL"/>
+                        <modifier changeStatus="REMOVED" newValue="n.a." 
oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <type changeStatus="REMOVED" newValue="n.a." 
oldValue="java.lang.String"/>
+                </field>
+                <field binaryCompatible="true" changeStatus="NEW" 
name="STANDARD_MESSAGE_CATALOG" sourceCompatible="true">
+                    <annotations/>
+                    <attributes>
+                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </attributes>
+                    <compatibilityChanges/>
+                    <modifiers>
+                        <modifier changeStatus="NEW" newValue="PUBLIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="STATIC" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="FINAL" 
oldValue="n.a."/>
+                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" 
oldValue="n.a."/>
+                    </modifiers>
+                    <type changeStatus="NEW" newValue="java.lang.String" 
oldValue="n.a."/>
+                </field>
+            </fields>
+            <interfaces/>
+            <methods/>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="4556031351645937851" 
serialVersionUidDefaultOld="-7350280417905904965" 
serialVersionUidInClassNew="1" serialVersionUidInClassOld="1" 
serializableNew="true" serializableOld="true"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="java.lang.RuntimeException" 
superclassOld="java.lang.RuntimeException">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+        <class binaryCompatible="true" changeStatus="UNCHANGED" 
fullyQualifiedName="org.apache.uima.util.FileUtils" 
javaObjectSerializationCompatible="NOT_SERIALIZABLE" 
javaObjectSerializationCompatibleAsString="not serializable" 
sourceCompatible="true">
+            <annotations/>
+            <attributes>
+                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </attributes>
+            <classFileFormatVersion changeStatus="UNCHANGED" 
majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" 
minorVersionOld="0"/>
+            <classType changeStatus="UNCHANGED" newType="CLASS" 
oldType="CLASS"/>
+            <compatibilityChanges/>
+            <constructors/>
+            <fields/>
+            <interfaces/>
+            <methods>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="copyFile" newLineNumber="339" oldLineNumber="328" sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" newValue="FINAL" 
oldValue="FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" newValue="void" 
oldValue="void"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="createTempDir" newLineNumber="286" oldLineNumber="287" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions/>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" newValue="FINAL" 
oldValue="FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.io.File"/>
+                        <parameter type="java.lang.String"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.io.File" oldValue="java.io.File"/>
+                </method>
+                <method binaryCompatible="true" changeStatus="UNCHANGED" 
name="createTempFile" newLineNumber="312" oldLineNumber="303" 
sourceCompatible="true">
+                    <annotations>
+                        <annotation binaryCompatible="true" changeStatus="NEW" 
fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
+                            <compatibilityChanges/>
+                            <elements/>
+                        </annotation>
+                    </annotations>
+                    <attributes>
+                        <attribute changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </attributes>
+                    <compatibilityChanges>
+                        
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
+                    </compatibilityChanges>
+                    <exceptions>
+                        <exception changeStatus="UNCHANGED" 
name="java.io.IOException"/>
+                    </exceptions>
+                    <modifiers>
+                        <modifier changeStatus="UNCHANGED" newValue="FINAL" 
oldValue="FINAL"/>
+                        <modifier changeStatus="UNCHANGED" newValue="STATIC" 
oldValue="STATIC"/>
+                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
+                        <modifier changeStatus="UNCHANGED" 
newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
+                    </modifiers>
+                    <parameters>
+                        <parameter type="java.lang.String"/>
+                        <parameter type="java.lang.String"/>
+                        <parameter type="java.io.File"/>
+                    </parameters>
+                    <returnType changeStatus="UNCHANGED" 
newValue="java.io.File" oldValue="java.io.File"/>
+                </method>
+            </methods>
+            <modifiers>
+                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" 
oldValue="NON_FINAL"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" 
oldValue="NON_STATIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" 
oldValue="PUBLIC"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" 
oldValue="NON_ABSTRACT"/>
+                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" 
oldValue="NON_SYNTHETIC"/>
+            </modifiers>
+            <serialVersionUid serialVersionUidDefaultNew="n.a." 
serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." 
serialVersionUidInClassOld="n.a." serializableNew="false" 
serializableOld="false"/>
+            <superclass binaryCompatible="true" changeStatus="UNCHANGED" 
sourceCompatible="true" superclassNew="java.lang.Object" 
superclassOld="java.lang.Object">
+                <compatibilityChanges/>
+            </superclass>
+        </class>
+    </classes>
+</japicmp>


Reply via email to