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 b9b1a1af054b958094ad7e7c63fb51ac94fae6ca (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b9b1a1af054b958094ad7e7c63fb51ac94fae6ca Commit message: "Remove unused files" > git rev-list --no-walk b9b1a1af054b958094ad7e7c63fb51ac94fae6ca # timeout=10 [jperturb] $ /bin/sh -xe /tmp/jenkins1055091462756567633.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: 2.464 s [INFO] Finished at: 2019-11-26T23:02:06+01:00 [INFO] Final Memory: 17M/178M [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 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 5.5 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-20191125.234142-22.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-20191125.234142-22.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-20191125.234142-22.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-20191125.234142-22.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.186 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-26 23:02:14,539 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-11-26 23:02:14,540 INFO spoon.Launcher - running Spoon... 2019-11-26 23:02:14,540 INFO spoon.Launcher - start processing... 2019-11-26 23:02:14,541 DEBUG spoon.Launcher - building sources: [/builds/workspace/jperturb/jPerturb/src/main/java/quicksort/QuickSort.java] 2019-11-26 23:02:14,702 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-26 23:02:15,352 DEBUG spoon.Launcher - built in 810 ms 2019-11-26 23:02:15,352 DEBUG spoon.Launcher - building templates: [] 2019-11-26 23:02:15,353 DEBUG spoon.Launcher - built in 0 ms 2019-11-26 23:02:15,367 DEBUG spoon.Launcher - model built in 826 2019-11-26 23:02:15,368 DEBUG spoon.Launcher - Loaded processor Assignment Processor. 2019-11-26 23:02:15,368 DEBUG spoon.Launcher - Loaded processor Variable Caster Processor. 2019-11-26 23:02:15,369 DEBUG spoon.Launcher - Loaded processor Perturbation Processor. 2019-11-26 23:02:15,370 INFO spoon.Launcher - processor.AssignmentProcessor 2019-11-26 23:02:15,765 INFO spoon.Launcher - processor.VariableCaster 2019-11-26 23:02:15,771 INFO spoon.Launcher - processor.PerturbationProcessor 2019-11-26 23:02:15,843 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@6e87d83f 2019-11-26 23:02:15,848 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@fb40e1ea 2019-11-26 23:02:15,850 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,850 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,856 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,856 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,859 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,859 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,872 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,872 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,873 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,877 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,880 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,880 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,881 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,882 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,883 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,883 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,887 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,887 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,888 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,888 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,889 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,889 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,892 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,892 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,894 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,894 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,894 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,894 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,897 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,897 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,898 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,899 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,900 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,900 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,901 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,901 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,901 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,903 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,904 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,905 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,907 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,907 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,909 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,909 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,910 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,912 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,913 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,913 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,917 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,919 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,919 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,920 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,921 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,921 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,922 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,923 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,923 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,925 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,925 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,927 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,928 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,929 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,929 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,929 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,931 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,932 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,933 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,936 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,936 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,937 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,938 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,938 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,939 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,948 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,956 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,956 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,958 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,958 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,959 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,968 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,969 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,971 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,971 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,972 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,973 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,973 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,974 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,975 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,976 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,976 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,978 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,978 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,979 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,980 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,980 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,981 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,982 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,982 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,982 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,984 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,984 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,987 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,989 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:15,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:15,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,000 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,000 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,000 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,000 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,001 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,002 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,002 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,002 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,003 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,004 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,004 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,005 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,005 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,006 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,006 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,007 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,007 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,008 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,009 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,009 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,011 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,011 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,016 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,017 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,017 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,025 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,025 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,026 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,026 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,027 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,027 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,028 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,028 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,029 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,029 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,029 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,030 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,030 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,031 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,032 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,033 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,033 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,036 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,036 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,050 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,051 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,059 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,061 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,063 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,065 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,073 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,075 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,076 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,100 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,100 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,100 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,101 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,101 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,101 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,102 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,102 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,105 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,106 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,108 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,111 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,111 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,111 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,112 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,112 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,112 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,115 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,125 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,125 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,128 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,128 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,129 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,129 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,136 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,136 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,141 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,141 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,144 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,144 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,148 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,151 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,152 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,156 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,156 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,157 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,157 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,158 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,158 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,160 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,160 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,161 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,162 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,162 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,164 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,167 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,167 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,172 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,172 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,174 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,176 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,181 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,185 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,190 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,192 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,192 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,192 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,193 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,193 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,193 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,194 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,194 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,195 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,195 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,195 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,196 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,196 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,196 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,197 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,197 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,199 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,199 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,199 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,223 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,227 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,230 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,230 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,233 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,233 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,234 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,234 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,235 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,235 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,236 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,236 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,238 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,238 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,239 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,239 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,241 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,241 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,243 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,243 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,243 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,243 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,244 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,244 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,244 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,245 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,245 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,246 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,246 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,246 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,248 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,248 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,249 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,249 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,249 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,250 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,250 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,252 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,252 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,253 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,253 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,254 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,254 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,254 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,255 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,255 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,255 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,261 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,266 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,266 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,267 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,267 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,267 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,268 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,268 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,269 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,269 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,269 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,269 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,269 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,270 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,270 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,270 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,271 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,272 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,272 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,272 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,273 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,273 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,274 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,274 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,275 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,275 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,275 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,276 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,276 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,276 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,276 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,277 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,277 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,278 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,285 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,287 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,287 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,288 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,288 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,288 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,291 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,292 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,293 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,293 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,295 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,295 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,295 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,298 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,299 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,300 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,300 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,302 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,303 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,304 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,306 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,307 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,307 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,307 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,310 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,310 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,311 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,311 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,312 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,312 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,313 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,314 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,314 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,314 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,315 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,315 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,315 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,316 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,317 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,317 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,318 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,320 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,321 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,321 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,322 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,323 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,324 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,325 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,326 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,327 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,327 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,327 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,328 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,329 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,330 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,330 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,330 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,331 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,331 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,331 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,332 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,332 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,332 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,333 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,333 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,333 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,334 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,334 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,334 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,335 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,335 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,336 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,337 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,337 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,337 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,338 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,339 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,340 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,341 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,343 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,343 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,343 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,343 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,344 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,344 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,347 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,347 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,347 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,347 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,348 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,348 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,349 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,350 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,350 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,350 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,351 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,351 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,353 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,353 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,353 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,353 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,353 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,354 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,355 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,356 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,356 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,357 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,358 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,359 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,359 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,359 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,360 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,363 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,364 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,364 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,367 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,369 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,369 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,371 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,371 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,372 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,373 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,373 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,377 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,382 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,383 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,383 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,383 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,386 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,387 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,388 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,390 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,391 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,391 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,394 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,395 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,396 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,396 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,397 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,398 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,398 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,398 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,399 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,401 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,402 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,403 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,407 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,408 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,408 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,410 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,411 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,411 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,412 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,413 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,413 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,413 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,413 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,413 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,414 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,415 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,417 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,417 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,417 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,418 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,418 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,418 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,419 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,419 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,420 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,420 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,421 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,421 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,421 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,421 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,422 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,422 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,423 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,423 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,429 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,429 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,429 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,429 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,430 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,430 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,431 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,431 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,432 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,432 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,433 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,433 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,436 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,436 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,436 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,436 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,437 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,437 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,437 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,438 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,438 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,439 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,439 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,439 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,440 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,440 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,440 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,441 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,441 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,441 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,442 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,442 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,442 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,442 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,443 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,443 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,444 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,444 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,444 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,444 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,444 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,445 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,446 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,446 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,446 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,446 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,447 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,447 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,449 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,449 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,449 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,452 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,452 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,452 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,452 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,454 DEBUG spoon.Launcher - model processed in 1087 ms 2019-11-26 23:02:16,455 DEBUG spoon.Launcher - Generating source using types... 2019-11-26 23:02:16,455 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-11-26 23:02:16,495 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@8c658f60 2019-11-26 23:02:16,533 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,533 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,534 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,535 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,536 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,536 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,536 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,536 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,537 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,537 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,537 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,537 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,538 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,538 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,538 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,538 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,538 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,539 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,539 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,539 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,540 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,540 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,540 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,540 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,541 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,541 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,542 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,543 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,543 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,543 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,544 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,545 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,545 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,545 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,545 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,546 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,547 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,547 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,547 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,548 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,548 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,548 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,548 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,549 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,549 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,549 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,550 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,550 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,550 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,550 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,550 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,551 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,551 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,551 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,552 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,552 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,552 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,553 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,553 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,554 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,554 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,554 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,555 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,555 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,555 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,555 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,556 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,556 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,556 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,556 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,557 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,557 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,557 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,557 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,557 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,558 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,558 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,558 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,559 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,559 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,559 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,560 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,560 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,561 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,561 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,561 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,561 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,562 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,562 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,562 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,562 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,563 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,563 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,563 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,564 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,564 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,564 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,565 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,565 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,565 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,566 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,566 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,566 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,566 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,567 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,567 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,567 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,567 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,568 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,568 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,568 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,568 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,569 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@335d399d 2019-11-26 23:02:16,569 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0 2019-11-26 23:02:16,578 DEBUG spoon.Launcher - pretty-printed in 123 ms 2019-11-26 23:02:16,578 DEBUG spoon.Launcher - program spooning done in 2037 ms 2019-11-26 23:02:16,578 INFO spoon.Launcher - end of processing: 2019-11-26 23:02:16,578 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/ 989 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: 4.894 sec - in MainTest Running perturbation.TestPerturbationBinaryOp Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.423 sec - in perturbation.TestPerturbationBinaryOp Running perturbation.TestPerturbationLiteralsVariable Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 sec - in perturbation.TestPerturbationLiteralsVariable Running perturbation.enactor.TestEnactor Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec - in perturbation.enactor.TestEnactor Running perturbation.rmi.TestPerturbationServer Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 sec - in perturbation.rmi.TestPerturbationServer Running perturbation.perturbator.TestPerturbator Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec - in perturbation.perturbator.TestPerturbator Running processor.TestProcessEnum Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec - in processor.TestProcessEnum Running processor.TestProcessInnerClass Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 sec - in processor.TestProcessInnerClass Running processor.TestProcessArray Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec - in processor.TestProcessArray Running processor.TestProcessBinaryOp Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in processor.TestProcessBinaryOp Running processor.TestProcessNotPerturbable Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 sec - in processor.TestProcessNotPerturbable Running processor.TestProcessImplicitCast Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec - in processor.TestProcessImplicitCast Running processor.TestProcessUnary Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in processor.TestProcessUnary Running processor.TestRenameProcessor Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in processor.TestRenameProcessor Running processor.TestBigInteger Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in processor.TestBigInteger Running processor.TestProcessLiteralsVariable Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in processor.TestProcessLiteralsVariable Results : Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.471 s [INFO] Finished at: 2019-11-26T23:02:26+01:00 [INFO] Final Memory: 22M/203M [INFO] ------------------------------------------------------------------------ No mail will be sent out, as 'jperturb #957' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS