Started by GitHub push by monperrus Started by GitHub push by monperrus [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/Spoon-Snapshot-Deployer [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Done Cloning the remote Git repository Cloning repository https://github.com/INRIA/spoon.git > git init /builds/workspace/Spoon-Snapshot-Deployer # timeout=10 Fetching upstream changes from https://github.com/INRIA/spoon.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/INRIA/spoon.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/INRIA/spoon.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/INRIA/spoon.git # timeout=10 Fetching upstream changes from https://github.com/INRIA/spoon.git > git fetch --tags --progress https://github.com/INRIA/spoon.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 24f6b6c99d23e776f6edb0466e0b39bb07755ee7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 24f6b6c99d23e776f6edb0466e0b39bb07755ee7 Commit message: "test: add a test to check that in NO_OUTPUT mode, nothing is created (#1915)" > git rev-list --no-walk 0b45cf90bd380b8cdfc8dd2c2d29cf3f74a445d7 # timeout=10 using settings config with name Deploy Spoon on Maven INRIA Replacing all maven server entries not found in credentials list is false [Spoon-Snapshot-Deployer] $ mvn -s /tmp/settings3371611086316467428.xml clean deploy Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.gforge.spoon:spoon-core:jar:6.3.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.pitest:pitest-maven is missing. @ line 479, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Spoon Core 6.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/junit/junit-dep/maven-metadata.xml Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/commons-io/commons-io/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spoon-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ spoon-core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ spoon-core --- [INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/builds/workspace/Spoon-Snapshot-Deployer/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spoon-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spoon-core --- [INFO] Compiling 538 source files to /builds/workspace/Spoon-Snapshot-Deployer/target/classes [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/TypeFactory.java:[346,45] unchecked call to setDeclaringType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/visitor/CtScanner.java:[212,70] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/visitor/CtScanner.java:[215,71] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/CodeFactory.java:[272,121] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/CodeFactory.java:[272,130] unchecked cast required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/CodeFactory.java:[274,85] unchecked cast required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/ExecutableFactory.java:[117,86] unchecked conversion required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[210,36] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[217,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[228,36] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[236,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[251,44] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[255,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[261,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[271,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[308,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[360,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/visitor/EarlyTerminatingScanner.java:[172,70] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[465,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[479,43] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[492,36] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[500,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[506,36] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[510,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[517,36] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[524,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtElementImpl.java:[542,28] unchecked cast required: E found: spoon.support.reflect.declaration.CtElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtNamedElementImpl.java:[50,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtNamedElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtNamedElementImpl.java:[57,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtNamedElementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[68,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[79,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[85,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[99,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[126,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[140,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[151,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[162,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[169,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[190,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[199,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[205,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[209,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[215,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[241,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[253,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[259,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[263,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[269,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[295,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[307,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[313,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[317,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[323,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[346,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[356,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[362,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[366,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[372,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[395,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[406,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[412,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[416,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[422,36] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[439,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/declaration/CtModuleImpl.java:[460,28] unchecked cast required: T found: spoon.support.reflect.declaration.CtModuleImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/ModuleFactory.java:[88,44] unchecked cast required: T found: spoon.reflect.factory.ModuleFactory.CtUnnamedModule [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/factory/ModuleFactory.java:[95,36] unchecked cast required: T found: spoon.reflect.factory.ModuleFactory.CtUnnamedModule [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/reflect/declaration/CtEnumValue.java:[35,21] clone() in spoon.reflect.declaration.CtEnumValue overrides clone() in spoon.reflect.declaration.CtField return type requires unchecked conversion from spoon.reflect.declaration.CtEnumValue to spoon.reflect.declaration.CtField [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[197,118] unchecked cast required: T found: spoon.reflect.code.CtStatement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[223,118] unchecked cast required: T found: spoon.reflect.code.CtStatement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[248,28] unchecked cast required: T found: spoon.support.reflect.code.CtStatementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[254,28] unchecked cast required: T found: spoon.support.reflect.code.CtStatementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[260,28] unchecked cast required: T found: spoon.support.reflect.code.CtStatementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[266,28] unchecked cast required: T found: spoon.support.reflect.code.CtStatementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtStatementImpl.java:[281,28] unchecked cast required: T found: spoon.support.reflect.code.CtStatementImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[62,36] unchecked cast required: T found: spoon.support.reflect.code.CtSwitchImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[69,28] unchecked cast required: T found: spoon.support.reflect.code.CtSwitchImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[79,28] unchecked cast required: T found: spoon.support.reflect.code.CtSwitchImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[85,36] unchecked cast required: T found: spoon.support.reflect.code.CtSwitchImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[93,28] unchecked cast required: T found: spoon.support.reflect.code.CtSwitchImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/code/CtSwitchImpl.java:[107,49] unchecked cast required: spoon.reflect.code.CtSwitch found: spoon.reflect.code.CtStatement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtReferenceImpl.java:[60,36] unchecked cast required: T found: spoon.support.reflect.reference.CtReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtReferenceImpl.java:[67,28] unchecked cast required: T found: spoon.support.reflect.reference.CtReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtReferenceImpl.java:[73,28] unchecked cast required: E found: spoon.support.reflect.reference.CtReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[261,36] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[271,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[281,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[291,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[554,36] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[562,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[786,28] unchecked cast required: E found: spoon.support.reflect.reference.CtTypeReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeReferenceImpl.java:[791,56] unchecked cast required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[77,36] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[88,28] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[95,28] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[124,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[130,28] unchecked cast required: C found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[142,36] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[154,28] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/reflect/reference/CtTypeParameterReferenceImpl.java:[190,28] unchecked cast required: T found: spoon.support.reflect.reference.CtTypeParameterReferenceImpl [INFO] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/JavaOutputProcessor.java: Some input files additionally use or override a deprecated API. [INFO] /builds/workspace/Spoon-Snapshot-Deployer/src/main/java/spoon/support/compiler/jdt/ContextBuilder.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spoon-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 161 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spoon-core --- [INFO] Compiling 644 source files to /builds/workspace/Spoon-Snapshot-Deployer/target/test-classes [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[49,38] spoon.test.comment.testclasses.JavaDocComment in spoon.test.comment.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/delete/DeleteTest.java:[18,37] spoon.test.delete.testclasses.Adobada in spoon.test.delete.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/prettyprinter/QualifiedThisRefTest.java:[24,37] spoon.test.delete.testclasses.Adobada in spoon.test.delete.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/method_overriding/testclasses/C.java:[13,11] m1(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.C overrides m1(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.B return type requires unchecked conversion from spoon.test.method_overriding.testclasses.B to spoon.test.method_overriding.testclasses.B [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/method_overriding/testclasses/C.java:[13,11] m1(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.C overrides m1(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.A return type requires unchecked conversion from spoon.test.method_overriding.testclasses.B to spoon.test.method_overriding.testclasses.A [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/method_overriding/testclasses/C.java:[18,43] m2(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.C overrides m2(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.B return type requires unchecked conversion from spoon.test.method_overriding.testclasses.B to T [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/method_overriding/testclasses/C.java:[18,43] m2(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.C overrides m2(spoon.test.method_overriding.testclasses.C) in spoon.test.method_overriding.testclasses.A return type requires unchecked conversion from spoon.test.method_overriding.testclasses.B to T [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/eval/ToEvaluate.java:[51,29] unchecked cast required: U found: java.lang.Object [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/eval/ToEvaluate.java:[55,28] unchecked cast required: T found: spoon.reflect.declaration.CtElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/metamodel/SpoonMetaModel.java:[371,74] unchecked cast required: spoon.reflect.declaration.CtType found: spoon.reflect.declaration.CtType [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[130,61] spoon.test.comment.testclasses.JavaDocComment in spoon.test.comment.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[626,31] unchecked call to setType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtTypedElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[628,31] unchecked method invocation: method addMethod in interface spoon.reflect.declaration.CtType is applied to given types required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[628,32] unchecked conversion required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[807,121] unchecked method invocation: constructor in class spoon.reflect.visitor.filter.TypeFilter is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[807,154] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[807,120] unchecked method invocation: method getElements in interface spoon.reflect.declaration.CtElement is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[807,121] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[821,25] write(java.lang.String,java.io.OutputStream) in org.apache.commons.io.IOUtils has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/comment/CommentTest.java:[900,52] unchecked conversion required: java.util.List> found: java.util.List [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/APITest.java:[285,32] unchecked call to setType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtTypedElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/APITest.java:[287,33] unchecked method invocation: method addMethod in interface spoon.reflect.declaration.CtType is applied to given types required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/APITest.java:[287,34] unchecked conversion required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/APITest.java:[291,36] unchecked method invocation: method removeMethod in interface spoon.reflect.declaration.CtType is applied to given types required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/APITest.java:[291,37] unchecked conversion required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/factory/ConstructorFactoryTest.java:[41,30] unchecked method invocation: method setType in interface spoon.reflect.declaration.CtTypedElement is applied to given types required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/factory/ConstructorFactoryTest.java:[41,31] unchecked conversion required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[73,35] unchecked method invocation: method addConstructor in interface spoon.reflect.declaration.CtClass is applied to given types required: spoon.reflect.declaration.CtConstructor found: spoon.reflect.declaration.CtConstructor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[73,36] unchecked conversion required: spoon.reflect.declaration.CtConstructor found: spoon.reflect.declaration.CtConstructor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[77,34] unchecked call to addParameter(spoon.reflect.declaration.CtParameter) as a member of the raw type spoon.reflect.declaration.CtExecutable [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[89,35] unchecked method invocation: method addConstructor in interface spoon.reflect.declaration.CtClass is applied to given types required: spoon.reflect.declaration.CtConstructor found: spoon.reflect.declaration.CtConstructor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[89,36] unchecked conversion required: spoon.reflect.declaration.CtConstructor found: spoon.reflect.declaration.CtConstructor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[164,45] unchecked call to addConstructor(spoon.reflect.declaration.CtConstructor) as a member of the raw type spoon.reflect.declaration.CtClass [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[165,93] unchecked call to toArray(T[]) as a member of the raw type java.util.Set [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/ctClass/CtClassTest.java:[169,35] unchecked call to setExecutable(spoon.reflect.reference.CtExecutableReference) as a member of the raw type spoon.reflect.code.CtAbstractInvocation [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[98,106] unchecked method invocation: method getRoleHandlers in class spoon.reflect.meta.impl.RoleHandlerHelper is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[98,107] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[98,57] unchecked method invocation: constructor in class java.util.ArrayList is applied to given types required: java.util.Collection found: java.util.List [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[98,106] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[98,57] unchecked conversion required: java.util.List found: java.util.ArrayList [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[102,82] unchecked method invocation: method getOptionalRoleHandler in class spoon.reflect.meta.impl.RoleHandlerHelper is applied to given types required: java.lang.Class,spoon.reflect.path.CtRole found: java.lang.Class,spoon.reflect.path.CtRole [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[102,83] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[399,72] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[399,71] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[399,72] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[403,81] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[403,80] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[403,81] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[407,81] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[407,80] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[407,81] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[409,81] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[409,80] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[409,81] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[412,72] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[412,71] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[412,72] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[415,72] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[415,71] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[415,72] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[418,64] unchecked call to TypeFilter(java.lang.Class) as a member of the raw type spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[418,63] unchecked method invocation: method filterChildren in interface spoon.reflect.visitor.chain.CtQueryable is applied to given types required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[418,64] unchecked conversion required: spoon.reflect.visitor.Filter found: spoon.reflect.visitor.filter.TypeFilter [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[423,30] unchecked method invocation: method setType in interface spoon.reflect.declaration.CtTypedElement is applied to given types required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/reflect/meta/MetaModelTest.java:[423,31] unchecked conversion required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/template/TemplateTest.java:[524,38] unchecked method invocation: method addProcessor in class spoon.Launcher is applied to given types required: spoon.processing.Processor found: spoon.test.template.testclasses.logger.LoggerTemplateProcessor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/template/TemplateTest.java:[524,39] unchecked conversion required: spoon.processing.Processor found: spoon.test.template.testclasses.logger.LoggerTemplateProcessor [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/template/TemplateTest.java:[742,17] unchecked method invocation: constructor in class spoon.test.template.testclasses.ArrayAccessTemplate is applied to given types required: spoon.template.TemplateParameter>[] found: spoon.template.TemplateParameter[] [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/template/TemplateTest.java:[742,41] unchecked conversion required: spoon.template.TemplateParameter>[] found: spoon.template.TemplateParameter[] [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/template/TemplateTest.java:[789,47] unchecked conversion required: spoon.reflect.code.CtBlock found: spoon.reflect.code.CtBlock [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/literal/LiteralTest.java:[38,96] unchecked method invocation: method matches in class spoon.reflect.visitor.filter.AbstractFilter is applied to given types required: T found: spoon.reflect.code.CtLiteral [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/literal/LiteralTest.java:[38,97] unchecked conversion required: T found: spoon.reflect.code.CtLiteral [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/position/PositionTest.java:[53,30] spoon.test.position.testclasses.FooClazz in spoon.test.position.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/position/PositionTest.java:[53,63] spoon.test.position.testclasses.FooClazz in spoon.test.position.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/position/PositionTest.java:[71,30] spoon.test.position.testclasses.FooClazz in spoon.test.position.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/position/PositionTest.java:[83,30] spoon.test.position.testclasses.FooInterface in spoon.test.position.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/position/PositionTest.java:[83,67] spoon.test.position.testclasses.FooInterface in spoon.test.position.testclasses has been deprecated [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/pkg/PackageTest.java:[241,45] unchecked call to setAnnotationType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtAnnotation [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/pkg/PackageTest.java:[243,40] unchecked method invocation: method addAnnotation in interface spoon.reflect.declaration.CtElement is applied to given types required: spoon.reflect.declaration.CtAnnotation found: spoon.reflect.declaration.CtAnnotation [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/pkg/PackageTest.java:[243,41] unchecked conversion required: spoon.reflect.declaration.CtAnnotation found: spoon.reflect.declaration.CtAnnotation [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/clone/CloneBuilderTemplate.java:[37,35] unchecked cast required: T found: spoon.reflect.declaration.CtElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/factory/FactoryTest.java:[136,26] unchecked call to setType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtTypedElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/factory/FactoryTest.java:[137,118] unchecked method invocation: method addField in interface spoon.reflect.declaration.CtType is applied to given types required: spoon.reflect.declaration.CtField found: spoon.reflect.declaration.CtField [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/factory/FactoryTest.java:[137,119] unchecked conversion required: spoon.reflect.declaration.CtField found: spoon.reflect.declaration.CtField [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/AwesomeProcessor.java:[21,38] unchecked call to setType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtTypedElement [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/AwesomeProcessor.java:[36,34] unchecked method invocation: method addMethod in interface spoon.reflect.declaration.CtType is applied to given types required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/api/AwesomeProcessor.java:[36,35] unchecked conversion required: spoon.reflect.declaration.CtMethod found: spoon.reflect.declaration.CtMethod [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[68,37] unchecked method invocation: method setType in interface spoon.reflect.declaration.CtTypedElement is applied to given types required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[68,38] unchecked conversion required: spoon.reflect.reference.CtTypeReference found: spoon.reflect.reference.CtTypeReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[72,123] unchecked conversion required: java.util.List found: java.util.List [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[88,84] unchecked method invocation: method createInvocation in class spoon.reflect.factory.CodeFactory is applied to given types required: spoon.reflect.code.CtExpression,spoon.reflect.reference.CtExecutableReference,spoon.reflect.code.CtExpression[] found: spoon.reflect.code.CtVariableAccess,spoon.reflect.reference.CtExecutableReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[88,156] unchecked conversion required: spoon.reflect.reference.CtExecutableReference found: spoon.reflect.reference.CtExecutableReference [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/generating/CtBiScannerGenerator.java:[88,52] unchecked method invocation: method addArgument in interface spoon.reflect.code.CtAbstractInvocation is applied to given types required: spoon.reflect.code.CtExpression found: spoon.reflect.code.CtInvocation [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/lambda/testclasses/Panini.java:[14,64] unchecked cast required: java.util.function.BiFunction found: java.util.function.BiFunction [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[105,46] unchecked method invocation: method setDefaultExpression in interface spoon.reflect.declaration.CtVariable is applied to given types required: spoon.reflect.code.CtExpression found: spoon.reflect.code.CtExpression [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[105,47] unchecked conversion required: spoon.reflect.code.CtExpression found: spoon.reflect.code.CtExpression [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[109,41] unchecked method invocation: method setAssignment in interface spoon.reflect.code.CtRHSReceiver is applied to given types required: spoon.reflect.code.CtExpression found: spoon.reflect.code.CtExpression [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[109,42] unchecked conversion required: spoon.reflect.code.CtExpression found: spoon.reflect.code.CtExpression [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[241,81] unchecked cast required: spoon.reflect.declaration.CtClass found: spoon.reflect.declaration.CtType [WARNING] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/parent/ParentTest.java:[394,52] unchecked call to setType(spoon.reflect.reference.CtTypeReference) as a member of the raw type spoon.reflect.declaration.CtTypedElement [INFO] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/method/MethodTest.java: Some input files additionally use or override a deprecated API. [INFO] /builds/workspace/Spoon-Snapshot-Deployer/src/test/java/spoon/test/fieldaccesses/FieldAccessTest.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ spoon-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running spoon.reflect.declaration.CtTypeInformationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.899 s - in spoon.reflect.declaration.CtTypeInformationTest [INFO] Running spoon.reflect.declaration.UnknownDeclarationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in spoon.reflect.declaration.UnknownDeclarationTest [INFO] Running spoon.reflect.ast.AstCheckerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.747 s - in spoon.reflect.ast.AstCheckerTest [INFO] Running spoon.reflect.ast.CloneTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.187 s - in spoon.reflect.ast.CloneTest [INFO] Running spoon.reflect.visitor.CtScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.614 s - in spoon.reflect.visitor.CtScannerTest [INFO] Running spoon.reflect.visitor.CtVisitorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.767 s - in spoon.reflect.visitor.CtVisitorTest [INFO] Running spoon.reflect.visitor.CtInheritanceScannerTest [INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s - in spoon.reflect.visitor.CtInheritanceScannerTest [INFO] Running spoon.reflect.visitor.CtInheritanceScannerMethodsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 s - in spoon.reflect.visitor.CtInheritanceScannerMethodsTest [INFO] Running spoon.support.compiler.jdt.ExtendedStringLiteralTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in spoon.support.compiler.jdt.ExtendedStringLiteralTest [INFO] Running spoon.support.compiler.jdt.JDTBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in spoon.support.compiler.jdt.JDTBuilderTest [INFO] Running spoon.support.compiler.jdt.JDTBatchCompilerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in spoon.support.compiler.jdt.JDTBatchCompilerTest [INFO] Running spoon.support.compiler.classpath.ComputeClasspathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in spoon.support.compiler.classpath.ComputeClasspathTest [INFO] Running spoon.support.visitor.java.JavaReflectionTreeBuilderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in spoon.support.visitor.java.JavaReflectionTreeBuilderTest [INFO] Running spoon.test.control.ControlTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in spoon.test.control.ControlTest [INFO] Running spoon.test.reflect.meta.MetaModelTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.906 s - in spoon.test.reflect.meta.MetaModelTest [INFO] Running spoon.test.reflect.visitor.ReferenceQueryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in spoon.test.reflect.visitor.ReferenceQueryTest [INFO] Running spoon.test.intercession.RemoveTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in spoon.test.intercession.RemoveTest [INFO] Running spoon.test.intercession.insertBefore.InsertMethodsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in spoon.test.intercession.insertBefore.InsertMethodsTest [INFO] Running spoon.test.intercession.IntercessionContractTest [INFO] Tests run: 107, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.071 s - in spoon.test.intercession.IntercessionContractTest [INFO] Running spoon.test.intercession.IntercessionTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.859 s - in spoon.test.intercession.IntercessionTest [INFO] Running spoon.test.visibility.VisibilityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in spoon.test.visibility.VisibilityTest [INFO] Running spoon.test.executable.ExecutableRefTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in spoon.test.executable.ExecutableRefTest [INFO] Running spoon.test.executable.ExecutableTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in spoon.test.executable.ExecutableTest [INFO] Running spoon.test.method.MethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s - in spoon.test.method.MethodTest [INFO] Running spoon.test.constructor.ConstructorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s - in spoon.test.constructor.ConstructorTest [INFO] Running spoon.test.jar.JarTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in spoon.test.jar.JarTest [INFO] Running spoon.test.fieldaccesses.FieldAccessTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s - in spoon.test.fieldaccesses.FieldAccessTest [INFO] Running spoon.test.model.BlockTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in spoon.test.model.BlockTest [INFO] Running spoon.test.model.AnonymousExecutableTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in spoon.test.model.AnonymousExecutableTest [INFO] Running spoon.test.model.TypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 s - in spoon.test.model.TypeTest [INFO] Running spoon.test.model.SwitchCaseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in spoon.test.model.SwitchCaseTest [INFO] Running spoon.test.support.ResourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in spoon.test.support.ResourceTest [INFO] Running spoon.test.logging.LogTest 2018-03-16 17:23:43,809 DEBUG spoon.Launcher - destination: /builds/workspace/Spoon-Snapshot-Deployer/spooned-classes 2018-03-16 17:23:43,812 DEBUG spoon.Launcher - source classpath: null 2018-03-16 17:23:43,813 DEBUG spoon.Launcher - template classpath: [] 2018-03-16 17:23:43,814 INFO spoon.Launcher - Log info 2018-03-16 17:23:43,814 WARN spoon.Launcher - Log warn 2018-03-16 17:23:43,814 ERROR spoon.Launcher - Log error 2018-03-16 17:23:43,814 DEBUG spoon.Launcher - Log debug 2018-03-16 17:23:43,816 DEBUG spoon.Launcher - destination: /builds/workspace/Spoon-Snapshot-Deployer/spooned-classes 2018-03-16 17:23:43,821 DEBUG spoon.Launcher - source classpath: null 2018-03-16 17:23:43,822 DEBUG spoon.Launcher - template classpath: [] 2018-03-16 17:23:43,822 INFO spoon.Launcher - Log info 2018-03-16 17:23:43,823 WARN spoon.Launcher - Log warn 2018-03-16 17:23:43,823 ERROR spoon.Launcher - Log error 2018-03-16 17:23:43,823 DEBUG spoon.Launcher - Log debug 2018-03-16 17:23:43,827 INFO spoon.Launcher - Log info 2018-03-16 17:23:43,828 WARN spoon.Launcher - Log warn 2018-03-16 17:23:43,829 ERROR spoon.Launcher - Log error 2018-03-16 17:23:43,831 WARN spoon.Launcher - Log warn 2018-03-16 17:23:43,837 ERROR spoon.Launcher - Log error 2018-03-16 17:23:43,846 ERROR spoon.Launcher - Log error [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in spoon.test.logging.LogTest [INFO] Running spoon.test.snippets.SnippetTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in spoon.test.snippets.SnippetTest [INFO] Running spoon.test.enums.EnumsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in spoon.test.enums.EnumsTest [INFO] Running spoon.test.enums.EnumsTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in spoon.test.enums.EnumsTypeTest [INFO] Running spoon.test.properties.PropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in spoon.test.properties.PropertiesTest [INFO] Running spoon.test.ctCase.SwitchCaseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in spoon.test.ctCase.SwitchCaseTest [INFO] Running spoon.test.imports.ImportScannerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s - in spoon.test.imports.ImportScannerTest [INFO] Running spoon.test.imports.ImportTest [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.639 s - in spoon.test.imports.ImportTest [INFO] Running spoon.test.imports.ImportAndExtendWithPackageNameTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in spoon.test.imports.ImportAndExtendWithPackageNameTest [INFO] Running spoon.test.filters.CUFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in spoon.test.filters.CUFilterTest [INFO] Running spoon.test.filters.FilterTest 2018-03-16 17:23:53,472 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:53,475 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:53,475 INFO spoon.Launcher - start processing... 2018-03-16 17:23:53,591 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:53,598 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:54,013 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:54,014 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:54,015 INFO spoon.Launcher - start processing... 2018-03-16 17:23:54,110 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:54,116 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:54,481 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:54,482 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:54,484 INFO spoon.Launcher - start processing... 2018-03-16 17:23:54,593 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:54,593 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:55,105 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:55,105 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:55,106 INFO spoon.Launcher - start processing... 2018-03-16 17:23:55,179 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:55,180 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:55,314 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:55,314 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:55,314 INFO spoon.Launcher - start processing... 2018-03-16 17:23:55,384 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:55,389 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:56,081 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:56,081 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:56,082 INFO spoon.Launcher - start processing... 2018-03-16 17:23:56,174 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:56,175 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:56,693 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:56,696 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:56,697 INFO spoon.Launcher - start processing... 2018-03-16 17:23:56,785 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:56,786 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:57,203 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:57,208 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:57,209 INFO spoon.Launcher - start processing... 2018-03-16 17:23:57,289 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:57,292 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:57,376 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:57,381 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:57,382 INFO spoon.Launcher - start processing... 2018-03-16 17:23:57,469 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:57,471 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:57,730 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:57,731 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:57,731 INFO spoon.Launcher - start processing... 2018-03-16 17:23:57,821 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:57,822 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:58,028 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:58,028 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:58,033 INFO spoon.Launcher - start processing... 2018-03-16 17:23:58,108 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:58,108 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:58,207 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:58,208 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:58,208 INFO spoon.Launcher - start processing... 2018-03-16 17:23:58,297 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:58,299 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:58,925 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:58,926 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:58,928 INFO spoon.Launcher - start processing... 2018-03-16 17:23:59,008 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:59,014 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:59,085 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:59,086 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:59,086 INFO spoon.Launcher - start processing... 2018-03-16 17:23:59,169 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:59,170 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:59,725 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:23:59,728 INFO spoon.Launcher - running Spoon... 2018-03-16 17:23:59,729 INFO spoon.Launcher - start processing... 2018-03-16 17:23:59,815 INFO spoon.Launcher - end of processing: 2018-03-16 17:23:59,816 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:23:59,826 INFO spoon.Launcher - Step filter CtClass only) spoon.reflect.CtModelImpl$CtRootPackage cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtRootPackage: unnamed package 2018-03-16 17:23:59,826 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtPackageImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageImpl: spoon 2018-03-16 17:23:59,827 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtPackageImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageImpl: spoon.test 2018-03-16 17:23:59,827 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtPackageImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageImpl: spoon.test.filters 2018-03-16 17:23:59,832 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtPackageImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,833 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:23:59,834 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,834 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: public AbstractTostada() { } 2018-03-16 17:23:59,835 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,836 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:23:59,836 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: java.lang.Object() 2018-03-16 17:23:59,836 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:23:59,837 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,837 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:23:59,838 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,838 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { super.prepare(); } @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return super.make(); } }; } 2018-03-16 17:23:59,839 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:23:59,839 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,840 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,840 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,840 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,844 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:23:59,845 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,845 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { super.prepare(); } @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return super.make(); } }; } 2018-03-16 17:23:59,846 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtReturnImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtReturnImpl: return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { super.prepare(); } @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return super.make(); } } 2018-03-16 17:23:59,847 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtNewClassImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtNewClassImpl: new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { super.prepare(); } @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return super.make(); } } 2018-03-16 17:23:59,847 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.AbstractTostada$1() 2018-03-16 17:23:59,849 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada.1 2018-03-16 17:23:59,853 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:23:59,853 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,854 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,860 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,862 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,864 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,865 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: 1() { } 2018-03-16 17:23:59,869 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,869 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:23:59,869 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.Tostada() 2018-03-16 17:23:59,870 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,871 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,872 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,872 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,872 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void prepare() { super.prepare(); } 2018-03-16 17:23:59,873 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:23:59,873 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,874 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,874 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,874 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,877 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,879 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { super.prepare(); } 2018-03-16 17:23:59,884 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.prepare() 2018-03-16 17:23:59,885 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:23:59,886 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:23:59,886 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,886 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,887 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: prepare() 2018-03-16 17:23:59,887 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,888 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,888 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,888 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return super.make(); } 2018-03-16 17:23:59,889 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:23:59,890 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,891 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,891 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,891 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,892 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:23:59,892 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,893 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { return super.make(); } 2018-03-16 17:23:59,893 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtReturnImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtReturnImpl: return super.make() 2018-03-16 17:23:59,893 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.make() 2018-03-16 17:23:59,894 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:23:59,899 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:23:59,899 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,900 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,908 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: make() 2018-03-16 17:23:59,909 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,909 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,910 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:23:59,910 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,910 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public abstract void prepare(); 2018-03-16 17:23:59,911 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,911 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public void honey() { } 2018-03-16 17:23:59,911 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,912 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,912 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:23:59,913 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,913 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: public Antojito() { } 2018-03-16 17:23:59,914 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,914 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:23:59,914 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.AbstractTostada() 2018-03-16 17:23:59,915 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:23:59,915 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,915 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:23:59,920 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,932 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void prepare() { java.lang.System.out.println("Antojito"); } 2018-03-16 17:23:59,933 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:23:59,933 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,934 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,934 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:23:59,934 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,935 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,935 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { java.lang.System.out.println("Antojito"); } 2018-03-16 17:23:59,936 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: java.lang.System.out.println("Antojito") 2018-03-16 17:23:59,936 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtFieldReadImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReadImpl: java.lang.System.out 2018-03-16 17:23:59,937 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtTypeAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeAccessImpl: java.lang.System 2018-03-16 17:23:59,937 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.System 2018-03-16 17:23:59,937 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,937 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtFieldReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReferenceImpl: java.lang.System.out 2018-03-16 17:23:59,937 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.System 2018-03-16 17:23:59,938 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,938 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.io.PrintStream 2018-03-16 17:23:59,938 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.io 2018-03-16 17:23:59,938 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: println(java.lang.String) 2018-03-16 17:23:59,938 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.io.PrintStream 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.io 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: "Antojito" 2018-03-16 17:23:59,939 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:23:59,940 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,940 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public void prepare(java.lang.String ingredient) { } 2018-03-16 17:23:59,940 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,944 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtParameterImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtParameterImpl: java.lang.String ingredient 2018-03-16 17:23:59,945 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:23:59,945 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,945 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,945 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,945 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,946 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtFieldImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldImpl: private int myfield = 0; 2018-03-16 17:23:59,946 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,946 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: 0 2018-03-16 17:23:59,946 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,946 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: FieldAccessFilterTacos() { super(); this.myfield = 0; } 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { super(); this.myfield = 0; } 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: java.util.ArrayList() 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,947 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,948 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,948 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtAssignmentImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAssignmentImpl: this.myfield = 0 2018-03-16 17:23:59,948 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,948 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtFieldWriteImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldWriteImpl: this.myfield 2018-03-16 17:23:59,948 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtThisAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtThisAccessImpl: this 2018-03-16 17:23:59,949 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,949 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,949 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtTypeAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeAccessImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,949 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,949 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtFieldReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReferenceImpl: myfield 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: 0 2018-03-16 17:23:59,950 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,957 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public void m() { myfield = super.size(); java.lang.Object o = super.get(myfield); } 2018-03-16 17:23:59,957 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,960 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { myfield = super.size(); java.lang.Object o = super.get(myfield); } 2018-03-16 17:23:59,965 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtAssignmentImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAssignmentImpl: myfield = super.size() 2018-03-16 17:23:59,965 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,965 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtFieldWriteImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldWriteImpl: myfield 2018-03-16 17:23:59,965 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtThisAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtThisAccessImpl: 2018-03-16 17:23:59,965 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtTypeAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeAccessImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtFieldReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReferenceImpl: myfield 2018-03-16 17:23:59,966 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,967 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,967 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,967 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.size() 2018-03-16 17:23:59,967 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:23:59,967 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: size() 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,968 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,969 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLocalVariableImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableImpl: java.lang.Object o = super.get(myfield) 2018-03-16 17:23:59,969 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:23:59,969 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,969 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.get(myfield) 2018-03-16 17:23:59,969 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:23:59,970 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:23:59,972 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,973 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,973 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: get(int) 2018-03-16 17:23:59,976 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:23:59,977 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:23:59,977 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:23:59,978 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:23:59,978 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,979 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtFieldReadImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReadImpl: myfield 2018-03-16 17:23:59,980 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtThisAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtThisAccessImpl: 2018-03-16 17:23:59,980 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,981 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,981 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtTypeAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeAccessImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,984 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,985 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,985 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtFieldReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReferenceImpl: myfield 2018-03-16 17:23:59,986 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.FieldAccessFilterTacos 2018-03-16 17:23:59,986 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,987 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:23:59,987 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtInterfaceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInterfaceImpl: interface Foo {} 2018-03-16 17:23:59,988 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtInterfaceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInterfaceImpl: interface Honey { void honey(); } 2018-03-16 17:23:59,989 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: void honey(); 2018-03-16 17:23:59,989 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:23:59,990 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtInterfaceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInterfaceImpl: public interface ITostada extends spoon.test.filters.testclasses.Foo { spoon.test.filters.testclasses.ITostada make(); } 2018-03-16 17:23:59,992 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Foo 2018-03-16 17:23:59,993 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,994 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: spoon.test.filters.testclasses.ITostada make(); 2018-03-16 17:23:59,994 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:23:59,995 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,995 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:23:59,996 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:23:59,996 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: public SubTostada() { } 2018-03-16 17:23:59,996 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:23:59,997 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:23:59,998 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.Tostada() 2018-03-16 17:24:00,001 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,002 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,002 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,003 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,003 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void prepare() { java.lang.System.out.println("SubTostada"); super.prepare(); } 2018-03-16 17:24:00,004 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,008 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,009 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,009 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,010 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,011 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,011 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { java.lang.System.out.println("SubTostada"); super.prepare(); } 2018-03-16 17:24:00,012 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: java.lang.System.out.println("SubTostada") 2018-03-16 17:24:00,013 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtFieldReadImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReadImpl: java.lang.System.out 2018-03-16 17:24:00,013 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtTypeAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeAccessImpl: java.lang.System 2018-03-16 17:24:00,014 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.System 2018-03-16 17:24:00,015 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,015 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtFieldReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtFieldReferenceImpl: java.lang.System.out 2018-03-16 17:24:00,015 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.System 2018-03-16 17:24:00,016 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,020 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.io.PrintStream 2018-03-16 17:24:00,021 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.io 2018-03-16 17:24:00,021 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: println(java.lang.String) 2018-03-16 17:24:00,022 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.io.PrintStream 2018-03-16 17:24:00,022 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.io 2018-03-16 17:24:00,023 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,023 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,024 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,025 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: "SubTostada" 2018-03-16 17:24:00,025 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,025 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,026 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.prepare() 2018-03-16 17:24:00,027 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:24:00,027 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:24:00,027 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,028 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,028 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: prepare() 2018-03-16 17:24:00,029 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,029 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,036 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,037 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:24:00,037 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,038 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: public Tacos() { } 2018-03-16 17:24:00,038 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:24:00,038 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:24:00,039 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: java.lang.Object() 2018-03-16 17:24:00,039 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:24:00,040 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,040 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Object 2018-03-16 17:24:00,040 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,041 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return null; } 2018-03-16 17:24:00,041 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,041 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,041 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,042 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,042 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,043 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:24:00,046 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,046 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { return null; } 2018-03-16 17:24:00,046 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtReturnImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtReturnImpl: return null 2018-03-16 17:24:00,047 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: null 2018-03-16 17:24:00,047 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: 2018-03-16 17:24:00,048 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public void prepare() { final java.util.ArrayList strings = new java.util.ArrayList(); strings.size(); } 2018-03-16 17:24:00,048 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,049 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { final java.util.ArrayList strings = new java.util.ArrayList(); strings.size(); } 2018-03-16 17:24:00,049 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLocalVariableImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableImpl: final java.util.ArrayList strings = new java.util.ArrayList() 2018-03-16 17:24:00,053 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:24:00,054 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:24:00,055 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,055 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,055 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtConstructorCallImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorCallImpl: new java.util.ArrayList() 2018-03-16 17:24:00,056 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: java.util.ArrayList() 2018-03-16 17:24:00,056 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:24:00,057 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:24:00,057 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:24:00,057 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:24:00,061 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,061 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,062 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: strings.size() 2018-03-16 17:24:00,062 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtVariableReadImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtVariableReadImpl: strings 2018-03-16 17:24:00,063 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: strings 2018-03-16 17:24:00,063 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:24:00,063 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:24:00,064 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,064 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,064 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: size() 2018-03-16 17:24:00,065 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.util.ArrayList 2018-03-16 17:24:00,069 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.util 2018-03-16 17:24:00,069 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:24:00,069 INFO spoon.Launcher - Step 6) Skipped element, because CtFunction#accept(input) returned false Parameter 1) CtMethodImpl: void honey(); 2018-03-16 17:24:00,070 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:24:00,070 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,070 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Honey 2018-03-16 17:24:00,071 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,071 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: public Tostada() { } 2018-03-16 17:24:00,071 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:24:00,072 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:24:00,072 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.AbstractTostada() 2018-03-16 17:24:00,072 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:24:00,073 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,073 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.AbstractTostada 2018-03-16 17:24:00,073 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,077 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public spoon.test.filters.testclasses.ITostada make() { return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { int a = 3; super.prepare(); } }; } 2018-03-16 17:24:00,077 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,077 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,078 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,078 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,078 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,079 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.ITostada 2018-03-16 17:24:00,079 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,079 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { int a = 3; super.prepare(); } }; } 2018-03-16 17:24:00,080 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtReturnImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtReturnImpl: return new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { int a = 3; super.prepare(); } } 2018-03-16 17:24:00,080 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtNewClassImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtNewClassImpl: new spoon.test.filters.testclasses.Tostada() { @java.lang.Override public void prepare() { int a = 3; super.prepare(); } } 2018-03-16 17:24:00,081 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.Tostada$1() 2018-03-16 17:24:00,085 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada.1 2018-03-16 17:24:00,085 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,085 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,086 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,086 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,086 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,087 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,087 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtConstructorImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtConstructorImpl: 1() { } 2018-03-16 17:24:00,087 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:24:00,088 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super() 2018-03-16 17:24:00,088 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: spoon.test.filters.testclasses.Tostada() 2018-03-16 17:24:00,088 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,089 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,093 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,093 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,093 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void prepare() { int a = 3; super.prepare(); } 2018-03-16 17:24:00,094 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,094 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,094 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,095 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,095 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,095 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,096 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { int a = 3; super.prepare(); } 2018-03-16 17:24:00,096 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLocalVariableImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableImpl: int a = 3 2018-03-16 17:24:00,096 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:24:00,097 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: 3 2018-03-16 17:24:00,097 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: int 2018-03-16 17:24:00,097 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtInvocationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtInvocationImpl: super.prepare() 2018-03-16 17:24:00,098 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtSuperAccessImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtSuperAccessImpl: super 2018-03-16 17:24:00,098 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtLocalVariableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLocalVariableReferenceImpl: 2018-03-16 17:24:00,098 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,099 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,103 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtExecutableReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtExecutableReferenceImpl: prepare() 2018-03-16 17:24:00,103 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: spoon.test.filters.testclasses.Tostada 2018-03-16 17:24:00,103 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: spoon.test.filters.testclasses 2018-03-16 17:24:00,103 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,104 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void prepare() { } 2018-03-16 17:24:00,104 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,104 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,104 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public java.lang.String toString() { return ""; } 2018-03-16 17:24:00,105 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,106 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,106 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,107 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,108 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,109 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,112 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,113 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { return ""; } 2018-03-16 17:24:00,113 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtReturnImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtReturnImpl: return "" 2018-03-16 17:24:00,113 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtLiteralImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtLiteralImpl: "" 2018-03-16 17:24:00,114 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.String 2018-03-16 17:24:00,114 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,114 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: @java.lang.Override public void honey() { } 2018-03-16 17:24:00,115 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtAnnotationImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtAnnotationImpl: @java.lang.Override 2018-03-16 17:24:00,115 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,115 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,116 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: java.lang.Override 2018-03-16 17:24:00,116 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtPackageReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtPackageReferenceImpl: java.lang 2018-03-16 17:24:00,116 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,117 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } 2018-03-16 17:24:00,117 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.declaration.CtMethodImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtMethodImpl: public void foo() { } 2018-03-16 17:24:00,117 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.reference.CtTypeReferenceImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtTypeReferenceImpl: void 2018-03-16 17:24:00,117 INFO spoon.Launcher - Step filter CtClass only) spoon.support.reflect.code.CtBlockImpl cannot be cast to spoon.reflect.declaration.CtClass Parameter 1) CtBlockImpl: { } [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.986 s - in spoon.test.filters.FilterTest [INFO] Running spoon.test.parameters.ParameterTest 2018-03-16 17:24:00,700 ERROR spoon.support.compiler.jdt.JDTTreeBuilder - Could not find declaration for variable typeRatingFilters at (/builds/workspace/Spoon-Snapshot-Deployer/src/test/resources/noclasspath/Tacos.java:4) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s - in spoon.test.parameters.ParameterTest [INFO] Running spoon.test.method_overriding.MethodOverriddingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in spoon.test.method_overriding.MethodOverriddingTest [INFO] Running spoon.test.modifiers.TestModifiers [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in spoon.test.modifiers.TestModifiers [INFO] Running spoon.test.ctType.CtTypeParameterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in spoon.test.ctType.CtTypeParameterTest [INFO] Running spoon.test.ctType.CtTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in spoon.test.ctType.CtTypeTest [INFO] Running spoon.test.ctBodyHolder.CtBodyHolderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s - in spoon.test.ctBodyHolder.CtBodyHolderTest [INFO] Running spoon.test.eval.EvalTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 s - in spoon.test.eval.EvalTest [INFO] Running spoon.test.annotation.AnnotationValuesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s - in spoon.test.annotation.AnnotationValuesTest [INFO] Running spoon.test.annotation.AnnotationLoopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in spoon.test.annotation.AnnotationLoopTest [INFO] Running spoon.test.annotation.AnnotationTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.522 s - in spoon.test.annotation.AnnotationTest [INFO] Running spoon.test.compilation.CompilationTest >> Hello: Bar << >> Hello: FooEx << >> Hello: IBar << >> Hello: SimpleProcessor << [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.118 s - in spoon.test.compilation.CompilationTest [INFO] Running spoon.test.module.TestModule [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.174 s - in spoon.test.module.TestModule [INFO] Running spoon.test.sourcePosition.SourcePositionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in spoon.test.sourcePosition.SourcePositionTest [INFO] Running spoon.test.labels.TestLabels [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in spoon.test.labels.TestLabels [INFO] Running spoon.test.comparison.EqualTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in spoon.test.comparison.EqualTest [INFO] Running spoon.test.comment.CommentTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.508 s - in spoon.test.comment.CommentTest [INFO] Running spoon.test.secondaryclasses.ClassesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in spoon.test.secondaryclasses.ClassesTest [INFO] Running spoon.test.OutputTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in spoon.test.OutputTypeTest [INFO] Running spoon.test.role.TestCtRole [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in spoon.test.role.TestCtRole [INFO] Running spoon.test.ctBlock.TestCtBlock [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in spoon.test.ctBlock.TestCtBlock [INFO] Running spoon.test.varargs.VarArgsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in spoon.test.varargs.VarArgsTest [INFO] Running spoon.test.query_function.VariableReferencesModelTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in spoon.test.query_function.VariableReferencesModelTest [INFO] Running spoon.test.query_function.VariableReferencesTest 2018-03-16 17:24:42,157 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,157 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,157 INFO spoon.Launcher - start processing... 2018-03-16 17:24:42,259 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:42,259 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:42,335 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,336 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,336 INFO spoon.Launcher - start processing... 2018-03-16 17:24:42,450 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:42,450 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:42,524 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,532 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,534 INFO spoon.Launcher - start processing... 2018-03-16 17:24:42,631 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:42,631 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:42,641 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,641 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,642 INFO spoon.Launcher - start processing... 2018-03-16 17:24:42,745 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:42,745 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:42,809 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,810 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,810 INFO spoon.Launcher - start processing... 2018-03-16 17:24:42,904 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:42,912 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:42,929 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:42,929 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:42,930 INFO spoon.Launcher - start processing... 2018-03-16 17:24:43,021 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:43,022 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:43,033 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:43,036 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:43,037 INFO spoon.Launcher - start processing... 2018-03-16 17:24:43,133 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:43,134 INFO spoon.Launcher - no errors, no warnings 2018-03-16 17:24:43,207 INFO spoon.Launcher - Spoon version 6.3.0-SNAPSHOT 2018-03-16 17:24:43,207 INFO spoon.Launcher - running Spoon... 2018-03-16 17:24:43,207 INFO spoon.Launcher - start processing... 2018-03-16 17:24:43,317 INFO spoon.Launcher - end of processing: 2018-03-16 17:24:43,318 INFO spoon.Launcher - no errors, no warnings [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s - in spoon.test.query_function.VariableReferencesTest [INFO] Running spoon.test.field.FieldTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in spoon.test.field.FieldTest [INFO] Running spoon.test.architecture.SpoonArchitectureEnforcerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.001 s - in spoon.test.architecture.SpoonArchitectureEnforcerTest [INFO] Running spoon.test.refactoring.CtRenameLocalVariableRefactoringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.676 s - in spoon.test.refactoring.CtRenameLocalVariableRefactoringTest [INFO] Running spoon.test.refactoring.MethodsRefactoringTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s - in spoon.test.refactoring.MethodsRefactoringTest [INFO] Running spoon.test.refactoring.RefactoringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 s - in spoon.test.refactoring.RefactoringTest [INFO] Running spoon.test.jdtimportbuilder.ImportBuilderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 s - in spoon.test.jdtimportbuilder.ImportBuilderTest [INFO] Running spoon.test.parent.ParentContractTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.351 s - in spoon.test.parent.ParentContractTest [INFO] Running spoon.test.parent.ParentTest [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.094 s - in spoon.test.parent.ParentTest [INFO] Running spoon.test.parent.SetParentTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in spoon.test.parent.SetParentTest [INFO] Running spoon.test.parent.TopLevelTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in spoon.test.parent.TopLevelTypeTest [INFO] Running spoon.test.parent.NullParentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in spoon.test.parent.NullParentTest [INFO] Running spoon.test.trycatch.TryCatchTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s - in spoon.test.trycatch.TryCatchTest [INFO] Running spoon.test.path.PathTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in spoon.test.path.PathTest [INFO] Running spoon.test.exceptions.ExceptionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in spoon.test.exceptions.ExceptionTest [INFO] Running spoon.test.casts.CastTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in spoon.test.casts.CastTest [INFO] Running spoon.test.lambda.LambdaTest 2018-03-16 17:25:58,804 ERROR spoon.support.compiler.jdt.JDTTreeBuilder - Could not find declaration for variable Strings at (/builds/workspace/Spoon-Snapshot-Deployer/src/test/resources/noclasspath/lambdas/TypeAccessInLambda.java:6) [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.768 s - in spoon.test.lambda.LambdaTest [INFO] Running spoon.test.javadoc.JavaDocTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in spoon.test.javadoc.JavaDocTest [INFO] Running spoon.test.reference.ElasticsearchStackoverflowTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in spoon.test.reference.ElasticsearchStackoverflowTest [INFO] Running spoon.test.reference.CloneReferenceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in spoon.test.reference.CloneReferenceTest [INFO] Running spoon.test.reference.TypeReferenceTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.891 s - in spoon.test.reference.TypeReferenceTest [INFO] Running spoon.test.reference.ExecutableReferenceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in spoon.test.reference.ExecutableReferenceTest [INFO] Running spoon.test.reference.ExecutableReferenceGenericTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s - in spoon.test.reference.ExecutableReferenceGenericTest [INFO] Running spoon.test.reference.VariableAccessTest 2018-03-16 17:26:04,058 ERROR spoon.support.compiler.jdt.JDTTreeBuilder - Could not find declaration for variable e at (/builds/workspace/Spoon-Snapshot-Deployer/src/test/resources/noclasspath/org/elasticsearch/indices/analysis/HunspellService.java:100) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s - in spoon.test.reference.VariableAccessTest [INFO] Running spoon.test.reference.AnnotationFieldReferenceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in spoon.test.reference.AnnotationFieldReferenceTest [INFO] Running spoon.test.invocations.InvocationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in spoon.test.invocations.InvocationTest [INFO] Running spoon.test.template.TemplateReplaceReturnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in spoon.test.template.TemplateReplaceReturnTest [INFO] Running spoon.test.template.TemplateArrayAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in spoon.test.template.TemplateArrayAccessTest [INFO] Running spoon.test.template.TemplateInvocationSubstitutionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in spoon.test.template.TemplateInvocationSubstitutionTest [INFO] Running spoon.test.template.TemplateTest 0 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.526 s - in spoon.test.template.TemplateTest [INFO] Running spoon.test.template.TemplateClassAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in spoon.test.template.TemplateClassAccessTest [INFO] Running spoon.test.template.TemplateEnumAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in spoon.test.template.TemplateEnumAccessTest [INFO] Running spoon.test.api.NoClasspathTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in spoon.test.api.NoClasspathTest [INFO] Running spoon.test.api.MetamodelTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.404 s - in spoon.test.api.MetamodelTest [INFO] Running spoon.test.api.APITest ./target/nooutput_9d1043b7-89ab-472e-a1e6-40d425cdee9a [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.472 s - in spoon.test.api.APITest [INFO] Running spoon.test.api.FileSystemFolderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in spoon.test.api.FileSystemFolderTest [INFO] Running spoon.test.type.TypeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in spoon.test.type.TypeTest [INFO] Running spoon.test.signature.SignatureTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 s - in spoon.test.signature.SignatureTest [INFO] Running spoon.test.replace.ReplaceParametrizedTest [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.658 s - in spoon.test.replace.ReplaceParametrizedTest [INFO] Running spoon.test.replace.ReplaceTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s - in spoon.test.replace.ReplaceTest [INFO] Running spoon.test.prettyprinter.QualifiedThisRefTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in spoon.test.prettyprinter.QualifiedThisRefTest [INFO] Running spoon.test.prettyprinter.LinesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in spoon.test.prettyprinter.LinesTest [INFO] Running spoon.test.prettyprinter.DefaultPrettyPrinterTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in spoon.test.prettyprinter.DefaultPrettyPrinterTest [INFO] Running spoon.test.prettyprinter.PrinterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.384 s - in spoon.test.prettyprinter.PrinterTest [INFO] Running spoon.test.main.MainTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 183.336 s - in spoon.test.main.MainTest [INFO] Running spoon.test.loop.LoopTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in spoon.test.loop.LoopTest [INFO] Running spoon.test.literal.LiteralTest 2018-03-16 17:29:47,879 ERROR spoon.support.compiler.jdt.JDTTreeBuilder - Could not find declaration for variable Longs at (/builds/workspace/Spoon-Snapshot-Deployer/src/test/resources/noclasspath/SecondaryIndexManager.java:611) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in spoon.test.literal.LiteralTest [INFO] Running spoon.test.interfaces.InterfaceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in spoon.test.interfaces.InterfaceTest [INFO] Running spoon.test.interfaces.TestInterfaceWithoutSetup [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in spoon.test.interfaces.TestInterfaceWithoutSetup [INFO] Running spoon.test.compilationunit.GetBinaryFilesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s - in spoon.test.compilationunit.GetBinaryFilesTest [INFO] Running spoon.test.compilationunit.TestCompilationUnit [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in spoon.test.compilationunit.TestCompilationUnit [INFO] Running spoon.test.initializers.InitializerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in spoon.test.initializers.InitializerTest [INFO] Running spoon.test.targeted.TargetedExpressionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s - in spoon.test.targeted.TargetedExpressionTest [INFO] Running spoon.test.position.PositionTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in spoon.test.position.PositionTest [INFO] Running spoon.test.strings.StringLiteralTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in spoon.test.strings.StringLiteralTest [INFO] Running spoon.test.strings.StringTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in spoon.test.strings.StringTest [INFO] Running spoon.test.ctElement.MetadataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in spoon.test.ctElement.MetadataTest [INFO] Running spoon.test.ctElement.ElementTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in spoon.test.ctElement.ElementTest [INFO] Running spoon.test.constructorcallnewclass.NewClassTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in spoon.test.constructorcallnewclass.NewClassTest [INFO] Running spoon.test.constructorcallnewclass.ConstructorCallTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in spoon.test.constructorcallnewclass.ConstructorCallTest [INFO] Running spoon.test.processing.ProcessingTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in spoon.test.processing.ProcessingTest [INFO] Running spoon.test.staticFieldAccess.StaticAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in spoon.test.staticFieldAccess.StaticAccessTest [INFO] Running spoon.test.arrays.ArraysTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in spoon.test.arrays.ArraysTest [INFO] Running spoon.test.factory.ConstructorFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in spoon.test.factory.ConstructorFactoryTest [INFO] Running spoon.test.factory.ExecutableFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in spoon.test.factory.ExecutableFactoryTest [INFO] Running spoon.test.factory.TypeFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in spoon.test.factory.TypeFactoryTest [INFO] Running spoon.test.factory.FactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.283 s - in spoon.test.factory.FactoryTest [INFO] Running spoon.test.factory.FieldFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in spoon.test.factory.FieldFactoryTest [INFO] Running spoon.test.factory.ClassFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in spoon.test.factory.ClassFactoryTest [INFO] Running spoon.test.factory.AnnotationFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in spoon.test.factory.AnnotationFactoryTest [INFO] Running spoon.test.factory.CodeFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in spoon.test.factory.CodeFactoryTest [INFO] Running spoon.test.serializable.SourcePositionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in spoon.test.serializable.SourcePositionTest [INFO] Running spoon.test.serializable.SerializableTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in spoon.test.serializable.SerializableTest [INFO] Running spoon.test.condition.ConditionalTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in spoon.test.condition.ConditionalTest [INFO] Running spoon.test.limits.utils.InternalTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in spoon.test.limits.utils.InternalTest [INFO] Running spoon.test.generics.GenericsTest [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.425 s - in spoon.test.generics.GenericsTest [INFO] Running spoon.test.methodreference.MethodReferenceTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 s - in spoon.test.methodreference.MethodReferenceTest [INFO] Running spoon.test.delete.DeleteTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in spoon.test.delete.DeleteTest [INFO] Running spoon.test.variable.AccessFullyQualifiedFieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in spoon.test.variable.AccessFullyQualifiedFieldTest [INFO] Running spoon.test.variable.AccessTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in spoon.test.variable.AccessTest [INFO] Running spoon.test.ctClass.CtClassTest 2018-03-16 17:30:10,313 ERROR spoon.Launcher - cannot load class: daikon.Runtime spoon.support.SpoonClassNotFoundException: cannot load class: daikon.Runtime at spoon.support.reflect.reference.CtTypeReferenceImpl.findClass(CtTypeReferenceImpl.java:164) at spoon.support.reflect.reference.CtTypeReferenceImpl.getActualClass(CtTypeReferenceImpl.java:146) at spoon.support.reflect.reference.CtFieldReferenceImpl.getActualField(CtFieldReferenceImpl.java:65) at spoon.support.reflect.reference.CtFieldReferenceImpl.getModifiers(CtFieldReferenceImpl.java:223) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.isInitializeStaticFinalField(DefaultJavaPrettyPrinter.java:898) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.printCtFieldAccess(DefaultJavaPrettyPrinter.java:845) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.visitCtFieldWrite(DefaultJavaPrettyPrinter.java:804) at spoon.support.reflect.code.CtFieldWriteImpl.accept(CtFieldWriteImpl.java:27) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.scan(DefaultJavaPrettyPrinter.java:345) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.visitCtAssignment(DefaultJavaPrettyPrinter.java:494) at spoon.support.reflect.code.CtAssignmentImpl.accept(CtAssignmentImpl.java:55) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.scan(DefaultJavaPrettyPrinter.java:345) at spoon.reflect.visitor.ElementPrinterHelper.writeStatement(ElementPrinterHelper.java:182) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.visitCtBlock(DefaultJavaPrettyPrinter.java:526) at spoon.support.reflect.code.CtBlockImpl.accept(CtBlockImpl.java:48) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.scan(DefaultJavaPrettyPrinter.java:345) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.visitCtAnonymousExecutable(DefaultJavaPrettyPrinter.java:445) at spoon.support.reflect.declaration.CtAnonymousExecutableImpl.accept(CtAnonymousExecutableImpl.java:46) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.scan(DefaultJavaPrettyPrinter.java:345) at spoon.reflect.visitor.ElementPrinterHelper.writeElementList(ElementPrinterHelper.java:196) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.visitCtClass(DefaultJavaPrettyPrinter.java:622) at spoon.support.reflect.declaration.CtClassImpl.accept(CtClassImpl.java:68) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.scan(DefaultJavaPrettyPrinter.java:345) at spoon.reflect.visitor.DefaultJavaPrettyPrinter.calculate(DefaultJavaPrettyPrinter.java:1989) at spoon.support.JavaOutputProcessor.createJavaFile(JavaOutputProcessor.java:133) at spoon.support.JavaOutputProcessor.process(JavaOutputProcessor.java:171) at spoon.support.JavaOutputProcessor.process(JavaOutputProcessor.java:45) at spoon.support.visitor.ProcessingVisitor.scan(ProcessingVisitor.java:74) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:174) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:148) at spoon.reflect.visitor.CtScanner.visitCtPackage(CtScanner.java:650) at spoon.support.reflect.declaration.CtPackageImpl.accept(CtPackageImpl.java:57) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:182) at spoon.support.visitor.ProcessingVisitor.scan(ProcessingVisitor.java:77) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:174) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:148) at spoon.reflect.visitor.CtScanner.visitCtPackage(CtScanner.java:649) at spoon.support.reflect.declaration.CtPackageImpl.accept(CtPackageImpl.java:57) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:182) at spoon.support.visitor.ProcessingVisitor.scan(ProcessingVisitor.java:77) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:174) at spoon.reflect.visitor.CtScanner.visitCtModule(CtScanner.java:925) at spoon.reflect.factory.ModuleFactory$CtUnnamedModule.accept(ModuleFactory.java:105) at spoon.reflect.visitor.CtScanner.scan(CtScanner.java:182) at spoon.support.visitor.ProcessingVisitor.scan(ProcessingVisitor.java:77) at spoon.support.QueueProcessingManager.process(QueueProcessingManager.java:119) at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.generateProcessedSourceFilesUsingTypes(JDTBasedSpoonCompiler.java:467) at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.generateProcessedSourceFiles(JDTBasedSpoonCompiler.java:191) at spoon.Launcher.prettyprint(Launcher.java:725) at spoon.Launcher.run(Launcher.java:663) at spoon.test.ctClass.CtClassTest.testParentOfTheEnclosingClassOfStaticClass(CtClassTest.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) Caused by: java.lang.ClassNotFoundException: daikon.Runtime at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at spoon.support.reflect.reference.CtTypeReferenceImpl.findClass(CtTypeReferenceImpl.java:162) ... 75 more [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.328 s - in spoon.test.ctClass.CtClassTest [INFO] Running spoon.test.visitor.VisitorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in spoon.test.visitor.VisitorTest [INFO] Running spoon.test.visitor.AssignmentsEqualsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in spoon.test.visitor.AssignmentsEqualsTest [INFO] Running spoon.test.staticFieldAccess2.ImplicitStaticFieldReferenceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s - in spoon.test.staticFieldAccess2.ImplicitStaticFieldReferenceTest [INFO] Running spoon.test.pkg.PackageTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in spoon.test.pkg.PackageTest [INFO] Running spoon.LauncherTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in spoon.LauncherTest [INFO] Running spoon.testing.AbstractAssertTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 s - in spoon.testing.AbstractAssertTest [INFO] Running spoon.testing.CtElementAssertTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in spoon.testing.CtElementAssertTest [INFO] Running spoon.testing.CtPackageAssertTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in spoon.testing.CtPackageAssertTest [INFO] Running spoon.testing.FileAssertTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in spoon.testing.FileAssertTest [INFO] Running spoon.MavenLauncherTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s - in spoon.MavenLauncherTest [INFO] Running spoon.processing.CtGenerationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.749 s - in spoon.processing.CtGenerationTest [INFO] Running spoon.processing.ProcessingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in spoon.processing.ProcessingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1392, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (report) @ spoon-core --- [INFO] Loading execution data file /builds/workspace/Spoon-Snapshot-Deployer/target/jacoco.exec [INFO] Analyzed bundle 'Spoon Core' with 710 classes [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ spoon-core --- [INFO] Building jar: /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ spoon-core --- [INFO] Copying system-rules-1.9.0.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/system-rules-1.9.0.jar [INFO] Copying commons-io-2.5.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/commons-io-2.5.jar [INFO] Copying jsap-2.1.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/jsap-2.1.jar [INFO] Copying log4j-1.2.17.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/log4j-1.2.17.jar [INFO] Copying hamcrest-core-1.3.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/hamcrest-core-1.3.jar [INFO] Copying org.eclipse.jdt.core-3.13.50.v20171007-0855.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/org.eclipse.jdt.core-3.13.50.v20171007-0855.jar [INFO] Copying jackson-annotations-2.9.0.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/jackson-annotations-2.9.0.jar [INFO] Copying commons-lang3-3.5.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/commons-lang3-3.5.jar [INFO] Copying jackson-databind-2.9.2.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/jackson-databind-2.9.2.jar [INFO] Copying junit-4.12.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/junit-4.12.jar [INFO] Copying jackson-core-2.9.2.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/jackson-core-2.9.2.jar [INFO] Copying maven-model-3.3.9.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/maven-model-3.3.9.jar [INFO] Copying mockito-all-2.0.2-beta.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/mockito-all-2.0.2-beta.jar [INFO] Copying plexus-utils-3.0.22.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/plexus-utils-3.0.22.jar [INFO] [INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ spoon-core --- [INFO] artifact junit:junit-dep: checking for updates from maven.inria.fr-snapshot [INFO] artifact junit:junit: checking for updates from maven.inria.fr-snapshot [INFO] artifact commons-io:commons-io: checking for updates from maven.inria.fr-snapshot [INFO] Building jar: /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default) @ spoon-core --- [INFO] Starting audit... Audit done. [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spoon-core --- [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT.jar to /builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/pom.xml to /builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT.pom [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT-jar-with-dependencies.jar to /builds/.m2/repository/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ spoon-core --- [INFO] Performing deferred deploys (gathering into "/builds/workspace/Spoon-Snapshot-Deployer/target/nexus-staging/deferred")... [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/nexus-staging/deferred/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/pom.xml to /builds/workspace/Spoon-Snapshot-Deployer/target/nexus-staging/deferred/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT.pom [INFO] Installing /builds/workspace/Spoon-Snapshot-Deployer/target/spoon-core-6.3.0-SNAPSHOT-jar-with-dependencies.jar to /builds/workspace/Spoon-Snapshot-Deployer/target/nexus-staging/deferred/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-SNAPSHOT-jar-with-dependencies.jar [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml 1009/1009 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml (1009 B at 14.7 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7.jar 2/1328 KB 4/1328 KB 6/1328 KB 8/1328 KB 10/1328 KB 12/1328 KB 14/1328 KB 16/1328 KB 18/1328 KB 20/1328 KB 22/1328 KB 24/1328 KB 26/1328 KB 28/1328 KB 30/1328 KB 32/1328 KB 34/1328 KB 36/1328 KB 38/1328 KB 40/1328 KB 42/1328 KB 44/1328 KB 46/1328 KB 48/1328 KB 50/1328 KB 52/1328 KB 54/1328 KB 56/1328 KB 58/1328 KB 60/1328 KB 62/1328 KB 64/1328 KB 66/1328 KB 68/1328 KB 70/1328 KB 72/1328 KB 74/1328 KB 76/1328 KB 78/1328 KB 80/1328 KB 82/1328 KB 84/1328 KB 86/1328 KB 88/1328 KB 90/1328 KB 92/1328 KB 94/1328 KB 96/1328 KB 98/1328 KB 100/1328 KB 102/1328 KB 104/1328 KB 106/1328 KB 108/1328 KB 110/1328 KB 112/1328 KB 114/1328 KB 116/1328 KB 118/1328 KB 120/1328 KB 122/1328 KB 124/1328 KB 126/1328 KB 128/1328 KB 130/1328 KB 132/1328 KB 134/1328 KB 136/1328 KB 138/1328 KB 140/1328 KB 142/1328 KB 144/1328 KB 146/1328 KB 148/1328 KB 150/1328 KB 152/1328 KB 154/1328 KB 156/1328 KB 158/1328 KB 160/1328 KB 162/1328 KB 164/1328 KB 166/1328 KB 168/1328 KB 170/1328 KB 172/1328 KB 174/1328 KB 176/1328 KB 178/1328 KB 180/1328 KB 182/1328 KB 184/1328 KB 186/1328 KB 188/1328 KB 190/1328 KB 192/1328 KB 194/1328 KB 196/1328 KB 198/1328 KB 200/1328 KB 202/1328 KB 204/1328 KB 206/1328 KB 208/1328 KB 210/1328 KB 212/1328 KB 214/1328 KB 216/1328 KB 218/1328 KB 220/1328 KB 222/1328 KB 224/1328 KB 226/1328 KB 228/1328 KB 230/1328 KB 232/1328 KB 234/1328 KB 236/1328 KB 238/1328 KB 240/1328 KB 242/1328 KB 244/1328 KB 246/1328 KB 248/1328 KB 250/1328 KB 252/1328 KB 254/1328 KB 256/1328 KB 258/1328 KB 260/1328 KB 262/1328 KB 264/1328 KB 266/1328 KB 268/1328 KB 270/1328 KB 272/1328 KB 274/1328 KB 276/1328 KB 278/1328 KB 280/1328 KB 282/1328 KB 284/1328 KB 286/1328 KB 288/1328 KB 290/1328 KB 292/1328 KB 294/1328 KB 296/1328 KB 298/1328 KB 300/1328 KB 302/1328 KB 304/1328 KB 306/1328 KB 308/1328 KB 310/1328 KB 312/1328 KB 314/1328 KB 316/1328 KB 318/1328 KB 320/1328 KB 322/1328 KB 324/1328 KB 326/1328 KB 328/1328 KB 330/1328 KB 332/1328 KB 334/1328 KB 336/1328 KB 338/1328 KB 340/1328 KB 342/1328 KB 344/1328 KB 346/1328 KB 348/1328 KB 350/1328 KB 352/1328 KB 354/1328 KB 356/1328 KB 358/1328 KB 360/1328 KB 362/1328 KB 364/1328 KB 366/1328 KB 368/1328 KB 370/1328 KB 372/1328 KB 374/1328 KB 376/1328 KB 378/1328 KB 380/1328 KB 382/1328 KB 384/1328 KB 386/1328 KB 388/1328 KB 390/1328 KB 392/1328 KB 394/1328 KB 396/1328 KB 398/1328 KB 400/1328 KB 402/1328 KB 404/1328 KB 406/1328 KB 408/1328 KB 410/1328 KB 412/1328 KB 414/1328 KB 416/1328 KB 418/1328 KB 420/1328 KB 422/1328 KB 424/1328 KB 426/1328 KB 428/1328 KB 430/1328 KB 432/1328 KB 434/1328 KB 436/1328 KB 438/1328 KB 440/1328 KB 442/1328 KB 444/1328 KB 446/1328 KB 448/1328 KB 450/1328 KB 452/1328 KB 454/1328 KB 456/1328 KB 458/1328 KB 460/1328 KB 462/1328 KB 464/1328 KB 466/1328 KB 468/1328 KB 470/1328 KB 472/1328 KB 474/1328 KB 476/1328 KB 478/1328 KB 480/1328 KB 482/1328 KB 484/1328 KB 486/1328 KB 488/1328 KB 490/1328 KB 492/1328 KB 494/1328 KB 496/1328 KB 498/1328 KB 500/1328 KB 502/1328 KB 504/1328 KB 506/1328 KB 508/1328 KB 510/1328 KB 512/1328 KB 514/1328 KB 516/1328 KB 518/1328 KB 520/1328 KB 522/1328 KB 524/1328 KB 526/1328 KB 528/1328 KB 530/1328 KB 532/1328 KB 534/1328 KB 536/1328 KB 538/1328 KB 540/1328 KB 542/1328 KB 544/1328 KB 546/1328 KB 548/1328 KB 550/1328 KB 552/1328 KB 554/1328 KB 556/1328 KB 558/1328 KB 560/1328 KB 562/1328 KB 564/1328 KB 566/1328 KB 568/1328 KB 570/1328 KB 572/1328 KB 574/1328 KB 576/1328 KB 578/1328 KB 580/1328 KB 582/1328 KB 584/1328 KB 586/1328 KB 588/1328 KB 590/1328 KB 592/1328 KB 594/1328 KB 596/1328 KB 598/1328 KB 600/1328 KB 602/1328 KB 604/1328 KB 606/1328 KB 608/1328 KB 610/1328 KB 612/1328 KB 614/1328 KB 616/1328 KB 618/1328 KB 620/1328 KB 622/1328 KB 624/1328 KB 626/1328 KB 628/1328 KB 630/1328 KB 632/1328 KB 634/1328 KB 636/1328 KB 638/1328 KB 640/1328 KB 642/1328 KB 644/1328 KB 646/1328 KB 648/1328 KB 650/1328 KB 652/1328 KB 654/1328 KB 656/1328 KB 658/1328 KB 660/1328 KB 662/1328 KB 664/1328 KB 666/1328 KB 668/1328 KB 670/1328 KB 672/1328 KB 674/1328 KB 676/1328 KB 678/1328 KB 680/1328 KB 682/1328 KB 684/1328 KB 686/1328 KB 688/1328 KB 690/1328 KB 692/1328 KB 694/1328 KB 696/1328 KB 698/1328 KB 700/1328 KB 702/1328 KB 704/1328 KB 706/1328 KB 708/1328 KB 710/1328 KB 712/1328 KB 714/1328 KB 716/1328 KB 718/1328 KB 720/1328 KB 722/1328 KB 724/1328 KB 726/1328 KB 728/1328 KB 730/1328 KB 732/1328 KB 734/1328 KB 736/1328 KB 738/1328 KB 740/1328 KB 742/1328 KB 744/1328 KB 746/1328 KB 748/1328 KB 750/1328 KB 752/1328 KB 754/1328 KB 756/1328 KB 758/1328 KB 760/1328 KB 762/1328 KB 764/1328 KB 766/1328 KB 768/1328 KB 770/1328 KB 772/1328 KB 774/1328 KB 776/1328 KB 778/1328 KB 780/1328 KB 782/1328 KB 784/1328 KB 786/1328 KB 788/1328 KB 790/1328 KB 792/1328 KB 794/1328 KB 796/1328 KB 798/1328 KB 800/1328 KB 802/1328 KB 804/1328 KB 806/1328 KB 808/1328 KB 810/1328 KB 812/1328 KB 814/1328 KB 816/1328 KB 818/1328 KB 820/1328 KB 822/1328 KB 824/1328 KB 826/1328 KB 828/1328 KB 830/1328 KB 832/1328 KB 834/1328 KB 836/1328 KB 838/1328 KB 840/1328 KB 842/1328 KB 844/1328 KB 846/1328 KB 848/1328 KB 850/1328 KB 852/1328 KB 854/1328 KB 856/1328 KB 858/1328 KB 860/1328 KB 862/1328 KB 864/1328 KB 866/1328 KB 868/1328 KB 870/1328 KB 872/1328 KB 874/1328 KB 876/1328 KB 878/1328 KB 880/1328 KB 882/1328 KB 884/1328 KB 886/1328 KB 888/1328 KB 890/1328 KB 892/1328 KB 894/1328 KB 896/1328 KB 898/1328 KB 900/1328 KB 902/1328 KB 904/1328 KB 906/1328 KB 908/1328 KB 910/1328 KB 912/1328 KB 914/1328 KB 916/1328 KB 918/1328 KB 920/1328 KB 922/1328 KB 924/1328 KB 926/1328 KB 928/1328 KB 930/1328 KB 932/1328 KB 934/1328 KB 936/1328 KB 938/1328 KB 940/1328 KB 942/1328 KB 944/1328 KB 946/1328 KB 948/1328 KB 950/1328 KB 952/1328 KB 954/1328 KB 956/1328 KB 958/1328 KB 960/1328 KB 962/1328 KB 964/1328 KB 966/1328 KB 968/1328 KB 970/1328 KB 972/1328 KB 974/1328 KB 976/1328 KB 978/1328 KB 980/1328 KB 982/1328 KB 984/1328 KB 986/1328 KB 988/1328 KB 990/1328 KB 992/1328 KB 994/1328 KB 996/1328 KB 998/1328 KB 1000/1328 KB 1002/1328 KB 1004/1328 KB 1006/1328 KB 1008/1328 KB 1010/1328 KB 1012/1328 KB 1014/1328 KB 1016/1328 KB 1018/1328 KB 1020/1328 KB 1022/1328 KB 1024/1328 KB 1026/1328 KB 1028/1328 KB 1030/1328 KB 1032/1328 KB 1034/1328 KB 1036/1328 KB 1038/1328 KB 1040/1328 KB 1042/1328 KB 1044/1328 KB 1046/1328 KB 1048/1328 KB 1050/1328 KB 1052/1328 KB 1054/1328 KB 1056/1328 KB 1058/1328 KB 1060/1328 KB 1062/1328 KB 1064/1328 KB 1066/1328 KB 1068/1328 KB 1070/1328 KB 1072/1328 KB 1074/1328 KB 1076/1328 KB 1078/1328 KB 1080/1328 KB 1082/1328 KB 1084/1328 KB 1086/1328 KB 1088/1328 KB 1090/1328 KB 1092/1328 KB 1094/1328 KB 1096/1328 KB 1098/1328 KB 1100/1328 KB 1102/1328 KB 1104/1328 KB 1106/1328 KB 1108/1328 KB 1110/1328 KB 1112/1328 KB 1114/1328 KB 1116/1328 KB 1118/1328 KB 1120/1328 KB 1122/1328 KB 1124/1328 KB 1126/1328 KB 1128/1328 KB 1130/1328 KB 1132/1328 KB 1134/1328 KB 1136/1328 KB 1138/1328 KB 1140/1328 KB 1142/1328 KB 1144/1328 KB 1146/1328 KB 1148/1328 KB 1150/1328 KB 1152/1328 KB 1154/1328 KB 1156/1328 KB 1158/1328 KB 1160/1328 KB 1162/1328 KB 1164/1328 KB 1166/1328 KB 1168/1328 KB 1170/1328 KB 1172/1328 KB 1174/1328 KB 1176/1328 KB 1178/1328 KB 1180/1328 KB 1182/1328 KB 1184/1328 KB 1186/1328 KB 1188/1328 KB 1190/1328 KB 1192/1328 KB 1194/1328 KB 1196/1328 KB 1198/1328 KB 1200/1328 KB 1202/1328 KB 1204/1328 KB 1206/1328 KB 1208/1328 KB 1210/1328 KB 1212/1328 KB 1214/1328 KB 1216/1328 KB 1218/1328 KB 1220/1328 KB 1222/1328 KB 1224/1328 KB 1226/1328 KB 1228/1328 KB 1230/1328 KB 1232/1328 KB 1234/1328 KB 1236/1328 KB 1238/1328 KB 1240/1328 KB 1242/1328 KB 1244/1328 KB 1246/1328 KB 1248/1328 KB 1250/1328 KB 1252/1328 KB 1254/1328 KB 1256/1328 KB 1258/1328 KB 1260/1328 KB 1262/1328 KB 1264/1328 KB 1266/1328 KB 1268/1328 KB 1270/1328 KB 1272/1328 KB 1274/1328 KB 1276/1328 KB 1278/1328 KB 1280/1328 KB 1282/1328 KB 1284/1328 KB 1286/1328 KB 1288/1328 KB 1290/1328 KB 1292/1328 KB 1294/1328 KB 1296/1328 KB 1298/1328 KB 1300/1328 KB 1302/1328 KB 1304/1328 KB 1306/1328 KB 1308/1328 KB 1310/1328 KB 1312/1328 KB 1314/1328 KB 1316/1328 KB 1318/1328 KB 1320/1328 KB 1322/1328 KB 1324/1328 KB 1326/1328 KB 1328/1328 KB Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7.jar (1328 KB at 4626.4 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7.pom 2/20 KB 4/20 KB 6/20 KB 8/20 KB 10/20 KB 12/20 KB 14/20 KB 16/20 KB 18/20 KB 20/20 KB Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7.pom (20 KB at 167.5 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml 384/384 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (384 B at 9.4 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml 1009/1009 B Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml (1009 B at 35.2 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml 327/327 B Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (327 B at 6.0 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7-jar-with-dependencies.jar 2/10877 KB 4/10877 KB 6/10877 KB 8/10877 KB 10/10877 KB 12/10877 KB 14/10877 KB 16/10877 KB 18/10877 KB 20/10877 KB 22/10877 KB 24/10877 KB 26/10877 KB 28/10877 KB 30/10877 KB 32/10877 KB 34/10877 KB 36/10877 KB 38/10877 KB 40/10877 KB 42/10877 KB 44/10877 KB 46/10877 KB 48/10877 KB 50/10877 KB 52/10877 KB 54/10877 KB 56/10877 KB 58/10877 KB 60/10877 KB 62/10877 KB 64/10877 KB 66/10877 KB 68/10877 KB 70/10877 KB 72/10877 KB 74/10877 KB 76/10877 KB 78/10877 KB 80/10877 KB 82/10877 KB 84/10877 KB 86/10877 KB 88/10877 KB 90/10877 KB 92/10877 KB 94/10877 KB 96/10877 KB 98/10877 KB 100/10877 KB 102/10877 KB 104/10877 KB 106/10877 KB 108/10877 KB 110/10877 KB 112/10877 KB 114/10877 KB 116/10877 KB 118/10877 KB 120/10877 KB 122/10877 KB 124/10877 KB 126/10877 KB 128/10877 KB 130/10877 KB 132/10877 KB 134/10877 KB 136/10877 KB 138/10877 KB 140/10877 KB 142/10877 KB 144/10877 KB 146/10877 KB 148/10877 KB 150/10877 KB 152/10877 KB 154/10877 KB 156/10877 KB 158/10877 KB 160/10877 KB 162/10877 KB 164/10877 KB 166/10877 KB 168/10877 KB 170/10877 KB 172/10877 KB 174/10877 KB 176/10877 KB 178/10877 KB 180/10877 KB 182/10877 KB 184/10877 KB 186/10877 KB 188/10877 KB 190/10877 KB 192/10877 KB 194/10877 KB 196/10877 KB 198/10877 KB 200/10877 KB 202/10877 KB 204/10877 KB 206/10877 KB 208/10877 KB 210/10877 KB 212/10877 KB 214/10877 KB 216/10877 KB 218/10877 KB 220/10877 KB 222/10877 KB 224/10877 KB 226/10877 KB 228/10877 KB 230/10877 KB 232/10877 KB 234/10877 KB 236/10877 KB 238/10877 KB 240/10877 KB 242/10877 KB 244/10877 KB 246/10877 KB 248/10877 KB 250/10877 KB 252/10877 KB 254/10877 KB 256/10877 KB 258/10877 KB 260/10877 KB 262/10877 KB 264/10877 KB 266/10877 KB 268/10877 KB 270/10877 KB 272/10877 KB 274/10877 KB 276/10877 KB 278/10877 KB 280/10877 KB 282/10877 KB 284/10877 KB 286/10877 KB 288/10877 KB 290/10877 KB 292/10877 KB 294/10877 KB 296/10877 KB 298/10877 KB 300/10877 KB 302/10877 KB 304/10877 KB 306/10877 KB 308/10877 KB 310/10877 KB 312/10877 KB 314/10877 KB 316/10877 KB 318/10877 KB 320/10877 KB 322/10877 KB 324/10877 KB 326/10877 KB 328/10877 KB 330/10877 KB 332/10877 KB 334/10877 KB 336/10877 KB 338/10877 KB 340/10877 KB 342/10877 KB 344/10877 KB 346/10877 KB 348/10877 KB 350/10877 KB 352/10877 KB 354/10877 KB 356/10877 KB 358/10877 KB 360/10877 KB 362/10877 KB 364/10877 KB 366/10877 KB 368/10877 KB 370/10877 KB 372/10877 KB 374/10877 KB 376/10877 KB 378/10877 KB 380/10877 KB 382/10877 KB 384/10877 KB 386/10877 KB 388/10877 KB 390/10877 KB 392/10877 KB 394/10877 KB 396/10877 KB 398/10877 KB 400/10877 KB 402/10877 KB 404/10877 KB 406/10877 KB 408/10877 KB 410/10877 KB 412/10877 KB 414/10877 KB 416/10877 KB 418/10877 KB 420/10877 KB 422/10877 KB 424/10877 KB 426/10877 KB 428/10877 KB 430/10877 KB 432/10877 KB 434/10877 KB 436/10877 KB 438/10877 KB 440/10877 KB 442/10877 KB 444/10877 KB 446/10877 KB 448/10877 KB 450/10877 KB 452/10877 KB 454/10877 KB 456/10877 KB 458/10877 KB 460/10877 KB 462/10877 KB 464/10877 KB 466/10877 KB 468/10877 KB 470/10877 KB 472/10877 KB 474/10877 KB 476/10877 KB 478/10877 KB 480/10877 KB 482/10877 KB 484/10877 KB 486/10877 KB 488/10877 KB 490/10877 KB 492/10877 KB 494/10877 KB 496/10877 KB 498/10877 KB 500/10877 KB 502/10877 KB 504/10877 KB 506/10877 KB 508/10877 KB 510/10877 KB 512/10877 KB 514/10877 KB 516/10877 KB 518/10877 KB 520/10877 KB 522/10877 KB 524/10877 KB 526/10877 KB 528/10877 KB 530/10877 KB 532/10877 KB 534/10877 KB 536/10877 KB 538/10877 KB 540/10877 KB 542/10877 KB 544/10877 KB 546/10877 KB 548/10877 KB 550/10877 KB 552/10877 KB 554/10877 KB 556/10877 KB 558/10877 KB 560/10877 KB 562/10877 KB 564/10877 KB 566/10877 KB 568/10877 KB 570/10877 KB 572/10877 KB 574/10877 KB 576/10877 KB 578/10877 KB 580/10877 KB 582/10877 KB 584/10877 KB 586/10877 KB 588/10877 KB 590/10877 KB 592/10877 KB 594/10877 KB 596/10877 KB 598/10877 KB 600/10877 KB 602/10877 KB 604/10877 KB 606/10877 KB 608/10877 KB 610/10877 KB 612/10877 KB 614/10877 KB 616/10877 KB 618/10877 KB 620/10877 KB 622/10877 KB 624/10877 KB 626/10877 KB 628/10877 KB 630/10877 KB 632/10877 KB 634/10877 KB 636/10877 KB 638/10877 KB 640/10877 KB 642/10877 KB 644/10877 KB 646/10877 KB 648/10877 KB 650/10877 KB 652/10877 KB 654/10877 KB 656/10877 KB 658/10877 KB 660/10877 KB 662/10877 KB 664/10877 KB 666/10877 KB 668/10877 KB 670/10877 KB 672/10877 KB 674/10877 KB 676/10877 KB 678/10877 KB 680/10877 KB 682/10877 KB 684/10877 KB 686/10877 KB 688/10877 KB 690/10877 KB 692/10877 KB 694/10877 KB 696/10877 KB 698/10877 KB 700/10877 KB 702/10877 KB 704/10877 KB 706/10877 KB 708/10877 KB 710/10877 KB 712/10877 KB 714/10877 KB 716/10877 KB 718/10877 KB 720/10877 KB 722/10877 KB 724/10877 KB 726/10877 KB 728/10877 KB 730/10877 KB 732/10877 KB 734/10877 KB 736/10877 KB 738/10877 KB 740/10877 KB 742/10877 KB 744/10877 KB 746/10877 KB 748/10877 KB 750/10877 KB 752/10877 KB 754/10877 KB 756/10877 KB 758/10877 KB 760/10877 KB 762/10877 KB 764/10877 KB 766/10877 KB 768/10877 KB 770/10877 KB 772/10877 KB 774/10877 KB 776/10877 KB 778/10877 KB 780/10877 KB 782/10877 KB 784/10877 KB 786/10877 KB 788/10877 KB 790/10877 KB 792/10877 KB 794/10877 KB 796/10877 KB 798/10877 KB 800/10877 KB 802/10877 KB 804/10877 KB 806/10877 KB 808/10877 KB 810/10877 KB 812/10877 KB 814/10877 KB 816/10877 KB 818/10877 KB 820/10877 KB 822/10877 KB 824/10877 KB 826/10877 KB 828/10877 KB 830/10877 KB 832/10877 KB 834/10877 KB 836/10877 KB 838/10877 KB 840/10877 KB 842/10877 KB 844/10877 KB 846/10877 KB 848/10877 KB 850/10877 KB 852/10877 KB 854/10877 KB 856/10877 KB 858/10877 KB 860/10877 KB 862/10877 KB 864/10877 KB 866/10877 KB 868/10877 KB 870/10877 KB 872/10877 KB 874/10877 KB 876/10877 KB 878/10877 KB 880/10877 KB 882/10877 KB 884/10877 KB 886/10877 KB 888/10877 KB 890/10877 KB 892/10877 KB 894/10877 KB 896/10877 KB 898/10877 KB 900/10877 KB 902/10877 KB 904/10877 KB 906/10877 KB 908/10877 KB 910/10877 KB 912/10877 KB 914/10877 KB 916/10877 KB 918/10877 KB 920/10877 KB 922/10877 KB 924/10877 KB 926/10877 KB 928/10877 KB 930/10877 KB 932/10877 KB 934/10877 KB 936/10877 KB 938/10877 KB 940/10877 KB 942/10877 KB 944/10877 KB 946/10877 KB 948/10877 KB 950/10877 KB 952/10877 KB 954/10877 KB 956/10877 KB 958/10877 KB 960/10877 KB 962/10877 KB 964/10877 KB 966/10877 KB 968/10877 KB 970/10877 KB 972/10877 KB 974/10877 KB 976/10877 KB 978/10877 KB 980/10877 KB 982/10877 KB 984/10877 KB 986/10877 KB 988/10877 KB 990/10877 KB 992/10877 KB 994/10877 KB 996/10877 KB 998/10877 KB 1000/10877 KB 1002/10877 KB 1004/10877 KB 1006/10877 KB 1008/10877 KB 1010/10877 KB 1012/10877 KB 1014/10877 KB 1016/10877 KB 1018/10877 KB 1020/10877 KB 1022/10877 KB 1024/10877 KB 1026/10877 KB 1028/10877 KB 1030/10877 KB 1032/10877 KB 1034/10877 KB 1036/10877 KB 1038/10877 KB 1040/10877 KB 1042/10877 KB 1044/10877 KB 1046/10877 KB 1048/10877 KB 1050/10877 KB 1052/10877 KB 1054/10877 KB 1056/10877 KB 1058/10877 KB 1060/10877 KB 1062/10877 KB 1064/10877 KB 1066/10877 KB 1068/10877 KB 1070/10877 KB 1072/10877 KB 1074/10877 KB 1076/10877 KB 1078/10877 KB 1080/10877 KB 1082/10877 KB 1084/10877 KB 1086/10877 KB 1088/10877 KB 1090/10877 KB 1092/10877 KB 1094/10877 KB 1096/10877 KB 1098/10877 KB 1100/10877 KB 1102/10877 KB 1104/10877 KB 1106/10877 KB 1108/10877 KB 1110/10877 KB 1112/10877 KB 1114/10877 KB 1116/10877 KB 1118/10877 KB 1120/10877 KB 1122/10877 KB 1124/10877 KB 1126/10877 KB 1128/10877 KB 1130/10877 KB 1132/10877 KB 1134/10877 KB 1136/10877 KB 1138/10877 KB 1140/10877 KB 1142/10877 KB 1144/10877 KB 1146/10877 KB 1148/10877 KB 1150/10877 KB 1152/10877 KB 1154/10877 KB 1156/10877 KB 1158/10877 KB 1160/10877 KB 1162/10877 KB 1164/10877 KB 1166/10877 KB 1168/10877 KB 1170/10877 KB 1172/10877 KB 1174/10877 KB 1176/10877 KB 1178/10877 KB 1180/10877 KB 1182/10877 KB 1184/10877 KB 1186/10877 KB 1188/10877 KB 1190/10877 KB 1192/10877 KB 1194/10877 KB 1196/10877 KB 1198/10877 KB 1200/10877 KB 1202/10877 KB 1204/10877 KB 1206/10877 KB 1208/10877 KB 1210/10877 KB 1212/10877 KB 1214/10877 KB 1216/10877 KB 1218/10877 KB 1220/10877 KB 1222/10877 KB 1224/10877 KB 1226/10877 KB 1228/10877 KB 1230/10877 KB 1232/10877 KB 1234/10877 KB 1236/10877 KB 1238/10877 KB 1240/10877 KB 1242/10877 KB 1244/10877 KB 1246/10877 KB 1248/10877 KB 1250/10877 KB 1252/10877 KB 1254/10877 KB 1256/10877 KB 1258/10877 KB 1260/10877 KB 1262/10877 KB 1264/10877 KB 1266/10877 KB 1268/10877 KB 1270/10877 KB 1272/10877 KB 1274/10877 KB 1276/10877 KB 1278/10877 KB 1280/10877 KB 1282/10877 KB 1284/10877 KB 1286/10877 KB 1288/10877 KB 1290/10877 KB 1292/10877 KB 1294/10877 KB 1296/10877 KB 1298/10877 KB 1300/10877 KB 1302/10877 KB 1304/10877 KB 1306/10877 KB 1308/10877 KB 1310/10877 KB 1312/10877 KB 1314/10877 KB 1316/10877 KB 1318/10877 KB 1320/10877 KB 1322/10877 KB 1324/10877 KB 1326/10877 KB 1328/10877 KB 1330/10877 KB 1332/10877 KB 1334/10877 KB 1336/10877 KB 1338/10877 KB 1340/10877 KB 1342/10877 KB 1344/10877 KB 1346/10877 KB 1348/10877 KB 1350/10877 KB 1352/10877 KB 1354/10877 KB 1356/10877 KB 1358/10877 KB 1360/10877 KB 1362/10877 KB 1364/10877 KB 1366/10877 KB 1368/10877 KB 1370/10877 KB 1372/10877 KB 1374/10877 KB 1376/10877 KB 1378/10877 KB 1380/10877 KB 1382/10877 KB 1384/10877 KB 1386/10877 KB 1388/10877 KB 1390/10877 KB 1392/10877 KB 1394/10877 KB 1396/10877 KB 1398/10877 KB 1400/10877 KB 1402/10877 KB 1404/10877 KB 1406/10877 KB 1408/10877 KB 1410/10877 KB 1412/10877 KB 1414/10877 KB 1416/10877 KB 1418/10877 KB 1420/10877 KB 1422/10877 KB 1424/10877 KB 1426/10877 KB 1428/10877 KB 1430/10877 KB 1432/10877 KB 1434/10877 KB 1436/10877 KB 1438/10877 KB 1440/10877 KB 1442/10877 KB 1444/10877 KB 1446/10877 KB 1448/10877 KB 1450/10877 KB 1452/10877 KB 1454/10877 KB 1456/10877 KB 1458/10877 KB 1460/10877 KB 1462/10877 KB 1464/10877 KB 1466/10877 KB 1468/10877 KB 1470/10877 KB 1472/10877 KB 1474/10877 KB 1476/10877 KB 1478/10877 KB 1480/10877 KB 1482/10877 KB 1484/10877 KB 1486/10877 KB 1488/10877 KB 1490/10877 KB 1492/10877 KB 1494/10877 KB 1496/10877 KB 1498/10877 KB 1500/10877 KB 1502/10877 KB 1504/10877 KB 1506/10877 KB 1508/10877 KB 1510/10877 KB 1512/10877 KB 1514/10877 KB 1516/10877 KB 1518/10877 KB 1520/10877 KB 1522/10877 KB 1524/10877 KB 1526/10877 KB 1528/10877 KB 1530/10877 KB 1532/10877 KB 1534/10877 KB 1536/10877 KB 1538/10877 KB 1540/10877 KB 1542/10877 KB 1544/10877 KB 1546/10877 KB 1548/10877 KB 1550/10877 KB 1552/10877 KB 1554/10877 KB 1556/10877 KB 1558/10877 KB 1560/10877 KB 1562/10877 KB 1564/10877 KB 1566/10877 KB 1568/10877 KB 1570/10877 KB 1572/10877 KB 1574/10877 KB 1576/10877 KB 1578/10877 KB 1580/10877 KB 1582/10877 KB 1584/10877 KB 1586/10877 KB 1588/10877 KB 1590/10877 KB 1592/10877 KB 1594/10877 KB 1596/10877 KB 1598/10877 KB 1600/10877 KB 1602/10877 KB 1604/10877 KB 1606/10877 KB 1608/10877 KB 1610/10877 KB 1612/10877 KB 1614/10877 KB 1616/10877 KB 1618/10877 KB 1620/10877 KB 1622/10877 KB 1624/10877 KB 1626/10877 KB 1628/10877 KB 1630/10877 KB 1632/10877 KB 1634/10877 KB 1636/10877 KB 1638/10877 KB 1640/10877 KB 1642/10877 KB 1644/10877 KB 1646/10877 KB 1648/10877 KB 1650/10877 KB 1652/10877 KB 1654/10877 KB 1656/10877 KB 1658/10877 KB 1660/10877 KB 1662/10877 KB 1664/10877 KB 1666/10877 KB 1668/10877 KB 1670/10877 KB 1672/10877 KB 1674/10877 KB 1676/10877 KB 1678/10877 KB 1680/10877 KB 1682/10877 KB 1684/10877 KB 1686/10877 KB 1688/10877 KB 1690/10877 KB 1692/10877 KB 1694/10877 KB 1696/10877 KB 1698/10877 KB 1700/10877 KB 1702/10877 KB 1704/10877 KB 1706/10877 KB 1708/10877 KB 1710/10877 KB 1712/10877 KB 1714/10877 KB 1716/10877 KB 1718/10877 KB 1720/10877 KB 1722/10877 KB 1724/10877 KB 1726/10877 KB 1728/10877 KB 1730/10877 KB 1732/10877 KB 1734/10877 KB 1736/10877 KB 1738/10877 KB 1740/10877 KB 1742/10877 KB 1744/10877 KB 1746/10877 KB 1748/10877 KB 1750/10877 KB 1752/10877 KB 1754/10877 KB 1756/10877 KB 1758/10877 KB 1760/10877 KB 1762/10877 KB 1764/10877 KB 1766/10877 KB 1768/10877 KB 1770/10877 KB 1772/10877 KB 1774/10877 KB 1776/10877 KB 1778/10877 KB 1780/10877 KB 1782/10877 KB 1784/10877 KB 1786/10877 KB 1788/10877 KB 1790/10877 KB 1792/10877 KB 1794/10877 KB 1796/10877 KB 1798/10877 KB 1800/10877 KB 1802/10877 KB 1804/10877 KB 1806/10877 KB 1808/10877 KB 1810/10877 KB 1812/10877 KB 1814/10877 KB 1816/10877 KB 1818/10877 KB 1820/10877 KB 1822/10877 KB 1824/10877 KB 1826/10877 KB 1828/10877 KB 1830/10877 KB 1832/10877 KB 1834/10877 KB 1836/10877 KB 1838/10877 KB 1840/10877 KB 1842/10877 KB 1844/10877 KB 1846/10877 KB 1848/10877 KB 1850/10877 KB 1852/10877 KB 1854/10877 KB 1856/10877 KB 1858/10877 KB 1860/10877 KB 1862/10877 KB 1864/10877 KB 1866/10877 KB 1868/10877 KB 1870/10877 KB 1872/10877 KB 1874/10877 KB 1876/10877 KB 1878/10877 KB 1880/10877 KB 1882/10877 KB 1884/10877 KB 1886/10877 KB 1888/10877 KB 1890/10877 KB 1892/10877 KB 1894/10877 KB 1896/10877 KB 1898/10877 KB 1900/10877 KB 1902/10877 KB 1904/10877 KB 1906/10877 KB 1908/10877 KB 1910/10877 KB 1912/10877 KB 1914/10877 KB 1916/10877 KB 1918/10877 KB 1920/10877 KB 1922/10877 KB 1924/10877 KB 1926/10877 KB 1928/10877 KB 1930/10877 KB 1932/10877 KB 1934/10877 KB 1936/10877 KB 1938/10877 KB 1940/10877 KB 1942/10877 KB 1944/10877 KB 1946/10877 KB 1948/10877 KB 1950/10877 KB 1952/10877 KB 1954/10877 KB 1956/10877 KB 1958/10877 KB 1960/10877 KB 1962/10877 KB 1964/10877 KB 1966/10877 KB 1968/10877 KB 1970/10877 KB 1972/10877 KB 1974/10877 KB 1976/10877 KB 1978/10877 KB 1980/10877 KB 1982/10877 KB 1984/10877 KB 1986/10877 KB 1988/10877 KB 1990/10877 KB 1992/10877 KB 1994/10877 KB 1996/10877 KB 1998/10877 KB 2000/10877 KB 2002/10877 KB 2004/10877 KB 2006/10877 KB 2008/10877 KB 2010/10877 KB 2012/10877 KB 2014/10877 KB 2016/10877 KB 2018/10877 KB 2020/10877 KB 2022/10877 KB 2024/10877 KB 2026/10877 KB 2028/10877 KB 2030/10877 KB 2032/10877 KB 2034/10877 KB 2036/10877 KB 2038/10877 KB 2040/10877 KB 2042/10877 KB 2044/10877 KB 2046/10877 KB 2048/10877 KB 2050/10877 KB 2052/10877 KB 2054/10877 KB 2056/10877 KB 2058/10877 KB 2060/10877 KB 2062/10877 KB 2064/10877 KB 2066/10877 KB 2068/10877 KB 2070/10877 KB 2072/10877 KB 2074/10877 KB 2076/10877 KB 2078/10877 KB 2080/10877 KB 2082/10877 KB 2084/10877 KB 2086/10877 KB 2088/10877 KB 2090/10877 KB 2092/10877 KB 2094/10877 KB 2096/10877 KB 2098/10877 KB 2100/10877 KB 2102/10877 KB 2104/10877 KB 2106/10877 KB 2108/10877 KB 2110/10877 KB 2112/10877 KB 2114/10877 KB 2116/10877 KB 2118/10877 KB 2120/10877 KB 2122/10877 KB 2124/10877 KB 2126/10877 KB 2128/10877 KB 2130/10877 KB 2132/10877 KB 2134/10877 KB 2136/10877 KB 2138/10877 KB 2140/10877 KB 2142/10877 KB 2144/10877 KB 2146/10877 KB 2148/10877 KB 2150/10877 KB 2152/10877 KB 2154/10877 KB 2156/10877 KB 2158/10877 KB 2160/10877 KB 2162/10877 KB 2164/10877 KB 2166/10877 KB 2168/10877 KB 2170/10877 KB 2172/10877 KB 2174/10877 KB 2176/10877 KB 2178/10877 KB 2180/10877 KB 2182/10877 KB 2184/10877 KB 2186/10877 KB 2188/10877 KB 2190/10877 KB 2192/10877 KB 2194/10877 KB 2196/10877 KB 2198/10877 KB 2200/10877 KB 2202/10877 KB 2204/10877 KB 2206/10877 KB 2208/10877 KB 2210/10877 KB 2212/10877 KB 2214/10877 KB 2216/10877 KB 2218/10877 KB 2220/10877 KB 2222/10877 KB 2224/10877 KB 2226/10877 KB 2228/10877 KB 2230/10877 KB 2232/10877 KB 2234/10877 KB 2236/10877 KB 2238/10877 KB 2240/10877 KB 2242/10877 KB 2244/10877 KB 2246/10877 KB 2248/10877 KB 2250/10877 KB 2252/10877 KB 2254/10877 KB 2256/10877 KB 2258/10877 KB 2260/10877 KB 2262/10877 KB 2264/10877 KB 2266/10877 KB 2268/10877 KB 2270/10877 KB 2272/10877 KB 2274/10877 KB 2276/10877 KB 2278/10877 KB 2280/10877 KB 2282/10877 KB 2284/10877 KB 2286/10877 KB 2288/10877 KB 2290/10877 KB 2292/10877 KB 2294/10877 KB 2296/10877 KB 2298/10877 KB 2300/10877 KB 2302/10877 KB 2304/10877 KB 2306/10877 KB 2308/10877 KB 2310/10877 KB 2312/10877 KB 2314/10877 KB 2316/10877 KB 2318/10877 KB 2320/10877 KB 2322/10877 KB 2324/10877 KB 2326/10877 KB 2328/10877 KB 2330/10877 KB 2332/10877 KB 2334/10877 KB 2336/10877 KB 2338/10877 KB 2340/10877 KB 2342/10877 KB 2344/10877 KB 2346/10877 KB 2348/10877 KB 2350/10877 KB 2352/10877 KB 2354/10877 KB 2356/10877 KB 2358/10877 KB 2360/10877 KB 2362/10877 KB 2364/10877 KB 2366/10877 KB 2368/10877 KB 2370/10877 KB 2372/10877 KB 2374/10877 KB 2376/10877 KB 2378/10877 KB 2380/10877 KB 2382/10877 KB 2384/10877 KB 2386/10877 KB 2388/10877 KB 2390/10877 KB 2392/10877 KB 2394/10877 KB 2396/10877 KB 2398/10877 KB 2400/10877 KB 2402/10877 KB 2404/10877 KB 2406/10877 KB 2408/10877 KB 2410/10877 KB 2412/10877 KB 2414/10877 KB 2416/10877 KB 2418/10877 KB 2420/10877 KB 2422/10877 KB 2424/10877 KB 2426/10877 KB 2428/10877 KB 2430/10877 KB 2432/10877 KB 2434/10877 KB 2436/10877 KB 2438/10877 KB 2440/10877 KB 2442/10877 KB 2444/10877 KB 2446/10877 KB 2448/10877 KB 2450/10877 KB 2452/10877 KB 2454/10877 KB 2456/10877 KB 2458/10877 KB 2460/10877 KB 2462/10877 KB 2464/10877 KB 2466/10877 KB 2468/10877 KB 2470/10877 KB 2472/10877 KB 2474/10877 KB 2476/10877 KB 2478/10877 KB 2480/10877 KB 2482/10877 KB 2484/10877 KB 2486/10877 KB 2488/10877 KB 2490/10877 KB 2492/10877 KB 2494/10877 KB 2496/10877 KB 2498/10877 KB 2500/10877 KB 2502/10877 KB 2504/10877 KB 2506/10877 KB 2508/10877 KB 2510/10877 KB 2512/10877 KB 2514/10877 KB 2516/10877 KB 2518/10877 KB 2520/10877 KB 2522/10877 KB 2524/10877 KB 2526/10877 KB 2528/10877 KB 2530/10877 KB 2532/10877 KB 2534/10877 KB 2536/10877 KB 2538/10877 KB 2540/10877 KB 2542/10877 KB 2544/10877 KB 2546/10877 KB 2548/10877 KB 2550/10877 KB 2552/10877 KB 2554/10877 KB 2556/10877 KB 2558/10877 KB 2560/10877 KB 2562/10877 KB 2564/10877 KB 2566/10877 KB 2568/10877 KB 2570/10877 KB 2572/10877 KB 2574/10877 KB 2576/10877 KB 2578/10877 KB 2580/10877 KB 2582/10877 KB 2584/10877 KB 2586/10877 KB 2588/10877 KB 2590/10877 KB 2592/10877 KB 2594/10877 KB 2596/10877 KB 2598/10877 KB 2600/10877 KB 2602/10877 KB 2604/10877 KB 2606/10877 KB 2608/10877 KB 2610/10877 KB 2612/10877 KB 2614/10877 KB 2616/10877 KB 2618/10877 KB 2620/10877 KB 2622/10877 KB 2624/10877 KB 2626/10877 KB 2628/10877 KB 2630/10877 KB 2632/10877 KB 2634/10877 KB 2636/10877 KB 2638/10877 KB 2640/10877 KB 2642/10877 KB 2644/10877 KB 2646/10877 KB 2648/10877 KB 2650/10877 KB 2652/10877 KB 2654/10877 KB 2656/10877 KB 2658/10877 KB 2660/10877 KB 2662/10877 KB 2664/10877 KB 2666/10877 KB 2668/10877 KB 2670/10877 KB 2672/10877 KB 2674/10877 KB 2676/10877 KB 2678/10877 KB 2680/10877 KB 2682/10877 KB 2684/10877 KB 2686/10877 KB 2688/10877 KB 2690/10877 KB 2692/10877 KB 2694/10877 KB 2696/10877 KB 2698/10877 KB 2700/10877 KB 2702/10877 KB 2704/10877 KB 2706/10877 KB 2708/10877 KB 2710/10877 KB 2712/10877 KB 2714/10877 KB 2716/10877 KB 2718/10877 KB 2720/10877 KB 2722/10877 KB 2724/10877 KB 2726/10877 KB 2728/10877 KB 2730/10877 KB 2732/10877 KB 2734/10877 KB 2736/10877 KB 2738/10877 KB 2740/10877 KB 2742/10877 KB 2744/10877 KB 2746/10877 KB 2748/10877 KB 2750/10877 KB 2752/10877 KB 2754/10877 KB 2756/10877 KB 2758/10877 KB 2760/10877 KB 2762/10877 KB 2764/10877 KB 2766/10877 KB 2768/10877 KB 2770/10877 KB 2772/10877 KB 2774/10877 KB 2776/10877 KB 2778/10877 KB 2780/10877 KB 2782/10877 KB 2784/10877 KB 2786/10877 KB 2788/10877 KB 2790/10877 KB 2792/10877 KB 2794/10877 KB 2796/10877 KB 2798/10877 KB 2800/10877 KB 2802/10877 KB 2804/10877 KB 2806/10877 KB 2808/10877 KB 2810/10877 KB 2812/10877 KB 2814/10877 KB 2816/10877 KB 2818/10877 KB 2820/10877 KB 2822/10877 KB 2824/10877 KB 2826/10877 KB 2828/10877 KB 2830/10877 KB 2832/10877 KB 2834/10877 KB 2836/10877 KB 2838/10877 KB 2840/10877 KB 2842/10877 KB 2844/10877 KB 2846/10877 KB 2848/10877 KB 2850/10877 KB 2852/10877 KB 2854/10877 KB 2856/10877 KB 2858/10877 KB 2860/10877 KB 2862/10877 KB 2864/10877 KB 2866/10877 KB 2868/10877 KB 2870/10877 KB 2872/10877 KB 2874/10877 KB 2876/10877 KB 2878/10877 KB 2880/10877 KB 2882/10877 KB 2884/10877 KB 2886/10877 KB 2888/10877 KB 2890/10877 KB 2892/10877 KB 2894/10877 KB 2896/10877 KB 2898/10877 KB 2900/10877 KB 2902/10877 KB 2904/10877 KB 2906/10877 KB 2908/10877 KB 2910/10877 KB 2912/10877 KB 2914/10877 KB 2916/10877 KB 2918/10877 KB 2920/10877 KB 2922/10877 KB 2924/10877 KB 2926/10877 KB 2928/10877 KB 2930/10877 KB 2932/10877 KB 2934/10877 KB 2936/10877 KB 2938/10877 KB 2940/10877 KB 2942/10877 KB 2944/10877 KB 2946/10877 KB 2948/10877 KB 2950/10877 KB 2952/10877 KB 2954/10877 KB 2956/10877 KB 2958/10877 KB 2960/10877 KB 2962/10877 KB 2964/10877 KB 2966/10877 KB 2968/10877 KB 2970/10877 KB 2972/10877 KB 2974/10877 KB 2976/10877 KB 2978/10877 KB 2980/10877 KB 2982/10877 KB 2984/10877 KB 2986/10877 KB 2988/10877 KB 2990/10877 KB 2992/10877 KB 2994/10877 KB 2996/10877 KB 2998/10877 KB 3000/10877 KB 3002/10877 KB 3004/10877 KB 3006/10877 KB 3008/10877 KB 3010/10877 KB 3012/10877 KB 3014/10877 KB 3016/10877 KB 3018/10877 KB 3020/10877 KB 3022/10877 KB 3024/10877 KB 3026/10877 KB 3028/10877 KB 3030/10877 KB 3032/10877 KB 3034/10877 KB 3036/10877 KB 3038/10877 KB 3040/10877 KB 3042/10877 KB 3044/10877 KB 3046/10877 KB 3048/10877 KB 3050/10877 KB 3052/10877 KB 3054/10877 KB 3056/10877 KB 3058/10877 KB 3060/10877 KB 3062/10877 KB 3064/10877 KB 3066/10877 KB 3068/10877 KB 3070/10877 KB 3072/10877 KB 3074/10877 KB 3076/10877 KB 3078/10877 KB 3080/10877 KB 3082/10877 KB 3084/10877 KB 3086/10877 KB 3088/10877 KB 3090/10877 KB 3092/10877 KB 3094/10877 KB 3096/10877 KB 3098/10877 KB 3100/10877 KB 3102/10877 KB 3104/10877 KB 3106/10877 KB 3108/10877 KB 3110/10877 KB 3112/10877 KB 3114/10877 KB 3116/10877 KB 3118/10877 KB 3120/10877 KB 3122/10877 KB 3124/10877 KB 3126/10877 KB 3128/10877 KB 3130/10877 KB 3132/10877 KB 3134/10877 KB 3136/10877 KB 3138/10877 KB 3140/10877 KB 3142/10877 KB 3144/10877 KB 3146/10877 KB 3148/10877 KB 3150/10877 KB 3152/10877 KB 3154/10877 KB 3156/10877 KB 3158/10877 KB 3160/10877 KB 3162/10877 KB 3164/10877 KB 3166/10877 KB 3168/10877 KB 3170/10877 KB 3172/10877 KB 3174/10877 KB 3176/10877 KB 3178/10877 KB 3180/10877 KB 3182/10877 KB 3184/10877 KB 3186/10877 KB 3188/10877 KB 3190/10877 KB 3192/10877 KB 3194/10877 KB 3196/10877 KB 3198/10877 KB 3200/10877 KB 3202/10877 KB 3204/10877 KB 3206/10877 KB 3208/10877 KB 3210/10877 KB 3212/10877 KB 3214/10877 KB 3216/10877 KB 3218/10877 KB 3220/10877 KB 3222/10877 KB 3224/10877 KB 3226/10877 KB 3228/10877 KB 3230/10877 KB 3232/10877 KB 3234/10877 KB 3236/10877 KB 3238/10877 KB 3240/10877 KB 3242/10877 KB 3244/10877 KB 3246/10877 KB 3248/10877 KB 3250/10877 KB 3252/10877 KB 3254/10877 KB 3256/10877 KB 3258/10877 KB 3260/10877 KB 3262/10877 KB 3264/10877 KB 3266/10877 KB 3268/10877 KB 3270/10877 KB 3272/10877 KB 3274/10877 KB 3276/10877 KB 3278/10877 KB 3280/10877 KB 3282/10877 KB 3284/10877 KB 3286/10877 KB 3288/10877 KB 3290/10877 KB 3292/10877 KB 3294/10877 KB 3296/10877 KB 3298/10877 KB 3300/10877 KB 3302/10877 KB 3304/10877 KB 3306/10877 KB 3308/10877 KB 3310/10877 KB 3312/10877 KB 3314/10877 KB 3316/10877 KB 3318/10877 KB 3320/10877 KB 3322/10877 KB 3324/10877 KB 3326/10877 KB 3328/10877 KB 3330/10877 KB 3332/10877 KB 3334/10877 KB 3336/10877 KB 3338/10877 KB 3340/10877 KB 3342/10877 KB 3344/10877 KB 3346/10877 KB 3348/10877 KB 3350/10877 KB 3352/10877 KB 3354/10877 KB 3356/10877 KB 3358/10877 KB 3360/10877 KB 3362/10877 KB 3364/10877 KB 3366/10877 KB 3368/10877 KB 3370/10877 KB 3372/10877 KB 3374/10877 KB 3376/10877 KB 3378/10877 KB 3380/10877 KB 3382/10877 KB 3384/10877 KB 3386/10877 KB 3388/10877 KB 3390/10877 KB 3392/10877 KB 3394/10877 KB 3396/10877 KB 3398/10877 KB 3400/10877 KB 3402/10877 KB 3404/10877 KB 3406/10877 KB 3408/10877 KB 3410/10877 KB 3412/10877 KB 3414/10877 KB 3416/10877 KB 3418/10877 KB 3420/10877 KB 3422/10877 KB 3424/10877 KB 3426/10877 KB 3428/10877 KB 3430/10877 KB 3432/10877 KB 3434/10877 KB 3436/10877 KB 3438/10877 KB 3440/10877 KB 3442/10877 KB 3444/10877 KB 3446/10877 KB 3448/10877 KB 3450/10877 KB 3452/10877 KB 3454/10877 KB 3456/10877 KB 3458/10877 KB 3460/10877 KB 3462/10877 KB 3464/10877 KB 3466/10877 KB 3468/10877 KB 3470/10877 KB 3472/10877 KB 3474/10877 KB 3476/10877 KB 3478/10877 KB 3480/10877 KB 3482/10877 KB 3484/10877 KB 3486/10877 KB 3488/10877 KB 3490/10877 KB 3492/10877 KB 3494/10877 KB 3496/10877 KB 3498/10877 KB 3500/10877 KB 3502/10877 KB 3504/10877 KB 3506/10877 KB 3508/10877 KB 3510/10877 KB 3512/10877 KB 3514/10877 KB 3516/10877 KB 3518/10877 KB 3520/10877 KB 3522/10877 KB 3524/10877 KB 3526/10877 KB 3528/10877 KB 3530/10877 KB 3532/10877 KB 3534/10877 KB 3536/10877 KB 3538/10877 KB 3540/10877 KB 3542/10877 KB 3544/10877 KB 3546/10877 KB 3548/10877 KB 3550/10877 KB 3552/10877 KB 3554/10877 KB 3556/10877 KB 3558/10877 KB 3560/10877 KB 3562/10877 KB 3564/10877 KB 3566/10877 KB 3568/10877 KB 3570/10877 KB 3572/10877 KB 3574/10877 KB 3576/10877 KB 3578/10877 KB 3580/10877 KB 3582/10877 KB 3584/10877 KB 3586/10877 KB 3588/10877 KB 3590/10877 KB 3592/10877 KB 3594/10877 KB 3596/10877 KB 3598/10877 KB 3600/10877 KB 3602/10877 KB 3604/10877 KB 3606/10877 KB 3608/10877 KB 3610/10877 KB 3612/10877 KB 3614/10877 KB 3616/10877 KB 3618/10877 KB 3620/10877 KB 3622/10877 KB 3624/10877 KB 3626/10877 KB 3628/10877 KB 3630/10877 KB 3632/10877 KB 3634/10877 KB 3636/10877 KB 3638/10877 KB 3640/10877 KB 3642/10877 KB 3644/10877 KB 3646/10877 KB 3648/10877 KB 3650/10877 KB 3652/10877 KB 3654/10877 KB 3656/10877 KB 3658/10877 KB 3660/10877 KB 3662/10877 KB 3664/10877 KB 3666/10877 KB 3668/10877 KB 3670/10877 KB 3672/10877 KB 3674/10877 KB 3676/10877 KB 3678/10877 KB 3680/10877 KB 3682/10877 KB 3684/10877 KB 3686/10877 KB 3688/10877 KB 3690/10877 KB 3692/10877 KB 3694/10877 KB 3696/10877 KB 3698/10877 KB 3700/10877 KB 3702/10877 KB 3704/10877 KB 3706/10877 KB 3708/10877 KB 3710/10877 KB 3712/10877 KB 3714/10877 KB 3716/10877 KB 3718/10877 KB 3720/10877 KB 3722/10877 KB 3724/10877 KB 3726/10877 KB 3728/10877 KB 3730/10877 KB 3732/10877 KB 3734/10877 KB 3736/10877 KB 3738/10877 KB 3740/10877 KB 3742/10877 KB 3744/10877 KB 3746/10877 KB 3748/10877 KB 3750/10877 KB 3752/10877 KB 3754/10877 KB 3756/10877 KB 3758/10877 KB 3760/10877 KB 3762/10877 KB 3764/10877 KB 3766/10877 KB 3768/10877 KB 3770/10877 KB 3772/10877 KB 3774/10877 KB 3776/10877 KB 3778/10877 KB 3780/10877 KB 3782/10877 KB 3784/10877 KB 3786/10877 KB 3788/10877 KB 3790/10877 KB 3792/10877 KB 3794/10877 KB 3796/10877 KB 3798/10877 KB 3800/10877 KB 3802/10877 KB 3804/10877 KB 3806/10877 KB 3808/10877 KB 3810/10877 KB 3812/10877 KB 3814/10877 KB 3816/10877 KB 3818/10877 KB 3820/10877 KB 3822/10877 KB 3824/10877 KB 3826/10877 KB 3828/10877 KB 3830/10877 KB 3832/10877 KB 3834/10877 KB 3836/10877 KB 3838/10877 KB 3840/10877 KB 3842/10877 KB 3844/10877 KB 3846/10877 KB 3848/10877 KB 3850/10877 KB 3852/10877 KB 3854/10877 KB 3856/10877 KB 3858/10877 KB 3860/10877 KB 3862/10877 KB 3864/10877 KB 3866/10877 KB 3868/10877 KB 3870/10877 KB 3872/10877 KB 3874/10877 KB 3876/10877 KB 3878/10877 KB 3880/10877 KB 3882/10877 KB 3884/10877 KB 3886/10877 KB 3888/10877 KB 3890/10877 KB 3892/10877 KB 3894/10877 KB 3896/10877 KB 3898/10877 KB 3900/10877 KB 3902/10877 KB 3904/10877 KB 3906/10877 KB 3908/10877 KB 3910/10877 KB 3912/10877 KB 3914/10877 KB 3916/10877 KB 3918/10877 KB 3920/10877 KB 3922/10877 KB 3924/10877 KB 3926/10877 KB 3928/10877 KB 3930/10877 KB 3932/10877 KB 3934/10877 KB 3936/10877 KB 3938/10877 KB 3940/10877 KB 3942/10877 KB 3944/10877 KB 3946/10877 KB 3948/10877 KB 3950/10877 KB 3952/10877 KB 3954/10877 KB 3956/10877 KB 3958/10877 KB 3960/10877 KB 3962/10877 KB 3964/10877 KB 3966/10877 KB 3968/10877 KB 3970/10877 KB 3972/10877 KB 3974/10877 KB 3976/10877 KB 3978/10877 KB 3980/10877 KB 3982/10877 KB 3984/10877 KB 3986/10877 KB 3988/10877 KB 3990/10877 KB 3992/10877 KB 3994/10877 KB 3996/10877 KB 3998/10877 KB 4000/10877 KB 4002/10877 KB 4004/10877 KB 4006/10877 KB 4008/10877 KB 4010/10877 KB 4012/10877 KB 4014/10877 KB 4016/10877 KB 4018/10877 KB 4020/10877 KB 4022/10877 KB 4024/10877 KB 4026/10877 KB 4028/10877 KB 4030/10877 KB 4032/10877 KB 4034/10877 KB 4036/10877 KB 4038/10877 KB 4040/10877 KB 4042/10877 KB 4044/10877 KB 4046/10877 KB 4048/10877 KB 4050/10877 KB 4052/10877 KB 4054/10877 KB 4056/10877 KB 4058/10877 KB 4060/10877 KB 4062/10877 KB 4064/10877 KB 4066/10877 KB 4068/10877 KB 4070/10877 KB 4072/10877 KB 4074/10877 KB 4076/10877 KB 4078/10877 KB 4080/10877 KB 4082/10877 KB 4084/10877 KB 4086/10877 KB 4088/10877 KB 4090/10877 KB 4092/10877 KB 4094/10877 KB 4096/10877 KB 4098/10877 KB 4100/10877 KB 4102/10877 KB 4104/10877 KB 4106/10877 KB 4108/10877 KB 4110/10877 KB 4112/10877 KB 4114/10877 KB 4116/10877 KB 4118/10877 KB 4120/10877 KB 4122/10877 KB 4124/10877 KB 4126/10877 KB 4128/10877 KB 4130/10877 KB 4132/10877 KB 4134/10877 KB 4136/10877 KB 4138/10877 KB 4140/10877 KB 4142/10877 KB 4144/10877 KB 4146/10877 KB 4148/10877 KB 4150/10877 KB 4152/10877 KB 4154/10877 KB 4156/10877 KB 4158/10877 KB 4160/10877 KB 4162/10877 KB 4164/10877 KB 4166/10877 KB 4168/10877 KB 4170/10877 KB 4172/10877 KB 4174/10877 KB 4176/10877 KB 4178/10877 KB 4180/10877 KB 4182/10877 KB 4184/10877 KB 4186/10877 KB 4188/10877 KB 4190/10877 KB 4192/10877 KB 4194/10877 KB 4196/10877 KB 4198/10877 KB 4200/10877 KB 4202/10877 KB 4204/10877 KB 4206/10877 KB 4208/10877 KB 4210/10877 KB 4212/10877 KB 4214/10877 KB 4216/10877 KB 4218/10877 KB 4220/10877 KB 4222/10877 KB 4224/10877 KB 4226/10877 KB 4228/10877 KB 4230/10877 KB 4232/10877 KB 4234/10877 KB 4236/10877 KB 4238/10877 KB 4240/10877 KB 4242/10877 KB 4244/10877 KB 4246/10877 KB 4248/10877 KB 4250/10877 KB 4252/10877 KB 4254/10877 KB 4256/10877 KB 4258/10877 KB 4260/10877 KB 4262/10877 KB 4264/10877 KB 4266/10877 KB 4268/10877 KB 4270/10877 KB 4272/10877 KB 4274/10877 KB 4276/10877 KB 4278/10877 KB 4280/10877 KB 4282/10877 KB 4284/10877 KB 4286/10877 KB 4288/10877 KB 4290/10877 KB 4292/10877 KB 4294/10877 KB 4296/10877 KB 4298/10877 KB 4300/10877 KB 4302/10877 KB 4304/10877 KB 4306/10877 KB 4308/10877 KB 4310/10877 KB 4312/10877 KB 4314/10877 KB 4316/10877 KB 4318/10877 KB 4320/10877 KB 4322/10877 KB 4324/10877 KB 4326/10877 KB 4328/10877 KB 4330/10877 KB 4332/10877 KB 4334/10877 KB 4336/10877 KB 4338/10877 KB 4340/10877 KB 4342/10877 KB 4344/10877 KB 4346/10877 KB 4348/10877 KB 4350/10877 KB 4352/10877 KB 4354/10877 KB 4356/10877 KB 4358/10877 KB 4360/10877 KB 4362/10877 KB 4364/10877 KB 4366/10877 KB 4368/10877 KB 4370/10877 KB 4372/10877 KB 4374/10877 KB 4376/10877 KB 4378/10877 KB 4380/10877 KB 4382/10877 KB 4384/10877 KB 4386/10877 KB 4388/10877 KB 4390/10877 KB 4392/10877 KB 4394/10877 KB 4396/10877 KB 4398/10877 KB 4400/10877 KB 4402/10877 KB 4404/10877 KB 4406/10877 KB 4408/10877 KB 4410/10877 KB 4412/10877 KB 4414/10877 KB 4416/10877 KB 4418/10877 KB 4420/10877 KB 4422/10877 KB 4424/10877 KB 4426/10877 KB 4428/10877 KB 4430/10877 KB 4432/10877 KB 4434/10877 KB 4436/10877 KB 4438/10877 KB 4440/10877 KB 4442/10877 KB 4444/10877 KB 4446/10877 KB 4448/10877 KB 4450/10877 KB 4452/10877 KB 4454/10877 KB 4456/10877 KB 4458/10877 KB 4460/10877 KB 4462/10877 KB 4464/10877 KB 4466/10877 KB 4468/10877 KB 4470/10877 KB 4472/10877 KB 4474/10877 KB 4476/10877 KB 4478/10877 KB 4480/10877 KB 4482/10877 KB 4484/10877 KB 4486/10877 KB 4488/10877 KB 4490/10877 KB 4492/10877 KB 4494/10877 KB 4496/10877 KB 4498/10877 KB 4500/10877 KB 4502/10877 KB 4504/10877 KB 4506/10877 KB 4508/10877 KB 4510/10877 KB 4512/10877 KB 4514/10877 KB 4516/10877 KB 4518/10877 KB 4520/10877 KB 4522/10877 KB 4524/10877 KB 4526/10877 KB 4528/10877 KB 4530/10877 KB 4532/10877 KB 4534/10877 KB 4536/10877 KB 4538/10877 KB 4540/10877 KB 4542/10877 KB 4544/10877 KB 4546/10877 KB 4548/10877 KB 4550/10877 KB 4552/10877 KB 4554/10877 KB 4556/10877 KB 4558/10877 KB 4560/10877 KB 4562/10877 KB 4564/10877 KB 4566/10877 KB 4568/10877 KB 4570/10877 KB 4572/10877 KB 4574/10877 KB 4576/10877 KB 4578/10877 KB 4580/10877 KB 4582/10877 KB 4584/10877 KB 4586/10877 KB 4588/10877 KB 4590/10877 KB 4592/10877 KB 4594/10877 KB 4596/10877 KB 4598/10877 KB 4600/10877 KB 4602/10877 KB 4604/10877 KB 4606/10877 KB 4608/10877 KB 4610/10877 KB 4612/10877 KB 4614/10877 KB 4616/10877 KB 4618/10877 KB 4620/10877 KB 4622/10877 KB 4624/10877 KB 4626/10877 KB 4628/10877 KB 4630/10877 KB 4632/10877 KB 4634/10877 KB 4636/10877 KB 4638/10877 KB 4640/10877 KB 4642/10877 KB 4644/10877 KB 4646/10877 KB 4648/10877 KB 4650/10877 KB 4652/10877 KB 4654/10877 KB 4656/10877 KB 4658/10877 KB 4660/10877 KB 4662/10877 KB 4664/10877 KB 4666/10877 KB 4668/10877 KB 4670/10877 KB 4672/10877 KB 4674/10877 KB 4676/10877 KB 4678/10877 KB 4680/10877 KB 4682/10877 KB 4684/10877 KB 4686/10877 KB 4688/10877 KB 4690/10877 KB 4692/10877 KB 4694/10877 KB 4696/10877 KB 4698/10877 KB 4700/10877 KB 4702/10877 KB 4704/10877 KB 4706/10877 KB 4708/10877 KB 4710/10877 KB 4712/10877 KB 4714/10877 KB 4716/10877 KB 4718/10877 KB 4720/10877 KB 4722/10877 KB 4724/10877 KB 4726/10877 KB 4728/10877 KB 4730/10877 KB 4732/10877 KB 4734/10877 KB 4736/10877 KB 4738/10877 KB 4740/10877 KB 4742/10877 KB 4744/10877 KB 4746/10877 KB 4748/10877 KB 4750/10877 KB 4752/10877 KB 4754/10877 KB 4756/10877 KB 4758/10877 KB 4760/10877 KB 4762/10877 KB 4764/10877 KB 4766/10877 KB 4768/10877 KB 4770/10877 KB 4772/10877 KB 4774/10877 KB 4776/10877 KB 4778/10877 KB 4780/10877 KB 4782/10877 KB 4784/10877 KB 4786/10877 KB 4788/10877 KB 4790/10877 KB 4792/10877 KB 4794/10877 KB 4796/10877 KB 4798/10877 KB 4800/10877 KB 4802/10877 KB 4804/10877 KB 4806/10877 KB 4808/10877 KB 4810/10877 KB 4812/10877 KB 4814/10877 KB 4816/10877 KB 4818/10877 KB 4820/10877 KB 4822/10877 KB 4824/10877 KB 4826/10877 KB 4828/10877 KB 4830/10877 KB 4832/10877 KB 4834/10877 KB 4836/10877 KB 4838/10877 KB 4840/10877 KB 4842/10877 KB 4844/10877 KB 4846/10877 KB 4848/10877 KB 4850/10877 KB 4852/10877 KB 4854/10877 KB 4856/10877 KB 4858/10877 KB 4860/10877 KB 4862/10877 KB 4864/10877 KB 4866/10877 KB 4868/10877 KB 4870/10877 KB 4872/10877 KB 4874/10877 KB 4876/10877 KB 4878/10877 KB 4880/10877 KB 4882/10877 KB 4884/10877 KB 4886/10877 KB 4888/10877 KB 4890/10877 KB 4892/10877 KB 4894/10877 KB 4896/10877 KB 4898/10877 KB 4900/10877 KB 4902/10877 KB 4904/10877 KB 4906/10877 KB 4908/10877 KB 4910/10877 KB 4912/10877 KB 4914/10877 KB 4916/10877 KB 4918/10877 KB 4920/10877 KB 4922/10877 KB 4924/10877 KB 4926/10877 KB 4928/10877 KB 4930/10877 KB 4932/10877 KB 4934/10877 KB 4936/10877 KB 4938/10877 KB 4940/10877 KB 4942/10877 KB 4944/10877 KB 4946/10877 KB 4948/10877 KB 4950/10877 KB 4952/10877 KB 4954/10877 KB 4956/10877 KB 4958/10877 KB 4960/10877 KB 4962/10877 KB 4964/10877 KB 4966/10877 KB 4968/10877 KB 4970/10877 KB 4972/10877 KB 4974/10877 KB 4976/10877 KB 4978/10877 KB 4980/10877 KB 4982/10877 KB 4984/10877 KB 4986/10877 KB 4988/10877 KB 4990/10877 KB 4992/10877 KB 4994/10877 KB 4996/10877 KB 4998/10877 KB 5000/10877 KB 5002/10877 KB 5004/10877 KB 5006/10877 KB 5008/10877 KB 5010/10877 KB 5012/10877 KB 5014/10877 KB 5016/10877 KB 5018/10877 KB 5020/10877 KB 5022/10877 KB 5024/10877 KB 5026/10877 KB 5028/10877 KB 5030/10877 KB 5032/10877 KB 5034/10877 KB 5036/10877 KB 5038/10877 KB 5040/10877 KB 5042/10877 KB 5044/10877 KB 5046/10877 KB 5048/10877 KB 5050/10877 KB 5052/10877 KB 5054/10877 KB 5056/10877 KB 5058/10877 KB 5060/10877 KB 5062/10877 KB 5064/10877 KB 5066/10877 KB 5068/10877 KB 5070/10877 KB 5072/10877 KB 5074/10877 KB 5076/10877 KB 5078/10877 KB 5080/10877 KB 5082/10877 KB 5084/10877 KB 5086/10877 KB 5088/10877 KB 5090/10877 KB 5092/10877 KB 5094/10877 KB 5096/10877 KB 5098/10877 KB 5100/10877 KB 5102/10877 KB 5104/10877 KB 5106/10877 KB 5108/10877 KB 5110/10877 KB 5112/10877 KB 5114/10877 KB 5116/10877 KB 5118/10877 KB 5120/10877 KB 5122/10877 KB 5124/10877 KB 5126/10877 KB 5128/10877 KB 5130/10877 KB 5132/10877 KB 5134/10877 KB 5136/10877 KB 5138/10877 KB 5140/10877 KB 5142/10877 KB 5144/10877 KB 5146/10877 KB 5148/10877 KB 5150/10877 KB 5152/10877 KB 5154/10877 KB 5156/10877 KB 5158/10877 KB 5160/10877 KB 5162/10877 KB 5164/10877 KB 5166/10877 KB 5168/10877 KB 5170/10877 KB 5172/10877 KB 5174/10877 KB 5176/10877 KB 5178/10877 KB 5180/10877 KB 5182/10877 KB 5184/10877 KB 5186/10877 KB 5188/10877 KB 5190/10877 KB 5192/10877 KB 5194/10877 KB 5196/10877 KB 5198/10877 KB 5200/10877 KB 5202/10877 KB 5204/10877 KB 5206/10877 KB 5208/10877 KB 5210/10877 KB 5212/10877 KB 5214/10877 KB 5216/10877 KB 5218/10877 KB 5220/10877 KB 5222/10877 KB 5224/10877 KB 5226/10877 KB 5228/10877 KB 5230/10877 KB 5232/10877 KB 5234/10877 KB 5236/10877 KB 5238/10877 KB 5240/10877 KB 5242/10877 KB 5244/10877 KB 5246/10877 KB 5248/10877 KB 5250/10877 KB 5252/10877 KB 5254/10877 KB 5256/10877 KB 5258/10877 KB 5260/10877 KB 5262/10877 KB 5264/10877 KB 5266/10877 KB 5268/10877 KB 5270/10877 KB 5272/10877 KB 5274/10877 KB 5276/10877 KB 5278/10877 KB 5280/10877 KB 5282/10877 KB 5284/10877 KB 5286/10877 KB 5288/10877 KB 5290/10877 KB 5292/10877 KB 5294/10877 KB 5296/10877 KB 5298/10877 KB 5300/10877 KB 5302/10877 KB 5304/10877 KB 5306/10877 KB 5308/10877 KB 5310/10877 KB 5312/10877 KB 5314/10877 KB 5316/10877 KB 5318/10877 KB 5320/10877 KB 5322/10877 KB 5324/10877 KB 5326/10877 KB 5328/10877 KB 5330/10877 KB 5332/10877 KB 5334/10877 KB 5336/10877 KB 5338/10877 KB 5340/10877 KB 5342/10877 KB 5344/10877 KB 5346/10877 KB 5348/10877 KB 5350/10877 KB 5352/10877 KB 5354/10877 KB 5356/10877 KB 5358/10877 KB 5360/10877 KB 5362/10877 KB 5364/10877 KB 5366/10877 KB 5368/10877 KB 5370/10877 KB 5372/10877 KB 5374/10877 KB 5376/10877 KB 5378/10877 KB 5380/10877 KB 5382/10877 KB 5384/10877 KB 5386/10877 KB 5388/10877 KB 5390/10877 KB 5392/10877 KB 5394/10877 KB 5396/10877 KB 5398/10877 KB 5400/10877 KB 5402/10877 KB 5404/10877 KB 5406/10877 KB 5408/10877 KB 5410/10877 KB 5412/10877 KB 5414/10877 KB 5416/10877 KB 5418/10877 KB 5420/10877 KB 5422/10877 KB 5424/10877 KB 5426/10877 KB 5428/10877 KB 5430/10877 KB 5432/10877 KB 5434/10877 KB 5436/10877 KB 5438/10877 KB 5440/10877 KB 5442/10877 KB 5444/10877 KB 5446/10877 KB 5448/10877 KB 5450/10877 KB 5452/10877 KB 5454/10877 KB 5456/10877 KB 5458/10877 KB 5460/10877 KB 5462/10877 KB 5464/10877 KB 5466/10877 KB 5468/10877 KB 5470/10877 KB 5472/10877 KB 5474/10877 KB 5476/10877 KB 5478/10877 KB 5480/10877 KB 5482/10877 KB 5484/10877 KB 5486/10877 KB 5488/10877 KB 5490/10877 KB 5492/10877 KB 5494/10877 KB 5496/10877 KB 5498/10877 KB 5500/10877 KB 5502/10877 KB 5504/10877 KB 5506/10877 KB 5508/10877 KB 5510/10877 KB 5512/10877 KB 5514/10877 KB 5516/10877 KB 5518/10877 KB 5520/10877 KB 5522/10877 KB 5524/10877 KB 5526/10877 KB 5528/10877 KB 5530/10877 KB 5532/10877 KB 5534/10877 KB 5536/10877 KB 5538/10877 KB 5540/10877 KB 5542/10877 KB 5544/10877 KB 5546/10877 KB 5548/10877 KB 5550/10877 KB 5552/10877 KB 5554/10877 KB 5556/10877 KB 5558/10877 KB 5560/10877 KB 5562/10877 KB 5564/10877 KB 5566/10877 KB 5568/10877 KB 5570/10877 KB 5572/10877 KB 5574/10877 KB 5576/10877 KB 5578/10877 KB 5580/10877 KB 5582/10877 KB 5584/10877 KB 5586/10877 KB 5588/10877 KB 5590/10877 KB 5592/10877 KB 5594/10877 KB 5596/10877 KB 5598/10877 KB 5600/10877 KB 5602/10877 KB 5604/10877 KB 5606/10877 KB 5608/10877 KB 5610/10877 KB 5612/10877 KB 5614/10877 KB 5616/10877 KB 5618/10877 KB 5620/10877 KB 5622/10877 KB 5624/10877 KB 5626/10877 KB 5628/10877 KB 5630/10877 KB 5632/10877 KB 5634/10877 KB 5636/10877 KB 5638/10877 KB 5640/10877 KB 5642/10877 KB 5644/10877 KB 5646/10877 KB 5648/10877 KB 5650/10877 KB 5652/10877 KB 5654/10877 KB 5656/10877 KB 5658/10877 KB 5660/10877 KB 5662/10877 KB 5664/10877 KB 5666/10877 KB 5668/10877 KB 5670/10877 KB 5672/10877 KB 5674/10877 KB 5676/10877 KB 5678/10877 KB 5680/10877 KB 5682/10877 KB 5684/10877 KB 5686/10877 KB 5688/10877 KB 5690/10877 KB 5692/10877 KB 5694/10877 KB 5696/10877 KB 5698/10877 KB 5700/10877 KB 5702/10877 KB 5704/10877 KB 5706/10877 KB 5708/10877 KB 5710/10877 KB 5712/10877 KB 5714/10877 KB 5716/10877 KB 5718/10877 KB 5720/10877 KB 5722/10877 KB 5724/10877 KB 5726/10877 KB 5728/10877 KB 5730/10877 KB 5732/10877 KB 5734/10877 KB 5736/10877 KB 5738/10877 KB 5740/10877 KB 5742/10877 KB 5744/10877 KB 5746/10877 KB 5748/10877 KB 5750/10877 KB 5752/10877 KB 5754/10877 KB 5756/10877 KB 5758/10877 KB 5760/10877 KB 5762/10877 KB 5764/10877 KB 5766/10877 KB 5768/10877 KB 5770/10877 KB 5772/10877 KB 5774/10877 KB 5776/10877 KB 5778/10877 KB 5780/10877 KB 5782/10877 KB 5784/10877 KB 5786/10877 KB 5788/10877 KB 5790/10877 KB 5792/10877 KB 5794/10877 KB 5796/10877 KB 5798/10877 KB 5800/10877 KB 5802/10877 KB 5804/10877 KB 5806/10877 KB 5808/10877 KB 5810/10877 KB 5812/10877 KB 5814/10877 KB 5816/10877 KB 5818/10877 KB 5820/10877 KB 5822/10877 KB 5824/10877 KB 5826/10877 KB 5828/10877 KB 5830/10877 KB 5832/10877 KB 5834/10877 KB 5836/10877 KB 5838/10877 KB 5840/10877 KB 5842/10877 KB 5844/10877 KB 5846/10877 KB 5848/10877 KB 5850/10877 KB 5852/10877 KB 5854/10877 KB 5856/10877 KB 5858/10877 KB 5860/10877 KB 5862/10877 KB 5864/10877 KB 5866/10877 KB 5868/10877 KB 5870/10877 KB 5872/10877 KB 5874/10877 KB 5876/10877 KB 5878/10877 KB 5880/10877 KB 5882/10877 KB 5884/10877 KB 5886/10877 KB 5888/10877 KB 5890/10877 KB 5892/10877 KB 5894/10877 KB 5896/10877 KB 5898/10877 KB 5900/10877 KB 5902/10877 KB 5904/10877 KB 5906/10877 KB 5908/10877 KB 5910/10877 KB 5912/10877 KB 5914/10877 KB 5916/10877 KB 5918/10877 KB 5920/10877 KB 5922/10877 KB 5924/10877 KB 5926/10877 KB 5928/10877 KB 5930/10877 KB 5932/10877 KB 5934/10877 KB 5936/10877 KB 5938/10877 KB 5940/10877 KB 5942/10877 KB 5944/10877 KB 5946/10877 KB 5948/10877 KB 5950/10877 KB 5952/10877 KB 5954/10877 KB 5956/10877 KB 5958/10877 KB 5960/10877 KB 5962/10877 KB 5964/10877 KB 5966/10877 KB 5968/10877 KB 5970/10877 KB 5972/10877 KB 5974/10877 KB 5976/10877 KB 5978/10877 KB 5980/10877 KB 5982/10877 KB 5984/10877 KB 5986/10877 KB 5988/10877 KB 5990/10877 KB 5992/10877 KB 5994/10877 KB 5996/10877 KB 5998/10877 KB 6000/10877 KB 6002/10877 KB 6004/10877 KB 6006/10877 KB 6008/10877 KB 6010/10877 KB 6012/10877 KB 6014/10877 KB 6016/10877 KB 6018/10877 KB 6020/10877 KB 6022/10877 KB 6024/10877 KB 6026/10877 KB 6028/10877 KB 6030/10877 KB 6032/10877 KB 6034/10877 KB 6036/10877 KB 6038/10877 KB 6040/10877 KB 6042/10877 KB 6044/10877 KB 6046/10877 KB 6048/10877 KB 6050/10877 KB 6052/10877 KB 6054/10877 KB 6056/10877 KB 6058/10877 KB 6060/10877 KB 6062/10877 KB 6064/10877 KB 6066/10877 KB 6068/10877 KB 6070/10877 KB 6072/10877 KB 6074/10877 KB 6076/10877 KB 6078/10877 KB 6080/10877 KB 6082/10877 KB 6084/10877 KB 6086/10877 KB 6088/10877 KB 6090/10877 KB 6092/10877 KB 6094/10877 KB 6096/10877 KB 6098/10877 KB 6100/10877 KB 6102/10877 KB 6104/10877 KB 6106/10877 KB 6108/10877 KB 6110/10877 KB 6112/10877 KB 6114/10877 KB 6116/10877 KB 6118/10877 KB 6120/10877 KB 6122/10877 KB 6124/10877 KB 6126/10877 KB 6128/10877 KB 6130/10877 KB 6132/10877 KB 6134/10877 KB 6136/10877 KB 6138/10877 KB 6140/10877 KB 6142/10877 KB 6144/10877 KB 6146/10877 KB 6148/10877 KB 6150/10877 KB 6152/10877 KB 6154/10877 KB 6156/10877 KB 6158/10877 KB 6160/10877 KB 6162/10877 KB 6164/10877 KB 6166/10877 KB 6168/10877 KB 6170/10877 KB 6172/10877 KB 6174/10877 KB 6176/10877 KB 6178/10877 KB 6180/10877 KB 6182/10877 KB 6184/10877 KB 6186/10877 KB 6188/10877 KB 6190/10877 KB 6192/10877 KB 6194/10877 KB 6196/10877 KB 6198/10877 KB 6200/10877 KB 6202/10877 KB 6204/10877 KB 6206/10877 KB 6208/10877 KB 6210/10877 KB 6212/10877 KB 6214/10877 KB 6216/10877 KB 6218/10877 KB 6220/10877 KB 6222/10877 KB 6224/10877 KB 6226/10877 KB 6228/10877 KB 6230/10877 KB 6232/10877 KB 6234/10877 KB 6236/10877 KB 6238/10877 KB 6240/10877 KB 6242/10877 KB 6244/10877 KB 6246/10877 KB 6248/10877 KB 6250/10877 KB 6252/10877 KB 6254/10877 KB 6256/10877 KB 6258/10877 KB 6260/10877 KB 6262/10877 KB 6264/10877 KB 6266/10877 KB 6268/10877 KB 6270/10877 KB 6272/10877 KB 6274/10877 KB 6276/10877 KB 6278/10877 KB 6280/10877 KB 6282/10877 KB 6284/10877 KB 6286/10877 KB 6288/10877 KB 6290/10877 KB 6292/10877 KB 6294/10877 KB 6296/10877 KB 6298/10877 KB 6300/10877 KB 6302/10877 KB 6304/10877 KB 6306/10877 KB 6308/10877 KB 6310/10877 KB 6312/10877 KB 6314/10877 KB 6316/10877 KB 6318/10877 KB 6320/10877 KB 6322/10877 KB 6324/10877 KB 6326/10877 KB 6328/10877 KB 6330/10877 KB 6332/10877 KB 6334/10877 KB 6336/10877 KB 6338/10877 KB 6340/10877 KB 6342/10877 KB 6344/10877 KB 6346/10877 KB 6348/10877 KB 6350/10877 KB 6352/10877 KB 6354/10877 KB 6356/10877 KB 6358/10877 KB 6360/10877 KB 6362/10877 KB 6364/10877 KB 6366/10877 KB 6368/10877 KB 6370/10877 KB 6372/10877 KB 6374/10877 KB 6376/10877 KB 6378/10877 KB 6380/10877 KB 6382/10877 KB 6384/10877 KB 6386/10877 KB 6388/10877 KB 6390/10877 KB 6392/10877 KB 6394/10877 KB 6396/10877 KB 6398/10877 KB 6400/10877 KB 6402/10877 KB 6404/10877 KB 6406/10877 KB 6408/10877 KB 6410/10877 KB 6412/10877 KB 6414/10877 KB 6416/10877 KB 6418/10877 KB 6420/10877 KB 6422/10877 KB 6424/10877 KB 6426/10877 KB 6428/10877 KB 6430/10877 KB 6432/10877 KB 6434/10877 KB 6436/10877 KB 6438/10877 KB 6440/10877 KB 6442/10877 KB 6444/10877 KB 6446/10877 KB 6448/10877 KB 6450/10877 KB 6452/10877 KB 6454/10877 KB 6456/10877 KB 6458/10877 KB 6460/10877 KB 6462/10877 KB 6464/10877 KB 6466/10877 KB 6468/10877 KB 6470/10877 KB 6472/10877 KB 6474/10877 KB 6476/10877 KB 6478/10877 KB 6480/10877 KB 6482/10877 KB 6484/10877 KB 6486/10877 KB 6488/10877 KB 6490/10877 KB 6492/10877 KB 6494/10877 KB 6496/10877 KB 6498/10877 KB 6500/10877 KB 6502/10877 KB 6504/10877 KB 6506/10877 KB 6508/10877 KB 6510/10877 KB 6512/10877 KB 6514/10877 KB 6516/10877 KB 6518/10877 KB 6520/10877 KB 6522/10877 KB 6524/10877 KB 6526/10877 KB 6528/10877 KB 6530/10877 KB 6532/10877 KB 6534/10877 KB 6536/10877 KB 6538/10877 KB 6540/10877 KB 6542/10877 KB 6544/10877 KB 6546/10877 KB 6548/10877 KB 6550/10877 KB 6552/10877 KB 6554/10877 KB 6556/10877 KB 6558/10877 KB 6560/10877 KB 6562/10877 KB 6564/10877 KB 6566/10877 KB 6568/10877 KB 6570/10877 KB 6572/10877 KB 6574/10877 KB 6576/10877 KB 6578/10877 KB 6580/10877 KB 6582/10877 KB 6584/10877 KB 6586/10877 KB 6588/10877 KB 6590/10877 KB 6592/10877 KB 6594/10877 KB 6596/10877 KB 6598/10877 KB 6600/10877 KB 6602/10877 KB 6604/10877 KB 6606/10877 KB 6608/10877 KB 6610/10877 KB 6612/10877 KB 6614/10877 KB 6616/10877 KB 6618/10877 KB 6620/10877 KB 6622/10877 KB 6624/10877 KB 6626/10877 KB 6628/10877 KB 6630/10877 KB 6632/10877 KB 6634/10877 KB 6636/10877 KB 6638/10877 KB 6640/10877 KB 6642/10877 KB 6644/10877 KB 6646/10877 KB 6648/10877 KB 6650/10877 KB 6652/10877 KB 6654/10877 KB 6656/10877 KB 6658/10877 KB 6660/10877 KB 6662/10877 KB 6664/10877 KB 6666/10877 KB 6668/10877 KB 6670/10877 KB 6672/10877 KB 6674/10877 KB 6676/10877 KB 6678/10877 KB 6680/10877 KB 6682/10877 KB 6684/10877 KB 6686/10877 KB 6688/10877 KB 6690/10877 KB 6692/10877 KB 6694/10877 KB 6696/10877 KB 6698/10877 KB 6700/10877 KB 6702/10877 KB 6704/10877 KB 6706/10877 KB 6708/10877 KB 6710/10877 KB 6712/10877 KB 6714/10877 KB 6716/10877 KB 6718/10877 KB 6720/10877 KB 6722/10877 KB 6724/10877 KB 6726/10877 KB 6728/10877 KB 6730/10877 KB 6732/10877 KB 6734/10877 KB 6736/10877 KB 6738/10877 KB 6740/10877 KB 6742/10877 KB 6744/10877 KB 6746/10877 KB 6748/10877 KB 6750/10877 KB 6752/10877 KB 6754/10877 KB 6756/10877 KB 6758/10877 KB 6760/10877 KB 6762/10877 KB 6764/10877 KB 6766/10877 KB 6768/10877 KB 6770/10877 KB 6772/10877 KB 6774/10877 KB 6776/10877 KB 6778/10877 KB 6780/10877 KB 6782/10877 KB 6784/10877 KB 6786/10877 KB 6788/10877 KB 6790/10877 KB 6792/10877 KB 6794/10877 KB 6796/10877 KB 6798/10877 KB 6800/10877 KB 6802/10877 KB 6804/10877 KB 6806/10877 KB 6808/10877 KB 6810/10877 KB 6812/10877 KB 6814/10877 KB 6816/10877 KB 6818/10877 KB 6820/10877 KB 6822/10877 KB 6824/10877 KB 6826/10877 KB 6828/10877 KB 6830/10877 KB 6832/10877 KB 6834/10877 KB 6836/10877 KB 6838/10877 KB 6840/10877 KB 6842/10877 KB 6844/10877 KB 6846/10877 KB 6848/10877 KB 6850/10877 KB 6852/10877 KB 6854/10877 KB 6856/10877 KB 6858/10877 KB 6860/10877 KB 6862/10877 KB 6864/10877 KB 6866/10877 KB 6868/10877 KB 6870/10877 KB 6872/10877 KB 6874/10877 KB 6876/10877 KB 6878/10877 KB 6880/10877 KB 6882/10877 KB 6884/10877 KB 6886/10877 KB 6888/10877 KB 6890/10877 KB 6892/10877 KB 6894/10877 KB 6896/10877 KB 6898/10877 KB 6900/10877 KB 6902/10877 KB 6904/10877 KB 6906/10877 KB 6908/10877 KB 6910/10877 KB 6912/10877 KB 6914/10877 KB 6916/10877 KB 6918/10877 KB 6920/10877 KB 6922/10877 KB 6924/10877 KB 6926/10877 KB 6928/10877 KB 6930/10877 KB 6932/10877 KB 6934/10877 KB 6936/10877 KB 6938/10877 KB 6940/10877 KB 6942/10877 KB 6944/10877 KB 6946/10877 KB 6948/10877 KB 6950/10877 KB 6952/10877 KB 6954/10877 KB 6956/10877 KB 6958/10877 KB 6960/10877 KB 6962/10877 KB 6964/10877 KB 6966/10877 KB 6968/10877 KB 6970/10877 KB 6972/10877 KB 6974/10877 KB 6976/10877 KB 6978/10877 KB 6980/10877 KB 6982/10877 KB 6984/10877 KB 6986/10877 KB 6988/10877 KB 6990/10877 KB 6992/10877 KB 6994/10877 KB 6996/10877 KB 6998/10877 KB 7000/10877 KB 7002/10877 KB 7004/10877 KB 7006/10877 KB 7008/10877 KB 7010/10877 KB 7012/10877 KB 7014/10877 KB 7016/10877 KB 7018/10877 KB 7020/10877 KB 7022/10877 KB 7024/10877 KB 7026/10877 KB 7028/10877 KB 7030/10877 KB 7032/10877 KB 7034/10877 KB 7036/10877 KB 7038/10877 KB 7040/10877 KB 7042/10877 KB 7044/10877 KB 7046/10877 KB 7048/10877 KB 7050/10877 KB 7052/10877 KB 7054/10877 KB 7056/10877 KB 7058/10877 KB 7060/10877 KB 7062/10877 KB 7064/10877 KB 7066/10877 KB 7068/10877 KB 7070/10877 KB 7072/10877 KB 7074/10877 KB 7076/10877 KB 7078/10877 KB 7080/10877 KB 7082/10877 KB 7084/10877 KB 7086/10877 KB 7088/10877 KB 7090/10877 KB 7092/10877 KB 7094/10877 KB 7096/10877 KB 7098/10877 KB 7100/10877 KB 7102/10877 KB 7104/10877 KB 7106/10877 KB 7108/10877 KB 7110/10877 KB 7112/10877 KB 7114/10877 KB 7116/10877 KB 7118/10877 KB 7120/10877 KB 7122/10877 KB 7124/10877 KB 7126/10877 KB 7128/10877 KB 7130/10877 KB 7132/10877 KB 7134/10877 KB 7136/10877 KB 7138/10877 KB 7140/10877 KB 7142/10877 KB 7144/10877 KB 7146/10877 KB 7148/10877 KB 7150/10877 KB 7152/10877 KB 7154/10877 KB 7156/10877 KB 7158/10877 KB 7160/10877 KB 7162/10877 KB 7164/10877 KB 7166/10877 KB 7168/10877 KB 7170/10877 KB 7172/10877 KB 7174/10877 KB 7176/10877 KB 7178/10877 KB 7180/10877 KB 7182/10877 KB 7184/10877 KB 7186/10877 KB 7188/10877 KB 7190/10877 KB 7192/10877 KB 7194/10877 KB 7196/10877 KB 7198/10877 KB 7200/10877 KB 7202/10877 KB 7204/10877 KB 7206/10877 KB 7208/10877 KB 7210/10877 KB 7212/10877 KB 7214/10877 KB 7216/10877 KB 7218/10877 KB 7220/10877 KB 7222/10877 KB 7224/10877 KB 7226/10877 KB 7228/10877 KB 7230/10877 KB 7232/10877 KB 7234/10877 KB 7236/10877 KB 7238/10877 KB 7240/10877 KB 7242/10877 KB 7244/10877 KB 7246/10877 KB 7248/10877 KB 7250/10877 KB 7252/10877 KB 7254/10877 KB 7256/10877 KB 7258/10877 KB 7260/10877 KB 7262/10877 KB 7264/10877 KB 7266/10877 KB 7268/10877 KB 7270/10877 KB 7272/10877 KB 7274/10877 KB 7276/10877 KB 7278/10877 KB 7280/10877 KB 7282/10877 KB 7284/10877 KB 7286/10877 KB 7288/10877 KB 7290/10877 KB 7292/10877 KB 7294/10877 KB 7296/10877 KB 7298/10877 KB 7300/10877 KB 7302/10877 KB 7304/10877 KB 7306/10877 KB 7308/10877 KB 7310/10877 KB 7312/10877 KB 7314/10877 KB 7316/10877 KB 7318/10877 KB 7320/10877 KB 7322/10877 KB 7324/10877 KB 7326/10877 KB 7328/10877 KB 7330/10877 KB 7332/10877 KB 7334/10877 KB 7336/10877 KB 7338/10877 KB 7340/10877 KB 7342/10877 KB 7344/10877 KB 7346/10877 KB 7348/10877 KB 7350/10877 KB 7352/10877 KB 7354/10877 KB 7356/10877 KB 7358/10877 KB 7360/10877 KB 7362/10877 KB 7364/10877 KB 7366/10877 KB 7368/10877 KB 7370/10877 KB 7372/10877 KB 7374/10877 KB 7376/10877 KB 7378/10877 KB 7380/10877 KB 7382/10877 KB 7384/10877 KB 7386/10877 KB 7388/10877 KB 7390/10877 KB 7392/10877 KB 7394/10877 KB 7396/10877 KB 7398/10877 KB 7400/10877 KB 7402/10877 KB 7404/10877 KB 7406/10877 KB 7408/10877 KB 7410/10877 KB 7412/10877 KB 7414/10877 KB 7416/10877 KB 7418/10877 KB 7420/10877 KB 7422/10877 KB 7424/10877 KB 7426/10877 KB 7428/10877 KB 7430/10877 KB 7432/10877 KB 7434/10877 KB 7436/10877 KB 7438/10877 KB 7440/10877 KB 7442/10877 KB 7444/10877 KB 7446/10877 KB 7448/10877 KB 7450/10877 KB 7452/10877 KB 7454/10877 KB 7456/10877 KB 7458/10877 KB 7460/10877 KB 7462/10877 KB 7464/10877 KB 7466/10877 KB 7468/10877 KB 7470/10877 KB 7472/10877 KB 7474/10877 KB 7476/10877 KB 7478/10877 KB 7480/10877 KB 7482/10877 KB 7484/10877 KB 7486/10877 KB 7488/10877 KB 7490/10877 KB 7492/10877 KB 7494/10877 KB 7496/10877 KB 7498/10877 KB 7500/10877 KB 7502/10877 KB 7504/10877 KB 7506/10877 KB 7508/10877 KB 7510/10877 KB 7512/10877 KB 7514/10877 KB 7516/10877 KB 7518/10877 KB 7520/10877 KB 7522/10877 KB 7524/10877 KB 7526/10877 KB 7528/10877 KB 7530/10877 KB 7532/10877 KB 7534/10877 KB 7536/10877 KB 7538/10877 KB 7540/10877 KB 7542/10877 KB 7544/10877 KB 7546/10877 KB 7548/10877 KB 7550/10877 KB 7552/10877 KB 7554/10877 KB 7556/10877 KB 7558/10877 KB 7560/10877 KB 7562/10877 KB 7564/10877 KB 7566/10877 KB 7568/10877 KB 7570/10877 KB 7572/10877 KB 7574/10877 KB 7576/10877 KB 7578/10877 KB 7580/10877 KB 7582/10877 KB 7584/10877 KB 7586/10877 KB 7588/10877 KB 7590/10877 KB 7592/10877 KB 7594/10877 KB 7596/10877 KB 7598/10877 KB 7600/10877 KB 7602/10877 KB 7604/10877 KB 7606/10877 KB 7608/10877 KB 7610/10877 KB 7612/10877 KB 7614/10877 KB 7616/10877 KB 7618/10877 KB 7620/10877 KB 7622/10877 KB 7624/10877 KB 7626/10877 KB 7628/10877 KB 7630/10877 KB 7632/10877 KB 7634/10877 KB 7636/10877 KB 7638/10877 KB 7640/10877 KB 7642/10877 KB 7644/10877 KB 7646/10877 KB 7648/10877 KB 7650/10877 KB 7652/10877 KB 7654/10877 KB 7656/10877 KB 7658/10877 KB 7660/10877 KB 7662/10877 KB 7664/10877 KB 7666/10877 KB 7668/10877 KB 7670/10877 KB 7672/10877 KB 7674/10877 KB 7676/10877 KB 7678/10877 KB 7680/10877 KB 7682/10877 KB 7684/10877 KB 7686/10877 KB 7688/10877 KB 7690/10877 KB 7692/10877 KB 7694/10877 KB 7696/10877 KB 7698/10877 KB 7700/10877 KB 7702/10877 KB 7704/10877 KB 7706/10877 KB 7708/10877 KB 7710/10877 KB 7712/10877 KB 7714/10877 KB 7716/10877 KB 7718/10877 KB 7720/10877 KB 7722/10877 KB 7724/10877 KB 7726/10877 KB 7728/10877 KB 7730/10877 KB 7732/10877 KB 7734/10877 KB 7736/10877 KB 7738/10877 KB 7740/10877 KB 7742/10877 KB 7744/10877 KB 7746/10877 KB 7748/10877 KB 7750/10877 KB 7752/10877 KB 7754/10877 KB 7756/10877 KB 7758/10877 KB 7760/10877 KB 7762/10877 KB 7764/10877 KB 7766/10877 KB 7768/10877 KB 7770/10877 KB 7772/10877 KB 7774/10877 KB 7776/10877 KB 7778/10877 KB 7780/10877 KB 7782/10877 KB 7784/10877 KB 7786/10877 KB 7788/10877 KB 7790/10877 KB 7792/10877 KB 7794/10877 KB 7796/10877 KB 7798/10877 KB 7800/10877 KB 7802/10877 KB 7804/10877 KB 7806/10877 KB 7808/10877 KB 7810/10877 KB 7812/10877 KB 7814/10877 KB 7816/10877 KB 7818/10877 KB 7820/10877 KB 7822/10877 KB 7824/10877 KB 7826/10877 KB 7828/10877 KB 7830/10877 KB 7832/10877 KB 7834/10877 KB 7836/10877 KB 7838/10877 KB 7840/10877 KB 7842/10877 KB 7844/10877 KB 7846/10877 KB 7848/10877 KB 7850/10877 KB 7852/10877 KB 7854/10877 KB 7856/10877 KB 7858/10877 KB 7860/10877 KB 7862/10877 KB 7864/10877 KB 7866/10877 KB 7868/10877 KB 7870/10877 KB 7872/10877 KB 7874/10877 KB 7876/10877 KB 7878/10877 KB 7880/10877 KB 7882/10877 KB 7884/10877 KB 7886/10877 KB 7888/10877 KB 7890/10877 KB 7892/10877 KB 7894/10877 KB 7896/10877 KB 7898/10877 KB 7900/10877 KB 7902/10877 KB 7904/10877 KB 7906/10877 KB 7908/10877 KB 7910/10877 KB 7912/10877 KB 7914/10877 KB 7916/10877 KB 7918/10877 KB 7920/10877 KB 7922/10877 KB 7924/10877 KB 7926/10877 KB 7928/10877 KB 7930/10877 KB 7932/10877 KB 7934/10877 KB 7936/10877 KB 7938/10877 KB 7940/10877 KB 7942/10877 KB 7944/10877 KB 7946/10877 KB 7948/10877 KB 7950/10877 KB 7952/10877 KB 7954/10877 KB 7956/10877 KB 7958/10877 KB 7960/10877 KB 7962/10877 KB 7964/10877 KB 7966/10877 KB 7968/10877 KB 7970/10877 KB 7972/10877 KB 7974/10877 KB 7976/10877 KB 7978/10877 KB 7980/10877 KB 7982/10877 KB 7984/10877 KB 7986/10877 KB 7988/10877 KB 7990/10877 KB 7992/10877 KB 7994/10877 KB 7996/10877 KB 7998/10877 KB 8000/10877 KB 8002/10877 KB 8004/10877 KB 8006/10877 KB 8008/10877 KB 8010/10877 KB 8012/10877 KB 8014/10877 KB 8016/10877 KB 8018/10877 KB 8020/10877 KB 8022/10877 KB 8024/10877 KB 8026/10877 KB 8028/10877 KB 8030/10877 KB 8032/10877 KB 8034/10877 KB 8036/10877 KB 8038/10877 KB 8040/10877 KB 8042/10877 KB 8044/10877 KB 8046/10877 KB 8048/10877 KB 8050/10877 KB 8052/10877 KB 8054/10877 KB 8056/10877 KB 8058/10877 KB 8060/10877 KB 8062/10877 KB 8064/10877 KB 8066/10877 KB 8068/10877 KB 8070/10877 KB 8072/10877 KB 8074/10877 KB 8076/10877 KB 8078/10877 KB 8080/10877 KB 8082/10877 KB 8084/10877 KB 8086/10877 KB 8088/10877 KB 8090/10877 KB 8092/10877 KB 8094/10877 KB 8096/10877 KB 8098/10877 KB 8100/10877 KB 8102/10877 KB 8104/10877 KB 8106/10877 KB 8108/10877 KB 8110/10877 KB 8112/10877 KB 8114/10877 KB 8116/10877 KB 8118/10877 KB 8120/10877 KB 8122/10877 KB 8124/10877 KB 8126/10877 KB 8128/10877 KB 8130/10877 KB 8132/10877 KB 8134/10877 KB 8136/10877 KB 8138/10877 KB 8140/10877 KB 8142/10877 KB 8144/10877 KB 8146/10877 KB 8148/10877 KB 8150/10877 KB 8152/10877 KB 8154/10877 KB 8156/10877 KB 8158/10877 KB 8160/10877 KB 8162/10877 KB 8164/10877 KB 8166/10877 KB 8168/10877 KB 8170/10877 KB 8172/10877 KB 8174/10877 KB 8176/10877 KB 8178/10877 KB 8180/10877 KB 8182/10877 KB 8184/10877 KB 8186/10877 KB 8188/10877 KB 8190/10877 KB 8192/10877 KB 8194/10877 KB 8196/10877 KB 8198/10877 KB 8200/10877 KB 8202/10877 KB 8204/10877 KB 8206/10877 KB 8208/10877 KB 8210/10877 KB 8212/10877 KB 8214/10877 KB 8216/10877 KB 8218/10877 KB 8220/10877 KB 8222/10877 KB 8224/10877 KB 8226/10877 KB 8228/10877 KB 8230/10877 KB 8232/10877 KB 8234/10877 KB 8236/10877 KB 8238/10877 KB 8240/10877 KB 8242/10877 KB 8244/10877 KB 8246/10877 KB 8248/10877 KB 8250/10877 KB 8252/10877 KB 8254/10877 KB 8256/10877 KB 8258/10877 KB 8260/10877 KB 8262/10877 KB 8264/10877 KB 8266/10877 KB 8268/10877 KB 8270/10877 KB 8272/10877 KB 8274/10877 KB 8276/10877 KB 8278/10877 KB 8280/10877 KB 8282/10877 KB 8284/10877 KB 8286/10877 KB 8288/10877 KB 8290/10877 KB 8292/10877 KB 8294/10877 KB 8296/10877 KB 8298/10877 KB 8300/10877 KB 8302/10877 KB 8304/10877 KB 8306/10877 KB 8308/10877 KB 8310/10877 KB 8312/10877 KB 8314/10877 KB 8316/10877 KB 8318/10877 KB 8320/10877 KB 8322/10877 KB 8324/10877 KB 8326/10877 KB 8328/10877 KB 8330/10877 KB 8332/10877 KB 8334/10877 KB 8336/10877 KB 8338/10877 KB 8340/10877 KB 8342/10877 KB 8344/10877 KB 8346/10877 KB 8348/10877 KB 8350/10877 KB 8352/10877 KB 8354/10877 KB 8356/10877 KB 8358/10877 KB 8360/10877 KB 8362/10877 KB 8364/10877 KB 8366/10877 KB 8368/10877 KB 8370/10877 KB 8372/10877 KB 8374/10877 KB 8376/10877 KB 8378/10877 KB 8380/10877 KB 8382/10877 KB 8384/10877 KB 8386/10877 KB 8388/10877 KB 8390/10877 KB 8392/10877 KB 8394/10877 KB 8396/10877 KB 8398/10877 KB 8400/10877 KB 8402/10877 KB 8404/10877 KB 8406/10877 KB 8408/10877 KB 8410/10877 KB 8412/10877 KB 8414/10877 KB 8416/10877 KB 8418/10877 KB 8420/10877 KB 8422/10877 KB 8424/10877 KB 8426/10877 KB 8428/10877 KB 8430/10877 KB 8432/10877 KB 8434/10877 KB 8436/10877 KB 8438/10877 KB 8440/10877 KB 8442/10877 KB 8444/10877 KB 8446/10877 KB 8448/10877 KB 8450/10877 KB 8452/10877 KB 8454/10877 KB 8456/10877 KB 8458/10877 KB 8460/10877 KB 8462/10877 KB 8464/10877 KB 8466/10877 KB 8468/10877 KB 8470/10877 KB 8472/10877 KB 8474/10877 KB 8476/10877 KB 8478/10877 KB 8480/10877 KB 8482/10877 KB 8484/10877 KB 8486/10877 KB 8488/10877 KB 8490/10877 KB 8492/10877 KB 8494/10877 KB 8496/10877 KB 8498/10877 KB 8500/10877 KB 8502/10877 KB 8504/10877 KB 8506/10877 KB 8508/10877 KB 8510/10877 KB 8512/10877 KB 8514/10877 KB 8516/10877 KB 8518/10877 KB 8520/10877 KB 8522/10877 KB 8524/10877 KB 8526/10877 KB 8528/10877 KB 8530/10877 KB 8532/10877 KB 8534/10877 KB 8536/10877 KB 8538/10877 KB 8540/10877 KB 8542/10877 KB 8544/10877 KB 8546/10877 KB 8548/10877 KB 8550/10877 KB 8552/10877 KB 8554/10877 KB 8556/10877 KB 8558/10877 KB 8560/10877 KB 8562/10877 KB 8564/10877 KB 8566/10877 KB 8568/10877 KB 8570/10877 KB 8572/10877 KB 8574/10877 KB 8576/10877 KB 8578/10877 KB 8580/10877 KB 8582/10877 KB 8584/10877 KB 8586/10877 KB 8588/10877 KB 8590/10877 KB 8592/10877 KB 8594/10877 KB 8596/10877 KB 8598/10877 KB 8600/10877 KB 8602/10877 KB 8604/10877 KB 8606/10877 KB 8608/10877 KB 8610/10877 KB 8612/10877 KB 8614/10877 KB 8616/10877 KB 8618/10877 KB 8620/10877 KB 8622/10877 KB 8624/10877 KB 8626/10877 KB 8628/10877 KB 8630/10877 KB 8632/10877 KB 8634/10877 KB 8636/10877 KB 8638/10877 KB 8640/10877 KB 8642/10877 KB 8644/10877 KB 8646/10877 KB 8648/10877 KB 8650/10877 KB 8652/10877 KB 8654/10877 KB 8656/10877 KB 8658/10877 KB 8660/10877 KB 8662/10877 KB 8664/10877 KB 8666/10877 KB 8668/10877 KB 8670/10877 KB 8672/10877 KB 8674/10877 KB 8676/10877 KB 8678/10877 KB 8680/10877 KB 8682/10877 KB 8684/10877 KB 8686/10877 KB 8688/10877 KB 8690/10877 KB 8692/10877 KB 8694/10877 KB 8696/10877 KB 8698/10877 KB 8700/10877 KB 8702/10877 KB 8704/10877 KB 8706/10877 KB 8708/10877 KB 8710/10877 KB 8712/10877 KB 8714/10877 KB 8716/10877 KB 8718/10877 KB 8720/10877 KB 8722/10877 KB 8724/10877 KB 8726/10877 KB 8728/10877 KB 8730/10877 KB 8732/10877 KB 8734/10877 KB 8736/10877 KB 8738/10877 KB 8740/10877 KB 8742/10877 KB 8744/10877 KB 8746/10877 KB 8748/10877 KB 8750/10877 KB 8752/10877 KB 8754/10877 KB 8756/10877 KB 8758/10877 KB 8760/10877 KB 8762/10877 KB 8764/10877 KB 8766/10877 KB 8768/10877 KB 8770/10877 KB 8772/10877 KB 8774/10877 KB 8776/10877 KB 8778/10877 KB 8780/10877 KB 8782/10877 KB 8784/10877 KB 8786/10877 KB 8788/10877 KB 8790/10877 KB 8792/10877 KB 8794/10877 KB 8796/10877 KB 8798/10877 KB 8800/10877 KB 8802/10877 KB 8804/10877 KB 8806/10877 KB 8808/10877 KB 8810/10877 KB 8812/10877 KB 8814/10877 KB 8816/10877 KB 8818/10877 KB 8820/10877 KB 8822/10877 KB 8824/10877 KB 8826/10877 KB 8828/10877 KB 8830/10877 KB 8832/10877 KB 8834/10877 KB 8836/10877 KB 8838/10877 KB 8840/10877 KB 8842/10877 KB 8844/10877 KB 8846/10877 KB 8848/10877 KB 8850/10877 KB 8852/10877 KB 8854/10877 KB 8856/10877 KB 8858/10877 KB 8860/10877 KB 8862/10877 KB 8864/10877 KB 8866/10877 KB 8868/10877 KB 8870/10877 KB 8872/10877 KB 8874/10877 KB 8876/10877 KB 8878/10877 KB 8880/10877 KB 8882/10877 KB 8884/10877 KB 8886/10877 KB 8888/10877 KB 8890/10877 KB 8892/10877 KB 8894/10877 KB 8896/10877 KB 8898/10877 KB 8900/10877 KB 8902/10877 KB 8904/10877 KB 8906/10877 KB 8908/10877 KB 8910/10877 KB 8912/10877 KB 8914/10877 KB 8916/10877 KB 8918/10877 KB 8920/10877 KB 8922/10877 KB 8924/10877 KB 8926/10877 KB 8928/10877 KB 8930/10877 KB 8932/10877 KB 8934/10877 KB 8936/10877 KB 8938/10877 KB 8940/10877 KB 8942/10877 KB 8944/10877 KB 8946/10877 KB 8948/10877 KB 8950/10877 KB 8952/10877 KB 8954/10877 KB 8956/10877 KB 8958/10877 KB 8960/10877 KB 8962/10877 KB 8964/10877 KB 8966/10877 KB 8968/10877 KB 8970/10877 KB 8972/10877 KB 8974/10877 KB 8976/10877 KB 8978/10877 KB 8980/10877 KB 8982/10877 KB 8984/10877 KB 8986/10877 KB 8988/10877 KB 8990/10877 KB 8992/10877 KB 8994/10877 KB 8996/10877 KB 8998/10877 KB 9000/10877 KB 9002/10877 KB 9004/10877 KB 9006/10877 KB 9008/10877 KB 9010/10877 KB 9012/10877 KB 9014/10877 KB 9016/10877 KB 9018/10877 KB 9020/10877 KB 9022/10877 KB 9024/10877 KB 9026/10877 KB 9028/10877 KB 9030/10877 KB 9032/10877 KB 9034/10877 KB 9036/10877 KB 9038/10877 KB 9040/10877 KB 9042/10877 KB 9044/10877 KB 9046/10877 KB 9048/10877 KB 9050/10877 KB 9052/10877 KB 9054/10877 KB 9056/10877 KB 9058/10877 KB 9060/10877 KB 9062/10877 KB 9064/10877 KB 9066/10877 KB 9068/10877 KB 9070/10877 KB 9072/10877 KB 9074/10877 KB 9076/10877 KB 9078/10877 KB 9080/10877 KB 9082/10877 KB 9084/10877 KB 9086/10877 KB 9088/10877 KB 9090/10877 KB 9092/10877 KB 9094/10877 KB 9096/10877 KB 9098/10877 KB 9100/10877 KB 9102/10877 KB 9104/10877 KB 9106/10877 KB 9108/10877 KB 9110/10877 KB 9112/10877 KB 9114/10877 KB 9116/10877 KB 9118/10877 KB 9120/10877 KB 9122/10877 KB 9124/10877 KB 9126/10877 KB 9128/10877 KB 9130/10877 KB 9132/10877 KB 9134/10877 KB 9136/10877 KB 9138/10877 KB 9140/10877 KB 9142/10877 KB 9144/10877 KB 9146/10877 KB 9148/10877 KB 9150/10877 KB 9152/10877 KB 9154/10877 KB 9156/10877 KB 9158/10877 KB 9160/10877 KB 9162/10877 KB 9164/10877 KB 9166/10877 KB 9168/10877 KB 9170/10877 KB 9172/10877 KB 9174/10877 KB 9176/10877 KB 9178/10877 KB 9180/10877 KB 9182/10877 KB 9184/10877 KB 9186/10877 KB 9188/10877 KB 9190/10877 KB 9192/10877 KB 9194/10877 KB 9196/10877 KB 9198/10877 KB 9200/10877 KB 9202/10877 KB 9204/10877 KB 9206/10877 KB 9208/10877 KB 9210/10877 KB 9212/10877 KB 9214/10877 KB 9216/10877 KB 9218/10877 KB 9220/10877 KB 9222/10877 KB 9224/10877 KB 9226/10877 KB 9228/10877 KB 9230/10877 KB 9232/10877 KB 9234/10877 KB 9236/10877 KB 9238/10877 KB 9240/10877 KB 9242/10877 KB 9244/10877 KB 9246/10877 KB 9248/10877 KB 9250/10877 KB 9252/10877 KB 9254/10877 KB 9256/10877 KB 9258/10877 KB 9260/10877 KB 9262/10877 KB 9264/10877 KB 9266/10877 KB 9268/10877 KB 9270/10877 KB 9272/10877 KB 9274/10877 KB 9276/10877 KB 9278/10877 KB 9280/10877 KB 9282/10877 KB 9284/10877 KB 9286/10877 KB 9288/10877 KB 9290/10877 KB 9292/10877 KB 9294/10877 KB 9296/10877 KB 9298/10877 KB 9300/10877 KB 9302/10877 KB 9304/10877 KB 9306/10877 KB 9308/10877 KB 9310/10877 KB 9312/10877 KB 9314/10877 KB 9316/10877 KB 9318/10877 KB 9320/10877 KB 9322/10877 KB 9324/10877 KB 9326/10877 KB 9328/10877 KB 9330/10877 KB 9332/10877 KB 9334/10877 KB 9336/10877 KB 9338/10877 KB 9340/10877 KB 9342/10877 KB 9344/10877 KB 9346/10877 KB 9348/10877 KB 9350/10877 KB 9352/10877 KB 9354/10877 KB 9356/10877 KB 9358/10877 KB 9360/10877 KB 9362/10877 KB 9364/10877 KB 9366/10877 KB 9368/10877 KB 9370/10877 KB 9372/10877 KB 9374/10877 KB 9376/10877 KB 9378/10877 KB 9380/10877 KB 9382/10877 KB 9384/10877 KB 9386/10877 KB 9388/10877 KB 9390/10877 KB 9392/10877 KB 9394/10877 KB 9396/10877 KB 9398/10877 KB 9400/10877 KB 9402/10877 KB 9404/10877 KB 9406/10877 KB 9408/10877 KB 9410/10877 KB 9412/10877 KB 9414/10877 KB 9416/10877 KB 9418/10877 KB 9420/10877 KB 9422/10877 KB 9424/10877 KB 9426/10877 KB 9428/10877 KB 9430/10877 KB 9432/10877 KB 9434/10877 KB 9436/10877 KB 9438/10877 KB 9440/10877 KB 9442/10877 KB 9444/10877 KB 9446/10877 KB 9448/10877 KB 9450/10877 KB 9452/10877 KB 9454/10877 KB 9456/10877 KB 9458/10877 KB 9460/10877 KB 9462/10877 KB 9464/10877 KB 9466/10877 KB 9468/10877 KB 9470/10877 KB 9472/10877 KB 9474/10877 KB 9476/10877 KB 9478/10877 KB 9480/10877 KB 9482/10877 KB 9484/10877 KB 9486/10877 KB 9488/10877 KB 9490/10877 KB 9492/10877 KB 9494/10877 KB 9496/10877 KB 9498/10877 KB 9500/10877 KB 9502/10877 KB 9504/10877 KB 9506/10877 KB 9508/10877 KB 9510/10877 KB 9512/10877 KB 9514/10877 KB 9516/10877 KB 9518/10877 KB 9520/10877 KB 9522/10877 KB 9524/10877 KB 9526/10877 KB 9528/10877 KB 9530/10877 KB 9532/10877 KB 9534/10877 KB 9536/10877 KB 9538/10877 KB 9540/10877 KB 9542/10877 KB 9544/10877 KB 9546/10877 KB 9548/10877 KB 9550/10877 KB 9552/10877 KB 9554/10877 KB 9556/10877 KB 9558/10877 KB 9560/10877 KB 9562/10877 KB 9564/10877 KB 9566/10877 KB 9568/10877 KB 9570/10877 KB 9572/10877 KB 9574/10877 KB 9576/10877 KB 9578/10877 KB 9580/10877 KB 9582/10877 KB 9584/10877 KB 9586/10877 KB 9588/10877 KB 9590/10877 KB 9592/10877 KB 9594/10877 KB 9596/10877 KB 9598/10877 KB 9600/10877 KB 9602/10877 KB 9604/10877 KB 9606/10877 KB 9608/10877 KB 9610/10877 KB 9612/10877 KB 9614/10877 KB 9616/10877 KB 9618/10877 KB 9620/10877 KB 9622/10877 KB 9624/10877 KB 9626/10877 KB 9628/10877 KB 9630/10877 KB 9632/10877 KB 9634/10877 KB 9636/10877 KB 9638/10877 KB 9640/10877 KB 9642/10877 KB 9644/10877 KB 9646/10877 KB 9648/10877 KB 9650/10877 KB 9652/10877 KB 9654/10877 KB 9656/10877 KB 9658/10877 KB 9660/10877 KB 9662/10877 KB 9664/10877 KB 9666/10877 KB 9668/10877 KB 9670/10877 KB 9672/10877 KB 9674/10877 KB 9676/10877 KB 9678/10877 KB 9680/10877 KB 9682/10877 KB 9684/10877 KB 9686/10877 KB 9688/10877 KB 9690/10877 KB 9692/10877 KB 9694/10877 KB 9696/10877 KB 9698/10877 KB 9700/10877 KB 9702/10877 KB 9704/10877 KB 9706/10877 KB 9708/10877 KB 9710/10877 KB 9712/10877 KB 9714/10877 KB 9716/10877 KB 9718/10877 KB 9720/10877 KB 9722/10877 KB 9724/10877 KB 9726/10877 KB 9728/10877 KB 9730/10877 KB 9732/10877 KB 9734/10877 KB 9736/10877 KB 9738/10877 KB 9740/10877 KB 9742/10877 KB 9744/10877 KB 9746/10877 KB 9748/10877 KB 9750/10877 KB 9752/10877 KB 9754/10877 KB 9756/10877 KB 9758/10877 KB 9760/10877 KB 9762/10877 KB 9764/10877 KB 9766/10877 KB 9768/10877 KB 9770/10877 KB 9772/10877 KB 9774/10877 KB 9776/10877 KB 9778/10877 KB 9780/10877 KB 9782/10877 KB 9784/10877 KB 9786/10877 KB 9788/10877 KB 9790/10877 KB 9792/10877 KB 9794/10877 KB 9796/10877 KB 9798/10877 KB 9800/10877 KB 9802/10877 KB 9804/10877 KB 9806/10877 KB 9808/10877 KB 9810/10877 KB 9812/10877 KB 9814/10877 KB 9816/10877 KB 9818/10877 KB 9820/10877 KB 9822/10877 KB 9824/10877 KB 9826/10877 KB 9828/10877 KB 9830/10877 KB 9832/10877 KB 9834/10877 KB 9836/10877 KB 9838/10877 KB 9840/10877 KB 9842/10877 KB 9844/10877 KB 9846/10877 KB 9848/10877 KB 9850/10877 KB 9852/10877 KB 9854/10877 KB 9856/10877 KB 9858/10877 KB 9860/10877 KB 9862/10877 KB 9864/10877 KB 9866/10877 KB 9868/10877 KB 9870/10877 KB 9872/10877 KB 9874/10877 KB 9876/10877 KB 9878/10877 KB 9880/10877 KB 9882/10877 KB 9884/10877 KB 9886/10877 KB 9888/10877 KB 9890/10877 KB 9892/10877 KB 9894/10877 KB 9896/10877 KB 9898/10877 KB 9900/10877 KB 9902/10877 KB 9904/10877 KB 9906/10877 KB 9908/10877 KB 9910/10877 KB 9912/10877 KB 9914/10877 KB 9916/10877 KB 9918/10877 KB 9920/10877 KB 9922/10877 KB 9924/10877 KB 9926/10877 KB 9928/10877 KB 9930/10877 KB 9932/10877 KB 9934/10877 KB 9936/10877 KB 9938/10877 KB 9940/10877 KB 9942/10877 KB 9944/10877 KB 9946/10877 KB 9948/10877 KB 9950/10877 KB 9952/10877 KB 9954/10877 KB 9956/10877 KB 9958/10877 KB 9960/10877 KB 9962/10877 KB 9964/10877 KB 9966/10877 KB 9968/10877 KB 9970/10877 KB 9972/10877 KB 9974/10877 KB 9976/10877 KB 9978/10877 KB 9980/10877 KB 9982/10877 KB 9984/10877 KB 9986/10877 KB 9988/10877 KB 9990/10877 KB 9992/10877 KB 9994/10877 KB 9996/10877 KB 9998/10877 KB 10000/10877 KB 10002/10877 KB 10004/10877 KB 10006/10877 KB 10008/10877 KB 10010/10877 KB 10012/10877 KB 10014/10877 KB 10016/10877 KB 10018/10877 KB 10020/10877 KB 10022/10877 KB 10024/10877 KB 10026/10877 KB 10028/10877 KB 10030/10877 KB 10032/10877 KB 10034/10877 KB 10036/10877 KB 10038/10877 KB 10040/10877 KB 10042/10877 KB 10044/10877 KB 10046/10877 KB 10048/10877 KB 10050/10877 KB 10052/10877 KB 10054/10877 KB 10056/10877 KB 10058/10877 KB 10060/10877 KB 10062/10877 KB 10064/10877 KB 10066/10877 KB 10068/10877 KB 10070/10877 KB 10072/10877 KB 10074/10877 KB 10076/10877 KB 10078/10877 KB 10080/10877 KB 10082/10877 KB 10084/10877 KB 10086/10877 KB 10088/10877 KB 10090/10877 KB 10092/10877 KB 10094/10877 KB 10096/10877 KB 10098/10877 KB 10100/10877 KB 10102/10877 KB 10104/10877 KB 10106/10877 KB 10108/10877 KB 10110/10877 KB 10112/10877 KB 10114/10877 KB 10116/10877 KB 10118/10877 KB 10120/10877 KB 10122/10877 KB 10124/10877 KB 10126/10877 KB 10128/10877 KB 10130/10877 KB 10132/10877 KB 10134/10877 KB 10136/10877 KB 10138/10877 KB 10140/10877 KB 10142/10877 KB 10144/10877 KB 10146/10877 KB 10148/10877 KB 10150/10877 KB 10152/10877 KB 10154/10877 KB 10156/10877 KB 10158/10877 KB 10160/10877 KB 10162/10877 KB 10164/10877 KB 10166/10877 KB 10168/10877 KB 10170/10877 KB 10172/10877 KB 10174/10877 KB 10176/10877 KB 10178/10877 KB 10180/10877 KB 10182/10877 KB 10184/10877 KB 10186/10877 KB 10188/10877 KB 10190/10877 KB 10192/10877 KB 10194/10877 KB 10196/10877 KB 10198/10877 KB 10200/10877 KB 10202/10877 KB 10204/10877 KB 10206/10877 KB 10208/10877 KB 10210/10877 KB 10212/10877 KB 10214/10877 KB 10216/10877 KB 10218/10877 KB 10220/10877 KB 10222/10877 KB 10224/10877 KB 10226/10877 KB 10228/10877 KB 10230/10877 KB 10232/10877 KB 10234/10877 KB 10236/10877 KB 10238/10877 KB 10240/10877 KB 10242/10877 KB 10244/10877 KB 10246/10877 KB 10248/10877 KB 10250/10877 KB 10252/10877 KB 10254/10877 KB 10256/10877 KB 10258/10877 KB 10260/10877 KB 10262/10877 KB 10264/10877 KB 10266/10877 KB 10268/10877 KB 10270/10877 KB 10272/10877 KB 10274/10877 KB 10276/10877 KB 10278/10877 KB 10280/10877 KB 10282/10877 KB 10284/10877 KB 10286/10877 KB 10288/10877 KB 10290/10877 KB 10292/10877 KB 10294/10877 KB 10296/10877 KB 10298/10877 KB 10300/10877 KB 10302/10877 KB 10304/10877 KB 10306/10877 KB 10308/10877 KB 10310/10877 KB 10312/10877 KB 10314/10877 KB 10316/10877 KB 10318/10877 KB 10320/10877 KB 10322/10877 KB 10324/10877 KB 10326/10877 KB 10328/10877 KB 10330/10877 KB 10332/10877 KB 10334/10877 KB 10336/10877 KB 10338/10877 KB 10340/10877 KB 10342/10877 KB 10344/10877 KB 10346/10877 KB 10348/10877 KB 10350/10877 KB 10352/10877 KB 10354/10877 KB 10356/10877 KB 10358/10877 KB 10360/10877 KB 10362/10877 KB 10364/10877 KB 10366/10877 KB 10368/10877 KB 10370/10877 KB 10372/10877 KB 10374/10877 KB 10376/10877 KB 10378/10877 KB 10380/10877 KB 10382/10877 KB 10384/10877 KB 10386/10877 KB 10388/10877 KB 10390/10877 KB 10392/10877 KB 10394/10877 KB 10396/10877 KB 10398/10877 KB 10400/10877 KB 10402/10877 KB 10404/10877 KB 10406/10877 KB 10408/10877 KB 10410/10877 KB 10412/10877 KB 10414/10877 KB 10416/10877 KB 10418/10877 KB 10420/10877 KB 10422/10877 KB 10424/10877 KB 10426/10877 KB 10428/10877 KB 10430/10877 KB 10432/10877 KB 10434/10877 KB 10436/10877 KB 10438/10877 KB 10440/10877 KB 10442/10877 KB 10444/10877 KB 10446/10877 KB 10448/10877 KB 10450/10877 KB 10452/10877 KB 10454/10877 KB 10456/10877 KB 10458/10877 KB 10460/10877 KB 10462/10877 KB 10464/10877 KB 10466/10877 KB 10468/10877 KB 10470/10877 KB 10472/10877 KB 10474/10877 KB 10476/10877 KB 10478/10877 KB 10480/10877 KB 10482/10877 KB 10484/10877 KB 10486/10877 KB 10488/10877 KB 10490/10877 KB 10492/10877 KB 10494/10877 KB 10496/10877 KB 10498/10877 KB 10500/10877 KB 10502/10877 KB 10504/10877 KB 10506/10877 KB 10508/10877 KB 10510/10877 KB 10512/10877 KB 10514/10877 KB 10516/10877 KB 10518/10877 KB 10520/10877 KB 10522/10877 KB 10524/10877 KB 10526/10877 KB 10528/10877 KB 10530/10877 KB 10532/10877 KB 10534/10877 KB 10536/10877 KB 10538/10877 KB 10540/10877 KB 10542/10877 KB 10544/10877 KB 10546/10877 KB 10548/10877 KB 10550/10877 KB 10552/10877 KB 10554/10877 KB 10556/10877 KB 10558/10877 KB 10560/10877 KB 10562/10877 KB 10564/10877 KB 10566/10877 KB 10568/10877 KB 10570/10877 KB 10572/10877 KB 10574/10877 KB 10576/10877 KB 10578/10877 KB 10580/10877 KB 10582/10877 KB 10584/10877 KB 10586/10877 KB 10588/10877 KB 10590/10877 KB 10592/10877 KB 10594/10877 KB 10596/10877 KB 10598/10877 KB 10600/10877 KB 10602/10877 KB 10604/10877 KB 10606/10877 KB 10608/10877 KB 10610/10877 KB 10612/10877 KB 10614/10877 KB 10616/10877 KB 10618/10877 KB 10620/10877 KB 10622/10877 KB 10624/10877 KB 10626/10877 KB 10628/10877 KB 10630/10877 KB 10632/10877 KB 10634/10877 KB 10636/10877 KB 10638/10877 KB 10640/10877 KB 10642/10877 KB 10644/10877 KB 10646/10877 KB 10648/10877 KB 10650/10877 KB 10652/10877 KB 10654/10877 KB 10656/10877 KB 10658/10877 KB 10660/10877 KB 10662/10877 KB 10664/10877 KB 10666/10877 KB 10668/10877 KB 10670/10877 KB 10672/10877 KB 10674/10877 KB 10676/10877 KB 10678/10877 KB 10680/10877 KB 10682/10877 KB 10684/10877 KB 10686/10877 KB 10688/10877 KB 10690/10877 KB 10692/10877 KB 10694/10877 KB 10696/10877 KB 10698/10877 KB 10700/10877 KB 10702/10877 KB 10704/10877 KB 10706/10877 KB 10708/10877 KB 10710/10877 KB 10712/10877 KB 10714/10877 KB 10716/10877 KB 10718/10877 KB 10720/10877 KB 10722/10877 KB 10724/10877 KB 10726/10877 KB 10728/10877 KB 10730/10877 KB 10732/10877 KB 10734/10877 KB 10736/10877 KB 10738/10877 KB 10740/10877 KB 10742/10877 KB 10744/10877 KB 10746/10877 KB 10748/10877 KB 10750/10877 KB 10752/10877 KB 10754/10877 KB 10756/10877 KB 10758/10877 KB 10760/10877 KB 10762/10877 KB 10764/10877 KB 10766/10877 KB 10768/10877 KB 10770/10877 KB 10772/10877 KB 10774/10877 KB 10776/10877 KB 10778/10877 KB 10780/10877 KB 10782/10877 KB 10784/10877 KB 10786/10877 KB 10788/10877 KB 10790/10877 KB 10792/10877 KB 10794/10877 KB 10796/10877 KB 10798/10877 KB 10800/10877 KB 10802/10877 KB 10804/10877 KB 10806/10877 KB 10808/10877 KB 10810/10877 KB 10812/10877 KB 10814/10877 KB 10816/10877 KB 10818/10877 KB 10820/10877 KB 10822/10877 KB 10824/10877 KB 10826/10877 KB 10828/10877 KB 10830/10877 KB 10832/10877 KB 10834/10877 KB 10836/10877 KB 10838/10877 KB 10840/10877 KB 10842/10877 KB 10844/10877 KB 10846/10877 KB 10848/10877 KB 10850/10877 KB 10852/10877 KB 10854/10877 KB 10856/10877 KB 10858/10877 KB 10860/10877 KB 10862/10877 KB 10864/10877 KB 10866/10877 KB 10868/10877 KB 10870/10877 KB 10872/10877 KB 10874/10877 KB 10876/10877 KB 10877/10877 KB Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/spoon-core-6.3.0-20180316.163124-7-jar-with-dependencies.jar (10877 KB at 8086.6 KB/sec) Uploading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml 1009/1009 B Uploaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.3.0-SNAPSHOT/maven-metadata.xml (1009 B at 35.2 KB/sec) [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:22 min [INFO] Finished at: 2018-03-16T17:31:26+01:00 [INFO] Final Memory: 55M/540M [INFO] ------------------------------------------------------------------------ Finished: SUCCESS