Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/jperturb [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done No credentials specified Cloning the remote Git repository Cloning repository https://github.com/Spirals-Team/jPerturb.git > git init /builds/workspace/jperturb # timeout=10 Fetching upstream changes from https://github.com/Spirals-Team/jPerturb.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/Spirals-Team/jPerturb.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/Spirals-Team/jPerturb.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/Spirals-Team/jPerturb.git # timeout=10 Fetching upstream changes from https://github.com/Spirals-Team/jPerturb.git > git fetch --tags --progress https://github.com/Spirals-Team/jPerturb.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision cfc7de2fd0b4882838b438507a9317e4406ca9dc (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cfc7de2fd0b4882838b438507a9317e4406ca9dc Commit message: "Minor tweaks" > git rev-list --no-walk cfc7de2fd0b4882838b438507a9317e4406ca9dc # timeout=10 [jperturb] $ /bin/sh -xe /tmp/jenkins8460296688574602536.sh + cd jPerturb + mvn versions:use-latest-versions -DallowSnapshots=true Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jPerturb 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- versions-maven-plugin:2.4:use-latest-versions (default-cli) @ jPerturb --- [INFO] Major version changes allowed [INFO] artifact fr.inria.gforge.spoon:spoon-core: checking for updates from gforge.inria.fr-snapshot [INFO] Updated fr.inria.gforge.spoon:spoon-core:jar:7.2.0-SNAPSHOT to version 8.1.0-SNAPSHOT [INFO] Updated junit:junit:jar:4.12 to version 4.13-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.260 s [INFO] Finished at: 2019-11-08T23:02:08+01:00 [INFO] Final Memory: 17M/177M [INFO] ------------------------------------------------------------------------ + mvn test Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jPerturb 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon 1009/1009 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1009 B at 4.4 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191107.234146-3.pom [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191107.234146-3.pom (0 B at 0.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191107.234146-3.jar [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191107.234146-3.jar (0 B at 0.0 KB/sec) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jPerturb --- [WARNING] Using platform encoding (UTF8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builds/workspace/jperturb/jPerturb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jPerturb --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 63 source files to /builds/workspace/jperturb/jPerturb/target/classes [WARNING] /builds/workspace/jperturb/jPerturb/src/main/java/experiment/explorer/ExplorerImpl.java: Some input files use unchecked or unsafe operations. [WARNING] /builds/workspace/jperturb/jPerturb/src/main/java/experiment/explorer/ExplorerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jPerturb --- [WARNING] Using platform encoding (UTF8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jPerturb --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 21 source files to /builds/workspace/jperturb/jPerturb/target/test-classes [WARNING] /builds/workspace/jperturb/jPerturb/src/test/java/perturbation/TestPerturbationBinaryOp.java: Some input files use or override a deprecated API. [WARNING] /builds/workspace/jperturb/jPerturb/src/test/java/perturbation/TestPerturbationBinaryOp.java: Recompile with -Xlint:deprecation for details. [WARNING] /builds/workspace/jperturb/jPerturb/src/test/java/perturbation/TestPerturbationBinaryOp.java: Some input files use unchecked or unsafe operations. [WARNING] /builds/workspace/jperturb/jPerturb/src/test/java/perturbation/TestPerturbationBinaryOp.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ jPerturb --- [INFO] Surefire report directory: /builds/workspace/jperturb/jPerturb/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running explorer.TestCallExplorer Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in explorer.TestCallExplorer Running MainTest Run IntegerAddOne_CallExplorer on QuickSortInstr ... detail of space for CallExplorer with Perturbator = 1 number of Task : 10 number of Locations : 41 number of executions done : 4331 number of successful executions done : 3323 % Success : ---------------- 76.73 see also files in results/quicksort/ 2019-11-08 23:02:18,169 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-11-08 23:02:18,170 INFO spoon.Launcher - running Spoon... 2019-11-08 23:02:18,170 INFO spoon.Launcher - start processing... 2019-11-08 23:02:18,175 DEBUG spoon.Launcher - building sources: [/builds/workspace/jperturb/jPerturb/src/main/java/quicksort/QuickSort.java] 2019-11-08 23:02:18,353 DEBUG spoon.Launcher - build args: [-encoding, UTF-8, -1.8, -preserveAllLocals, -noExit, -enableJavadoc, /builds/workspace/jperturb/jPerturb/src/main/java/quicksort/QuickSort.java] 2019-11-08 23:02:19,182 DEBUG spoon.Launcher - built in 1006 ms 2019-11-08 23:02:19,184 DEBUG spoon.Launcher - building templates: [] 2019-11-08 23:02:19,190 DEBUG spoon.Launcher - built in 0 ms 2019-11-08 23:02:19,206 DEBUG spoon.Launcher - model built in 1036 2019-11-08 23:02:19,208 DEBUG spoon.Launcher - Loaded processor Assignment Processor. 2019-11-08 23:02:19,208 DEBUG spoon.Launcher - Loaded processor Variable Caster Processor. 2019-11-08 23:02:19,208 DEBUG spoon.Launcher - Loaded processor Perturbation Processor. 2019-11-08 23:02:19,209 INFO spoon.Launcher - processor.AssignmentProcessor 2019-11-08 23:02:19,703 INFO spoon.Launcher - processor.VariableCaster 2019-11-08 23:02:19,710 INFO spoon.Launcher - processor.PerturbationProcessor 2019-11-08 23:02:19,787 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@6e87d83f 2019-11-08 23:02:19,794 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@fb40e1ea 2019-11-08 23:02:19,795 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,796 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,801 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,802 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,805 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,805 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,818 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,818 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,819 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,819 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,827 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,831 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,835 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,835 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,835 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,837 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,838 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,838 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,843 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,843 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,843 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,843 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,844 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,845 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,848 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,848 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,848 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,849 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,850 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,850 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,854 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,854 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,855 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,855 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,856 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,856 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,857 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,857 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,858 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,860 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,860 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,861 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,861 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,862 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,863 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,864 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,864 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,865 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,866 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,866 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,866 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,866 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,866 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,869 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,869 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,871 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,871 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,871 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,872 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,874 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,875 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,875 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,877 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,877 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,877 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,878 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,880 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,880 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,881 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,883 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,884 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,885 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,886 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,886 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,887 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,888 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,889 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,890 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,891 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,891 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,898 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,898 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,899 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,899 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,900 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,900 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,905 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,905 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,905 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,905 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,906 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,907 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,909 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,909 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,910 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,912 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,912 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,913 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,914 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,921 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,921 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,922 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,923 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,923 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,924 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,925 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,925 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,927 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,928 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,928 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,929 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,929 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,931 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,931 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,933 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,933 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,933 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,934 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,934 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,934 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,936 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,936 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,939 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,939 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,942 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,942 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,942 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,943 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,943 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,943 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,944 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,944 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,944 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,945 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,945 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,946 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,946 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,946 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,946 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,948 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,948 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,948 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,948 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,950 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,950 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,951 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,951 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,951 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,951 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,952 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,953 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,953 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,953 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,955 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,955 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,965 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,967 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,967 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,968 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,969 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,970 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,971 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,972 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,972 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,974 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,975 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,976 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,976 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,978 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,984 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,985 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,985 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,985 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,986 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,986 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,987 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,987 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,987 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,989 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,989 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,989 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,991 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,991 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,991 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,992 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,992 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,994 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,994 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,995 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,995 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,996 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,996 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,997 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,998 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:19,998 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:19,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,001 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,002 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,003 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,008 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,008 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,009 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,009 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,013 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,013 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,014 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,018 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,018 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,018 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,018 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,019 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,019 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,020 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,020 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,021 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,021 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,023 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,023 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,025 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,025 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,026 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,026 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,026 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,027 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,027 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,028 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,028 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,028 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,029 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,029 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,030 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,030 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,031 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,033 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,034 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,034 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,034 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,035 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,051 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,056 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,057 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,058 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,060 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,069 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,077 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,078 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,078 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,079 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,079 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,080 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,080 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,081 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,081 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,081 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,082 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,082 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,083 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,083 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,083 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,084 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,084 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,085 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,085 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,086 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,086 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,087 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,087 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,087 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,087 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,088 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,088 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,089 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,089 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,089 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,090 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,097 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,097 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,100 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,100 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,102 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,102 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,104 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,104 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,105 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,105 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,109 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,112 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,117 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,117 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,117 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,118 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,118 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,118 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,119 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,119 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,119 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,120 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,120 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,120 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,121 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,121 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,121 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,121 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,125 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,126 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,126 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,126 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,126 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,127 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,127 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,128 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,128 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,129 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,129 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,130 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,130 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,130 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,131 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,131 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,131 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,132 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,132 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,132 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,136 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,136 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,141 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,141 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,144 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,144 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,148 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,148 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,148 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,149 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,149 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,149 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,149 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,150 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,150 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,150 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,150 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,151 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,151 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,152 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,152 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,156 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,156 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,157 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,157 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,157 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,158 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,158 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,158 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,160 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,160 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,160 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,161 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,161 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,161 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,162 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,162 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,164 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,164 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,167 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,167 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,180 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,180 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,180 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,181 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,181 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,185 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,185 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,185 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,204 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,204 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,204 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,210 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,216 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,216 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,216 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,218 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,218 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,218 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,222 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,222 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,222 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,223 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,227 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,229 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,229 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,277 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,278 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,278 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,282 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,282 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,282 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,282 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,283 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,283 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,292 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,292 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,293 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,293 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,294 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,294 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,294 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,294 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,297 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,297 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,298 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,300 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,300 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,300 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,301 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,301 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,305 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,305 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,305 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,307 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,308 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,308 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,308 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,308 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,308 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,310 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,310 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,310 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,311 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,311 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,311 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,312 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,314 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,315 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,319 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,319 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,319 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,319 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,321 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,321 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,321 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,325 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,325 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,325 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,326 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,326 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,326 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,326 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,327 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,328 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,328 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,328 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,329 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,329 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,329 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,331 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,337 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,338 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,342 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,342 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,343 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,344 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,344 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,344 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,345 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,352 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,356 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,356 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,357 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,357 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,360 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,360 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,360 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,360 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,361 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,361 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,362 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,362 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,362 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,364 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,365 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,365 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,365 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,365 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,366 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,368 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,368 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,368 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,369 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,370 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,370 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,370 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,370 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,371 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,373 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,374 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,374 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,374 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,375 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,375 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,375 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,378 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,379 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,379 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,379 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,379 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,380 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,380 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,381 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,381 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,383 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,383 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,384 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,384 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,384 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,384 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,385 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,385 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,385 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,385 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,386 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,386 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,386 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,386 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,389 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,389 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,389 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,389 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,391 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,391 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,391 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,392 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,392 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,392 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,393 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,395 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,398 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,400 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,400 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,400 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,400 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,404 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,404 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,404 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,404 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,405 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,405 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,405 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,405 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,406 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,406 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,406 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,409 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,409 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,411 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,414 DEBUG spoon.Launcher - model processed in 1207 ms 2019-11-08 23:02:20,415 DEBUG spoon.Launcher - Generating source using types... 2019-11-08 23:02:20,415 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-11-08 23:02:20,448 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@8c658f60 2019-11-08 23:02:20,502 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,503 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,503 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,504 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,504 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,504 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,504 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,505 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,505 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,505 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,505 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,505 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,506 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,506 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,506 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,506 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,506 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,507 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,508 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,509 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,509 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,509 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,509 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,509 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,510 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,510 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,510 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,510 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,510 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,511 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,511 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,511 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,511 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,511 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,512 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,512 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,512 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,512 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,512 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,513 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,514 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,514 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,514 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,515 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,515 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,515 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,516 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,516 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,516 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,517 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,517 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,517 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,520 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,520 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,520 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,521 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,521 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,522 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,522 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,522 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,522 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,523 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,523 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,523 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,524 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,524 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,524 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,524 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,525 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,525 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,525 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,525 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,526 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,526 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,526 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,526 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,526 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,527 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,527 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,528 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,528 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,528 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,528 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,529 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,529 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,530 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,530 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,530 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,530 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,531 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,531 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,531 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,531 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,532 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,532 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,532 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,532 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,533 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,533 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,533 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-08 23:02:20,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-08 23:02:20,547 DEBUG spoon.Launcher - pretty-printed in 133 ms 2019-11-08 23:02:20,547 DEBUG spoon.Launcher - program spooning done in 2377 ms 2019-11-08 23:02:20,548 INFO spoon.Launcher - end of processing: 2019-11-08 23:02:20,548 INFO spoon.Launcher - no errors, no warnings Run IntegerAddOne_CallExplorer on QuickSortInstr ... 0 0 0.00 0 1 - 2.44 0 2 - 4.88 0 3 -- 7.32 0 4 -- 9.76 0 5 --- 12.20 0 6 --- 14.63 0 7 ---- 17.07 0 8 ---- 19.51 0 9 ----- 21.95 0 10 ----- 24.39 0 11 ------ 26.83 0 12 ------ 29.27 0 13 ------- 31.71 0 14 ------- 34.15 0 15 -------- 36.59 0 16 -------- 39.02 0 17 --------- 41.46 0 18 --------- 43.90 0 19 ---------- 46.34 0 20 ---------- 48.78 0 21 ----------- 51.22 0 22 ----------- 53.66 0 23 ------------ 56.10 0 24 ------------ 58.54 0 25 ------------- 60.98 0 26 ------------- 63.41 0 27 -------------- 65.85 0 28 -------------- 68.29 0 29 --------------- 70.73 0 30 --------------- 73.17 0 31 ---------------- 75.61 0 32 ---------------- 78.05 0 33 ----------------- 80.49 0 34 ----------------- 82.93 0 35 ------------------ 85.37 0 36 ------------------ 87.80 0 37 ------------------- 90.24 0 38 ------------------- 92.68 0 39 -------------------- 95.12 0 40 -------------------- 97.56 1 0 0.00 1 1 - 2.44 1 2 - 4.88 1 3 -- 7.32 1 4 -- 9.76 1 5 --- 12.20 1 6 --- 14.63 1 7 ---- 17.07 1 8 ---- 19.51 1 9 ----- 21.95 1 10 ----- 24.39 1 11 ------ 26.83 1 12 ------ 29.27 1 13 ------- 31.71 1 14 ------- 34.15 1 15 -------- 36.59 1 16 -------- 39.02 1 17 --------- 41.46 1 18 --------- 43.90 1 19 ---------- 46.34 1 20 ---------- 48.78 1 21 ----------- 51.22 1 22 ----------- 53.66 1 23 ------------ 56.10 1 24 ------------ 58.54 1 25 ------------- 60.98 1 26 ------------- 63.41 1 27 -------------- 65.85 1 28 -------------- 68.29 1 29 --------------- 70.73 1 30 --------------- 73.17 1 31 ---------------- 75.61 1 32 ---------------- 78.05 1 33 ----------------- 80.49 1 34 ----------------- 82.93 1 35 ------------------ 85.37 1 36 ------------------ 87.80 1 37 ------------------- 90.24 1 38 ------------------- 92.68 1 39 -------------------- 95.12 1 40 -------------------- 97.56 2 0 0.00 2 1 - 2.44 2 2 - 4.88 2 3 -- 7.32 2 4 -- 9.76 2 5 --- 12.20 2 6 --- 14.63 2 7 ---- 17.07 2 8 ---- 19.51 2 9 ----- 21.95 2 10 ----- 24.39 2 11 ------ 26.83 2 12 ------ 29.27 2 13 ------- 31.71 2 14 ------- 34.15 2 15 -------- 36.59 2 16 -------- 39.02 2 17 --------- 41.46 2 18 --------- 43.90 2 19 ---------- 46.34 2 20 ---------- 48.78 2 21 ----------- 51.22 2 22 ----------- 53.66 2 23 ------------ 56.10 2 24 ------------ 58.54 2 25 ------------- 60.98 2 26 ------------- 63.41 2 27 -------------- 65.85 2 28 -------------- 68.29 2 29 --------------- 70.73 2 30 --------------- 73.17 2 31 ---------------- 75.61 2 32 ---------------- 78.05 2 33 ----------------- 80.49 2 34 ----------------- 82.93 2 35 ------------------ 85.37 2 36 ------------------ 87.80 2 37 ------------------- 90.24 2 38 ------------------- 92.68 2 39 -------------------- 95.12 2 40 -------------------- 97.56 3 0 0.00 3 1 - 2.44 3 2 - 4.88 3 3 -- 7.32 3 4 -- 9.76 3 5 --- 12.20 3 6 --- 14.63 3 7 ---- 17.07 3 8 ---- 19.51 3 9 ----- 21.95 3 10 ----- 24.39 3 11 ------ 26.83 3 12 ------ 29.27 3 13 ------- 31.71 3 14 ------- 34.15 3 15 -------- 36.59 3 16 -------- 39.02 3 17 --------- 41.46 3 18 --------- 43.90 3 19 ---------- 46.34 3 20 ---------- 48.78 3 21 ----------- 51.22 3 22 ----------- 53.66 3 23 ------------ 56.10 3 24 ------------ 58.54 3 25 ------------- 60.98 3 26 ------------- 63.41 3 27 -------------- 65.85 3 28 -------------- 68.29 3 29 --------------- 70.73 3 30 --------------- 73.17 3 31 ---------------- 75.61 3 32 ---------------- 78.05 3 33 ----------------- 80.49 3 34 ----------------- 82.93 3 35 ------------------ 85.37 3 36 ------------------ 87.80 3 37 ------------------- 90.24 3 38 ------------------- 92.68 3 39 -------------------- 95.12 3 40 -------------------- 97.56 4 0 0.00 4 1 - 2.44 4 2 - 4.88 4 3 -- 7.32 4 4 -- 9.76 4 5 --- 12.20 4 6 --- 14.63 4 7 ---- 17.07 4 8 ---- 19.51 4 9 ----- 21.95 4 10 ----- 24.39 4 11 ------ 26.83 4 12 ------ 29.27 4 13 ------- 31.71 4 14 ------- 34.15 4 15 -------- 36.59 4 16 -------- 39.02 4 17 --------- 41.46 4 18 --------- 43.90 4 19 ---------- 46.34 4 20 ---------- 48.78 4 21 ----------- 51.22 4 22 ----------- 53.66 4 23 ------------ 56.10 4 24 ------------ 58.54 4 25 ------------- 60.98 4 26 ------------- 63.41 4 27 -------------- 65.85 4 28 -------------- 68.29 4 29 --------------- 70.73 4 30 --------------- 73.17 4 31 ---------------- 75.61 4 32 ---------------- 78.05 4 33 ----------------- 80.49 4 34 ----------------- 82.93 4 35 ------------------ 85.37 4 36 ------------------ 87.80 4 37 ------------------- 90.24 4 38 ------------------- 92.68 4 39 -------------------- 95.12 4 40 -------------------- 97.56 5 0 0.00 5 1 - 2.44 5 2 - 4.88 5 3 -- 7.32 5 4 -- 9.76 5 5 --- 12.20 5 6 --- 14.63 5 7 ---- 17.07 5 8 ---- 19.51 5 9 ----- 21.95 5 10 ----- 24.39 5 11 ------ 26.83 5 12 ------ 29.27 5 13 ------- 31.71 5 14 ------- 34.15 5 15 -------- 36.59 5 16 -------- 39.02 5 17 --------- 41.46 5 18 --------- 43.90 5 19 ---------- 46.34 5 20 ---------- 48.78 5 21 ----------- 51.22 5 22 ----------- 53.66 5 23 ------------ 56.10 5 24 ------------ 58.54 5 25 ------------- 60.98 5 26 ------------- 63.41 5 27 -------------- 65.85 5 28 -------------- 68.29 5 29 --------------- 70.73 5 30 --------------- 73.17 5 31 ---------------- 75.61 5 32 ---------------- 78.05 5 33 ----------------- 80.49 5 34 ----------------- 82.93 5 35 ------------------ 85.37 5 36 ------------------ 87.80 5 37 ------------------- 90.24 5 38 ------------------- 92.68 5 39 -------------------- 95.12 5 40 -------------------- 97.56 6 0 0.00 6 1 - 2.44 6 2 - 4.88 6 3 -- 7.32 6 4 -- 9.76 6 5 --- 12.20 6 6 --- 14.63 6 7 ---- 17.07 6 8 ---- 19.51 6 9 ----- 21.95 6 10 ----- 24.39 6 11 ------ 26.83 6 12 ------ 29.27 6 13 ------- 31.71 6 14 ------- 34.15 6 15 -------- 36.59 6 16 -------- 39.02 6 17 --------- 41.46 6 18 --------- 43.90 6 19 ---------- 46.34 6 20 ---------- 48.78 6 21 ----------- 51.22 6 22 ----------- 53.66 6 23 ------------ 56.10 6 24 ------------ 58.54 6 25 ------------- 60.98 6 26 ------------- 63.41 6 27 -------------- 65.85 6 28 -------------- 68.29 6 29 --------------- 70.73 6 30 --------------- 73.17 6 31 ---------------- 75.61 6 32 ---------------- 78.05 6 33 ----------------- 80.49 6 34 ----------------- 82.93 6 35 ------------------ 85.37 6 36 ------------------ 87.80 6 37 ------------------- 90.24 6 38 ------------------- 92.68 6 39 -------------------- 95.12 6 40 -------------------- 97.56 7 0 0.00 7 1 - 2.44 7 2 - 4.88 7 3 -- 7.32 7 4 -- 9.76 7 5 --- 12.20 7 6 --- 14.63 7 7 ---- 17.07 7 8 ---- 19.51 7 9 ----- 21.95 7 10 ----- 24.39 7 11 ------ 26.83 7 12 ------ 29.27 7 13 ------- 31.71 7 14 ------- 34.15 7 15 -------- 36.59 7 16 -------- 39.02 7 17 --------- 41.46 7 18 --------- 43.90 7 19 ---------- 46.34 7 20 ---------- 48.78 7 21 ----------- 51.22 7 22 ----------- 53.66 7 23 ------------ 56.10 7 24 ------------ 58.54 7 25 ------------- 60.98 7 26 ------------- 63.41 7 27 -------------- 65.85 7 28 -------------- 68.29 7 29 --------------- 70.73 7 30 --------------- 73.17 7 31 ---------------- 75.61 7 32 ---------------- 78.05 7 33 ----------------- 80.49 7 34 ----------------- 82.93 7 35 ------------------ 85.37 7 36 ------------------ 87.80 7 37 ------------------- 90.24 7 38 ------------------- 92.68 7 39 -------------------- 95.12 7 40 -------------------- 97.56 8 0 0.00 8 1 - 2.44 8 2 - 4.88 8 3 -- 7.32 8 4 -- 9.76 8 5 --- 12.20 8 6 --- 14.63 8 7 ---- 17.07 8 8 ---- 19.51 8 9 ----- 21.95 8 10 ----- 24.39 8 11 ------ 26.83 8 12 ------ 29.27 8 13 ------- 31.71 8 14 ------- 34.15 8 15 -------- 36.59 8 16 -------- 39.02 8 17 --------- 41.46 8 18 --------- 43.90 8 19 ---------- 46.34 8 20 ---------- 48.78 8 21 ----------- 51.22 8 22 ----------- 53.66 8 23 ------------ 56.10 8 24 ------------ 58.54 8 25 ------------- 60.98 8 26 ------------- 63.41 8 27 -------------- 65.85 8 28 -------------- 68.29 8 29 --------------- 70.73 8 30 --------------- 73.17 8 31 ---------------- 75.61 8 32 ---------------- 78.05 8 33 ----------------- 80.49 8 34 ----------------- 82.93 8 35 ------------------ 85.37 8 36 ------------------ 87.80 8 37 ------------------- 90.24 8 38 ------------------- 92.68 8 39 -------------------- 95.12 8 40 -------------------- 97.56 9 0 0.00 9 1 - 2.44 9 2 - 4.88 9 3 -- 7.32 9 4 -- 9.76 9 5 --- 12.20 9 6 --- 14.63 9 7 ---- 17.07 9 8 ---- 19.51 9 9 ----- 21.95 9 10 ----- 24.39 9 11 ------ 26.83 9 12 ------ 29.27 9 13 ------- 31.71 9 14 ------- 34.15 9 15 -------- 36.59 9 16 -------- 39.02 9 17 --------- 41.46 9 18 --------- 43.90 9 19 ---------- 46.34 9 20 ---------- 48.78 9 21 ----------- 51.22 9 22 ----------- 53.66 9 23 ------------ 56.10 9 24 ------------ 58.54 9 25 ------------- 60.98 9 26 ------------- 63.41 9 27 -------------- 65.85 9 28 -------------- 68.29 9 29 --------------- 70.73 9 30 --------------- 73.17 9 31 ---------------- 75.61 9 32 ---------------- 78.05 9 33 ----------------- 80.49 9 34 ----------------- 82.93 9 35 ------------------ 85.37 9 36 ------------------ 87.80 9 37 ------------------- 90.24 9 38 ------------------- 92.68 9 39 -------------------- 95.12 9 40 -------------------- 97.56 detail of space for CallExplorer with Perturbator = 1 number of Task : 10 number of Locations : 41 number of executions done : 4331 number of successful executions done : 3323 % Success : ---------------- 76.73 see also files in results/quicksort/ 1295 ms Run IntegerAddOne_RandomExplorer on QuickSortInstr ... 0 0 0.00 0 1 - 2.44 0 2 - 4.88 0 3 -- 7.32 0 4 -- 9.76 0 5 --- 12.20 0 6 --- 14.63 0 7 ---- 17.07 0 8 ---- 19.51 0 9 ----- 21.95 0 10 ----- 24.39 0 11 ------ 26.83 0 12 ------ 29.27 0 13 ------- 31.71 0 14 ------- 34.15 0 15 -------- 36.59 0 16 -------- 39.02 0 17 --------- 41.46 0 18 --------- 43.90 0 19 ---------- 46.34 0 20 ---------- 48.78 0 21 ----------- 51.22 0 22 ----------- 53.66 0 23 ------------ 56.10 0 24 ------------ 58.54 0 25 ------------- 60.98 0 26 ------------- 63.41 0 27 -------------- 65.85 0 28 -------------- 68.29 0 29 --------------- 70.73 0 30 --------------- 73.17 0 31 ---------------- 75.61 0 32 ---------------- 78.05 0 33 ----------------- 80.49 0 34 ----------------- 82.93 0 35 ------------------ 85.37 0 36 ------------------ 87.80 0 37 ------------------- 90.24 0 38 ------------------- 92.68 0 39 -------------------- 95.12 0 40 -------------------- 97.56 1 0 0.00 1 1 - 2.44 1 2 - 4.88 1 3 -- 7.32 1 4 -- 9.76 1 5 --- 12.20 1 6 --- 14.63 1 7 ---- 17.07 1 8 ---- 19.51 1 9 ----- 21.95 1 10 ----- 24.39 1 11 ------ 26.83 1 12 ------ 29.27 1 13 ------- 31.71 1 14 ------- 34.15 1 15 -------- 36.59 1 16 -------- 39.02 1 17 --------- 41.46 1 18 --------- 43.90 1 19 ---------- 46.34 1 20 ---------- 48.78 1 21 ----------- 51.22 1 22 ----------- 53.66 1 23 ------------ 56.10 1 24 ------------ 58.54 1 25 ------------- 60.98 1 26 ------------- 63.41 1 27 -------------- 65.85 1 28 -------------- 68.29 1 29 --------------- 70.73 1 30 --------------- 73.17 1 31 ---------------- 75.61 1 32 ---------------- 78.05 1 33 ----------------- 80.49 1 34 ----------------- 82.93 1 35 ------------------ 85.37 1 36 ------------------ 87.80 1 37 ------------------- 90.24 1 38 ------------------- 92.68 1 39 -------------------- 95.12 1 40 -------------------- 97.56 2 0 0.00 2 1 - 2.44 2 2 - 4.88 2 3 -- 7.32 2 4 -- 9.76 2 5 --- 12.20 2 6 --- 14.63 2 7 ---- 17.07 2 8 ---- 19.51 2 9 ----- 21.95 2 10 ----- 24.39 2 11 ------ 26.83 2 12 ------ 29.27 2 13 ------- 31.71 2 14 ------- 34.15 2 15 -------- 36.59 2 16 -------- 39.02 2 17 --------- 41.46 2 18 --------- 43.90 2 19 ---------- 46.34 2 20 ---------- 48.78 2 21 ----------- 51.22 2 22 ----------- 53.66 2 23 ------------ 56.10 2 24 ------------ 58.54 2 25 ------------- 60.98 2 26 ------------- 63.41 2 27 -------------- 65.85 2 28 -------------- 68.29 2 29 --------------- 70.73 2 30 --------------- 73.17 2 31 ---------------- 75.61 2 32 ---------------- 78.05 2 33 ----------------- 80.49 2 34 ----------------- 82.93 2 35 ------------------ 85.37 2 36 ------------------ 87.80 2 37 ------------------- 90.24 2 38 ------------------- 92.68 2 39 -------------------- 95.12 2 40 -------------------- 97.56 3 0 0.00 3 1 - 2.44 3 2 - 4.88 3 3 -- 7.32 3 4 -- 9.76 3 5 --- 12.20 3 6 --- 14.63 3 7 ---- 17.07 3 8 ---- 19.51 3 9 ----- 21.95 3 10 ----- 24.39 3 11 ------ 26.83 3 12 ------ 29.27 3 13 ------- 31.71 3 14 ------- 34.15 3 15 -------- 36.59 3 16 -------- 39.02 3 17 --------- 41.46 3 18 --------- 43.90 3 19 ---------- 46.34 3 20 ---------- 48.78 3 21 ----------- 51.22 3 22 ----------- 53.66 3 23 ------------ 56.10 3 24 ------------ 58.54 3 25 ------------- 60.98 3 26 ------------- 63.41 3 27 -------------- 65.85 3 28 -------------- 68.29 3 29 --------------- 70.73 3 30 --------------- 73.17 3 31 ---------------- 75.61 3 32 ---------------- 78.05 3 33 ----------------- 80.49 3 34 ----------------- 82.93 3 35 ------------------ 85.37 3 36 ------------------ 87.80 3 37 ------------------- 90.24 3 38 ------------------- 92.68 3 39 -------------------- 95.12 3 40 -------------------- 97.56 4 0 0.00 4 1 - 2.44 4 2 - 4.88 4 3 -- 7.32 4 4 -- 9.76 4 5 --- 12.20 4 6 --- 14.63 4 7 ---- 17.07 4 8 ---- 19.51 4 9 ----- 21.95 4 10 ----- 24.39 4 11 ------ 26.83 4 12 ------ 29.27 4 13 ------- 31.71 4 14 ------- 34.15 4 15 -------- 36.59 4 16 -------- 39.02 4 17 --------- 41.46 4 18 --------- 43.90 4 19 ---------- 46.34 4 20 ---------- 48.78 4 21 ----------- 51.22 4 22 ----------- 53.66 4 23 ------------ 56.10 4 24 ------------ 58.54 4 25 ------------- 60.98 4 26 ------------- 63.41 4 27 -------------- 65.85 4 28 -------------- 68.29 4 29 --------------- 70.73 4 30 --------------- 73.17 4 31 ---------------- 75.61 4 32 ---------------- 78.05 4 33 ----------------- 80.49 4 34 ----------------- 82.93 4 35 ------------------ 85.37 4 36 ------------------ 87.80 4 37 ------------------- 90.24 4 38 ------------------- 92.68 4 39 -------------------- 95.12 4 40 -------------------- 97.56 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.235 sec - in MainTest Running perturbation.TestPerturbationBinaryOp Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec - in perturbation.TestPerturbationBinaryOp Running perturbation.TestPerturbationLiteralsVariable Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 sec - in perturbation.TestPerturbationLiteralsVariable Running perturbation.enactor.TestEnactor Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 sec - in perturbation.enactor.TestEnactor Running perturbation.rmi.TestPerturbationServer Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.661 sec - in perturbation.rmi.TestPerturbationServer Running perturbation.perturbator.TestPerturbator Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 sec - in perturbation.perturbator.TestPerturbator Running processor.TestProcessEnum Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec - in processor.TestProcessEnum Running processor.TestProcessInnerClass Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 sec - in processor.TestProcessInnerClass Running processor.TestProcessArray Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec - in processor.TestProcessArray Running processor.TestProcessBinaryOp Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in processor.TestProcessBinaryOp Running processor.TestProcessNotPerturbable Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 sec - in processor.TestProcessNotPerturbable Running processor.TestProcessImplicitCast Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 sec - in processor.TestProcessImplicitCast Running processor.TestProcessUnary Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec - in processor.TestProcessUnary Running processor.TestRenameProcessor Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in processor.TestRenameProcessor Running processor.TestBigInteger Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec - in processor.TestBigInteger Running processor.TestProcessLiteralsVariable Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec - in processor.TestProcessLiteralsVariable Results : Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.654 s [INFO] Finished at: 2019-11-08T23:02:33+01:00 [INFO] Final Memory: 26M/203M [INFO] ------------------------------------------------------------------------ No mail will be sent out, as 'jperturb #939' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS