Skip to content

Console Output

Skipping 9 KB.. Full Log
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spoon-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/spoon-examples/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spoon-examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 67 source files to /builds/workspace/spoon-examples/target/classes
[INFO] /builds/workspace/spoon-examples/src/main/java/fr/inria/gforge/spoon/transformation/retry/RetryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/spoon-examples/src/main/java/fr/inria/gforge/spoon/transformation/retry/RetryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spoon-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spoon-examples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spoon-examples ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running fr.inria.gforge.spoon.transformation.BasicTransfoExampleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in fr.inria.gforge.spoon.transformation.BasicTransfoExampleTest
[INFO] Running fr.inria.gforge.spoon.transformation.LogProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.938 s - in fr.inria.gforge.spoon.transformation.LogProcessorTest
[INFO] Running fr.inria.gforge.spoon.transformation.bound.BoundTest
2020-02-05 17:50:27,259 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2020-02-05 17:50:27,496 INFO spoon.Launcher - end of processing: 
2020-02-05 17:50:27,497 INFO spoon.Launcher - no errors, no warnings
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.874 s - in fr.inria.gforge.spoon.transformation.bound.BoundTest
[INFO] Running fr.inria.gforge.spoon.transformation.retry.RetryTest
2020-02-05 17:50:27,529 WARN spoon.Launcher - Spoon is currently use with the default noClasspath option set as true. Read the documentation for more information: http://spoon.gforge.inria.fr/launcher.html#about-the-classpath
2020-02-05 17:50:27,637 INFO spoon.Launcher - fr.inria.gforge.spoon.transformation.retry.RetryProcessor
----------
1. WARNING in /builds/workspace/spoon-examples/target/spooned/fr/inria/gforge/spoon/transformation/retry/template/RetryTemplate.java (at line 8)
	public RetryTemplate(spoon.reflect.code.CtBlock _original_, int _attempts_, long _delay_, boolean _verbose_) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
CtBlock is a raw type. References to generic type CtBlock<R> should be parameterized
----------
2. WARNING in /builds/workspace/spoon-examples/target/spooned/fr/inria/gforge/spoon/transformation/retry/template/RetryTemplate.java (at line 16)
	spoon.reflect.code.CtBlock _original_;
	^^^^^^^^^^^^^^^^^^^^^^^^^^
CtBlock is a raw type. References to generic type CtBlock<R> should be parameterized
----------
----------
3. WARNING in /builds/workspace/spoon-examples/target/spooned/fr/inria/gforge/spoon/transformation/retry/TestClass.java (at line 17)
	nullObject.toLowerCase();
	^^^^^^^^^^
Null pointer access: The variable nullObject can only be null at this location
----------
3 problems (3 warnings)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in fr.inria.gforge.spoon.transformation.retry.RetryTest
[INFO] Running fr.inria.gforge.spoon.transformation.NotNullCheckAdderProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in fr.inria.gforge.spoon.transformation.NotNullCheckAdderProcessorTest
[INFO] Running fr.inria.gforge.spoon.transformation.MutationTesterTest
mutant killed!
mutant killed!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s - in fr.inria.gforge.spoon.transformation.MutationTesterTest
[INFO] Running fr.inria.gforge.spoon.transformation.OnTheFlyTransfoTest
yes y.m()=1
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in fr.inria.gforge.spoon.transformation.OnTheFlyTransfoTest
[INFO] Running fr.inria.gforge.spoon.transformation.apichecking.ProcessorMainTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.662 s - in fr.inria.gforge.spoon.transformation.apichecking.ProcessorMainTest
[INFO] Running fr.inria.gforge.spoon.transformation.autologging.TracingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in fr.inria.gforge.spoon.transformation.autologging.TracingTest
[INFO] Running fr.inria.gforge.spoon.transformation.BigTransfoScenarioTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.973 s - in fr.inria.gforge.spoon.transformation.BigTransfoScenarioTest
[INFO] Running fr.inria.gforge.spoon.assertgenerator.AssertionGenerationTest
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building spoon-examples 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath (default-cli) @ spoon-examples ---
[INFO] Wrote classpath file '/builds/workspace/spoon-examples/.cp'.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.646 s
[INFO] Finished at: 2020-02-05T17:50:42+01:00
[INFO] Final Memory: 15M/164M
[INFO] ------------------------------------------------------------------------
￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿2020-02-05 17:50:42,781 DEBUG spoon.Launcher - building sources: [/builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/MyPublicType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/test/java/fr/inria/project/BenjaminTest.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/PrivateAPIException.java, /builds/workspace/spoon-examples/src/main/java/fr/inria/gforge/spoon/assertgenerator/Logger.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/subpack/AnotherType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/PrivateType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/fr/inria/project/Benjamin.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/subpack/TypePublic.java]
2020-02-05 17:50:42,783 DEBUG spoon.Launcher - build args: [-encoding, UTF-8, -cp, /builds/.m2/repository/org/mdkt/compiler/InMemoryJavaCompiler/1.3.0/InMemoryJavaCompiler-1.3.0.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar:/builds/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar:/builds/.m2/repository/junit/junit/4.12/junit-4.12.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:, -1.8, -preserveAllLocals, -noExit, -enableJavadoc, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/MyPublicType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/test/java/fr/inria/project/BenjaminTest.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/PrivateAPIException.java, /builds/workspace/spoon-examples/src/main/java/fr/inria/gforge/spoon/assertgenerator/Logger.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/subpack/AnotherType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/PrivateType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/fr/inria/project/Benjamin.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/subpack/TypePublic.java]
2020-02-05 17:50:42,891 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@8ccbc14f
2020-02-05 17:50:42,901 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtInterfaceImpl@12d3d
2020-02-05 17:50:42,903 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtAnnotationTypeImpl@27b8b3
2020-02-05 17:50:42,910 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@75755f67
2020-02-05 17:50:42,910 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@75755f67
2020-02-05 17:50:42,912 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtConstructorImpl@6c5e0273
2020-02-05 17:50:42,913 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca094cd
2020-02-05 17:50:42,914 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,915 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,917 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,918 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,924 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca094cd
2020-02-05 17:50:42,925 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,926 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,928 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,928 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,930 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca149f5
2020-02-05 17:50:42,931 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,935 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,936 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:42,938 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca149f5
2020-02-05 17:50:42,938 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,939 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,940 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,941 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:42,943 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@2fd71f
2020-02-05 17:50:42,943 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,944 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@2fd71f
2020-02-05 17:50:42,944 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,945 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,946 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,947 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,949 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,951 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,953 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,954 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,955 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,956 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,957 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtAnnotationImpl@1
2020-02-05 17:50:42,958 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,959 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,960 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,961 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,961 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,961 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,961 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,962 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtAnnotationImpl@1
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,963 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtAnnotationImpl@1
2020-02-05 17:50:42,964 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,966 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,967 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,967 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,970 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,970 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:42,971 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,972 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,973 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:42,974 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,975 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,978 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,980 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,980 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,981 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,981 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,982 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,983 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,984 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,985 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,987 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,988 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:42,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:42,990 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:42,993 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:42,994 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:42,994 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:42,994 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:42,995 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,996 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:42,997 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:42,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:42,999 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,001 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:43,004 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,004 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,005 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,005 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,006 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,006 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:43,006 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:43,007 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@158641d4
2020-02-05 17:50:43,007 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtAnnotationImpl@1
2020-02-05 17:50:43,007 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,008 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,008 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,009 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bfcfd2a6
2020-02-05 17:50:43,010 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,011 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,012 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,013 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,014 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,014 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,015 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,016 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca1220e
2020-02-05 17:50:43,016 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtTypeParameterImpl@55
2020-02-05 17:50:43,016 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,016 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,017 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,017 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtWildcardReferenceImpl@40
2020-02-05 17:50:43,019 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@95572113
2020-02-05 17:50:43,019 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7ca1220e
2020-02-05 17:50:43,020 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtTypeParameterImpl@55
2020-02-05 17:50:43,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,022 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,023 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,023 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtWildcardReferenceImpl@40
2020-02-05 17:50:43,023 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@95572113
2020-02-05 17:50:43,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@daf5718a
2020-02-05 17:50:43,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,024 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,025 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,036 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,037 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,038 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@ebdaf47e
2020-02-05 17:50:43,038 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,039 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7c9e99ee
2020-02-05 17:50:43,040 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,041 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,041 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,041 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7c9e99ee
2020-02-05 17:50:43,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,042 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@12c24cd5
2020-02-05 17:50:43,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,043 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,044 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,044 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,044 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,045 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@12c24cd5
2020-02-05 17:50:43,045 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,045 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,045 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@16bad17e
2020-02-05 17:50:43,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,046 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,047 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,048 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@16bad17e
2020-02-05 17:50:43,048 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,048 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,049 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,052 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,053 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,054 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,055 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,064 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,065 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,066 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,067 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:43,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,068 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,069 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,069 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,070 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,071 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,072 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,074 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,078 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,078 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,079 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,080 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,080 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,081 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,087 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,088 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,089 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,091 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,092 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,093 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,094 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,095 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,096 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,097 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:43,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,098 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,099 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,102 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,103 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,104 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,104 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@5bd267cd
2020-02-05 17:50:43,105 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,107 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,109 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,110 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,111 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,112 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,113 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@930070ec
2020-02-05 17:50:43,114 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,116 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,117 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,118 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,120 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,121 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,122 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,123 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e9357
2020-02-05 17:50:43,124 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@aed72139
2020-02-05 17:50:43,125 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,126 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e9357
2020-02-05 17:50:43,127 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@aed72139
2020-02-05 17:50:43,128 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,129 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,130 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,131 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,132 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,133 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@685847d
2020-02-05 17:50:43,134 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7b3660df
2020-02-05 17:50:43,135 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,136 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@685847d
2020-02-05 17:50:43,137 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7b3660df
2020-02-05 17:50:43,138 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,139 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,140 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,141 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,142 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@685847d
2020-02-05 17:50:43,143 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7b3660df
2020-02-05 17:50:43,145 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,146 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@685847d
2020-02-05 17:50:43,147 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7b3660df
2020-02-05 17:50:43,148 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,149 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,150 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,151 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,152 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,153 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0
2020-02-05 17:50:43,154 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5fb6392
2020-02-05 17:50:43,155 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,156 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0
2020-02-05 17:50:43,159 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5fb6392
2020-02-05 17:50:43,161 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,162 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,163 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,164 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,165 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0
2020-02-05 17:50:43,166 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5fb6392
2020-02-05 17:50:43,167 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,168 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@197f0
2020-02-05 17:50:43,169 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5fb6392
2020-02-05 17:50:43,170 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,171 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,172 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,173 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7ab10d8b
2020-02-05 17:50:43,175 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,177 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,178 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7ab10d8b
2020-02-05 17:50:43,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,179 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,181 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,182 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,183 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e6109
2020-02-05 17:50:43,184 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@ae1a4a6b
2020-02-05 17:50:43,185 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,186 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e6109
2020-02-05 17:50:43,187 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@ae1a4a6b
2020-02-05 17:50:43,188 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,189 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,189 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,191 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,192 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,193 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,194 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7ab10d8b
2020-02-05 17:50:43,195 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,195 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,196 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@7ab10d8b
2020-02-05 17:50:43,197 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,198 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,199 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,199 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e9357
2020-02-05 17:50:43,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@aed72139
2020-02-05 17:50:43,200 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e9357
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@aed72139
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,201 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5107d6f4
2020-02-05 17:50:43,202 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,203 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,204 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5107d6f4
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,205 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@d25106bf
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@d25106bf
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,206 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@d25106bf
2020-02-05 17:50:43,207 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@d25106bf
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e6109
2020-02-05 17:50:43,208 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@ae1a4a6b
2020-02-05 17:50:43,209 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,210 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2e6109
2020-02-05 17:50:43,211 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@ae1a4a6b
2020-02-05 17:50:43,212 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,213 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,214 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,215 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,216 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@be9b22df
2020-02-05 17:50:43,217 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,218 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,218 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@be9b22df
2020-02-05 17:50:43,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,219 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,220 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,221 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@be9b22df
2020-02-05 17:50:43,222 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,222 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,223 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@be9b22df
2020-02-05 17:50:43,223 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,223 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,224 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:43,225 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,226 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@93f3f02
2020-02-05 17:50:43,227 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@885d8453
2020-02-05 17:50:43,227 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,228 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,229 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,229 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5107d6f4
2020-02-05 17:50:43,230 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,230 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@5107d6f4
2020-02-05 17:50:43,231 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09e
2020-02-05 17:50:43,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,232 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@12c447b4
2020-02-05 17:50:43,233 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,234 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,234 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,234 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,235 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,235 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,236 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,236 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@12c447b4
2020-02-05 17:50:43,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,237 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,238 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,238 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,239 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@283a4ca5
2020-02-05 17:50:43,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,240 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@681d60dc
2020-02-05 17:50:43,241 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,241 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,241 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,242 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,243 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@bf49d6f5
2020-02-05 17:50:43,244 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,245 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,245 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,246 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,246 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,247 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@8340307c
2020-02-05 17:50:43,248 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,248 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,249 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,249 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,250 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,251 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@693d4809
2020-02-05 17:50:43,252 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@7871e19f
2020-02-05 17:50:43,252 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,253 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,253 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,254 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,254 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,255 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@b0f77bd2
2020-02-05 17:50:43,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@8b4a4634
2020-02-05 17:50:43,256 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@3db6c29
2020-02-05 17:50:43,257 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,259 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,260 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,260 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,260 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,261 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,261 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@681b65fd
2020-02-05 17:50:43,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,262 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@c0ceecbc
2020-02-05 17:50:43,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,263 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtMethodImpl@b45ff7f8
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09b
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09c
2020-02-05 17:50:43,264 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtParameterImpl@2dd09d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@8c658f60
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,265 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,266 DEBUG spoon.Launcher - built in 484 ms
2020-02-05 17:50:43,266 DEBUG spoon.Launcher - building templates: []
2020-02-05 17:50:43,266 DEBUG spoon.Launcher - built in 0 ms
2020-02-05 17:50:43,267 DEBUG spoon.Launcher - model built in 487
{BenjaminTest#doYouKnowBenjamin=[[Benjamin benjamin = new Benjamin()]]
2020-02-05 17:50:43,296 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@cfc1f030
2020-02-05 17:50:43,317 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@943a4c32
@Test
public void doYouKnowBenjamin() throws Exception {
    Benjamin benjamin = new Benjamin();
    Assert.assertEquals(24, benjamin.age());
    Logger.observe("Benjamin#getQuote", benjamin.getQuote());
    Logger.observe("Benjamin#isHungry", benjamin.isHungry());
}
2020-02-05 17:50:43,320 DEBUG spoon.Launcher - destination: /builds/workspace/spoon-examples/spooned-classes
2020-02-05 17:50:43,321 DEBUG spoon.Launcher - source classpath: [/builds/.m2/repository/org/mdkt/compiler/InMemoryJavaCompiler/1.3.0/InMemoryJavaCompiler-1.3.0.jar, /builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar, /builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-SNAPSHOT.jar, /builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.jar, /builds/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.jar, /builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar, /builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /builds/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar, /builds/.m2/repository/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar, /builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar, /builds/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar, /builds/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar, /builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar, /builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar, /builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar, /builds/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar, /builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar, /builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar, /builds/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar, /builds/.m2/repository/junit/junit/4.12/junit-4.12.jar, /builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar]
2020-02-05 17:50:43,322 DEBUG spoon.Launcher - template classpath: []
2020-02-05 17:50:43,323 DEBUG spoon.Launcher - compiling sources: [/builds/workspace/spoon-examples/src/main/java/fr/inria/gforge/spoon/assertgenerator/Logger.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/fr/inria/project/Benjamin.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/PrivateAPIException.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/PrivateType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/privateapi/subpack/AnotherType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/MyPublicType.java, /builds/workspace/spoon-examples/src/test/resources/project/src/main/java/ow2con/publicapi/subpack/TypePublic.java, /builds/workspace/spoon-examples/src/test/resources/project/src/test/java/fr/inria/project/BenjaminTest.java]
2020-02-05 17:50:43,325 DEBUG spoon.Launcher - compile args: [-encoding, UTF-8, -cp, /builds/.m2/repository/org/mdkt/compiler/InMemoryJavaCompiler/1.3.0/InMemoryJavaCompiler-1.3.0.jar:/builds/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-SNAPSHOT.jar:/builds/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.jar:/builds/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.jar:/builds/.m2/repository/com/martiansoftware/jsap/2.1/jsap-2.1.jar:/builds/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/builds/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar:/builds/.m2/repository/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar:/builds/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar:/builds/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar:/builds/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar:/builds/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar:/builds/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar:/builds/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar:/builds/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar:/builds/.m2/repository/junit/junit/4.12/junit-4.12.jar:/builds/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:, -d, /builds/workspace/spoon-examples/spooned-classes, -1.8, -proc:none, -preserveAllLocals, -noExit, -enableJavadoc, .]
2020-02-05 17:50:43,376 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@8c658f60
2020-02-05 17:50:43,422 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,423 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@30a4b778
2020-02-05 17:50:43,423 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,424 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,425 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtClassImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,426 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,427 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.declaration.CtInterfaceImpl@3d1dad20
2020-02-05 17:50:43,445 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,448 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,449 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,449 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,450 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,451 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@32c67d
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,453 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@29368880
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@b5b67022
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2424bf
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@943a4c32
2020-02-05 17:50:43,454 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,455 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,455 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,455 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@2c997921
2020-02-05 17:50:43,455 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtArrayTypeReferenceImpl@6c1fbc83
2020-02-05 17:50:43,461 DEBUG spoon.Launcher - compiled in 137 ms
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,479 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,480 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,481 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@375195
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
2020-02-05 17:50:43,482 DEBUG spoon.Launcher - Some annotations might be unreachable from the shadow element: spoon.support.reflect.reference.CtTypeReferenceImpl@5d0225d
@Test
public void doYouKnowBenjamin() throws Exception {
    Benjamin benjamin = new Benjamin();
    Assert.assertEquals(24, benjamin.age());
    Assert.assertEquals("All code is guilty until proven innocent", benjamin.getQuote());
    Assert.assertEquals(true, benjamin.isHungry());
}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.292 s - in fr.inria.gforge.spoon.assertgenerator.AssertionGenerationTest
[INFO] Running fr.inria.gforge.spoon.HelloWorldProcessorTest
"hello world"
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s - in fr.inria.gforge.spoon.HelloWorldProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.QueryExampleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in fr.inria.gforge.spoon.analysis.QueryExampleTest
[INFO] Running fr.inria.gforge.spoon.analysis.EmptyMethodBodyProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in fr.inria.gforge.spoon.analysis.EmptyMethodBodyProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.MavenLauncherExampleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in fr.inria.gforge.spoon.analysis.MavenLauncherExampleTest
[INFO] Running fr.inria.gforge.spoon.analysis.DocProcessorTest
undocumented element at (unknown file)
undocumented element at (/builds/workspace/spoon-examples/src/test/resources/src/DocTest.java:12)
undocumented element at (/builds/workspace/spoon-examples/src/test/resources/src/DocTest.java:19)
undocumented element at (/builds/workspace/spoon-examples/src/test/resources/src/DocTest.java:26)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in fr.inria.gforge.spoon.analysis.DocProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.ReferenceProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in fr.inria.gforge.spoon.analysis.ReferenceProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.FactoryProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in fr.inria.gforge.spoon.analysis.FactoryProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.CatchProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in fr.inria.gforge.spoon.analysis.CatchProcessorTest
[INFO] Running fr.inria.gforge.spoon.analysis.APILauncherExampleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in fr.inria.gforge.spoon.analysis.APILauncherExampleTest
[INFO] Running fr.inria.gforge.spoon.spoonerism.SecondTest
strangefixture
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in fr.inria.gforge.spoon.spoonerism.SecondTest
[INFO] Running fr.inria.gforge.spoon.spoonerism.TestOne
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in fr.inria.gforge.spoon.spoonerism.TestOne
[INFO] Running fr.inria.gforge.spoon.spoonerism.more.LongerPackageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in fr.inria.gforge.spoon.spoonerism.more.LongerPackageTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.838 s
[INFO] Finished at: 2020-02-05T17:50:45+01:00
[INFO] Final Memory: 22M/184M
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS