Skip to content

Instantly share code, notes, and snippets.

@zufarfakhurtdinov
Created March 1, 2016 09:33
Show Gist options
  • Save zufarfakhurtdinov/a8fe415308f83b33e972 to your computer and use it in GitHub Desktop.
Save zufarfakhurtdinov/a8fe415308f83b33e972 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
$ mvn package && mvn package -X
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] gwtarchetypesample
[INFO] gwtarchetypesample-shared
[INFO] gwtarchetypesample-client
[INFO] gwtarchetypesample-server
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample-shared 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gwtarchetypesample-shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ gwtarchetypesample-shared ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gwtarchetypesample-shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ gwtarchetypesample-shared ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ gwtarchetypesample-shared ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gwtarchetypesample-shared ---
[INFO] Building jar: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ gwtarchetypesample-shared ---
[INFO] Building jar: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample-client 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:enforce-encoding (default-enforce-encoding) @ gwtarchetypesample-client ---
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:add-super-sources (default-add-super-sources) @ gwtarchetypesample-client ---
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:add-test-super-sources (default-add-test-super-sources) @ gwtarchetypesample-client ---
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:generate-module (default-generate-module) @ gwtarchetypesample-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ gwtarchetypesample-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/resources
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/super
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ gwtarchetypesample-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:import-sources (default-import-sources) @ gwtarchetypesample-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ gwtarchetypesample-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/resources
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/super
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ gwtarchetypesample-client ---
[INFO] No sources to compile
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:import-test-sources (default-import-test-sources) @ gwtarchetypesample-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:test (default-test) @ gwtarchetypesample-client ---
[INFO] No tests to run.
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:compile (default-compile) @ gwtarchetypesample-client ---
[INFO] Compiling module zufarfakhurtdinov.App
[INFO] Compiling 3 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 2...
[INFO] Compile of permutations succeeded
[INFO] Compilation succeeded -- 9.356s
[INFO] Linking into /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwtarchetypesample-client-1.0-SNAPSHOT/app
[INFO] Link succeeded
[INFO] Linking succeeded -- 0.165s
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:package-app (default-package-app) @ gwtarchetypesample-client ---
[INFO] Building war: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwtarchetypesample-client-1.0-SNAPSHOT.war
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample-server 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gwtarchetypesample-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ gwtarchetypesample-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gwtarchetypesample-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ gwtarchetypesample-server ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ gwtarchetypesample-server ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ gwtarchetypesample-server ---
[INFO] Packaging webapp
[INFO] Assembling webapp [gwtarchetypesample-server] in [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/target/gwtarchetypesample-server-1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/src/main/webapp]
[INFO] Processing overlay [ id zufarfakhurtdinov:gwtarchetypesample-client]
[INFO] Webapp assembled in [264 msecs]
[INFO] Building war: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/target/gwtarchetypesample-server-1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] gwtarchetypesample ................................. SUCCESS [ 0.001 s]
[INFO] gwtarchetypesample-shared .......................... SUCCESS [ 1.211 s]
[INFO] gwtarchetypesample-client .......................... SUCCESS [ 11.584 s]
[INFO] gwtarchetypesample-server .......................... SUCCESS [ 0.922 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.302 s
[INFO] Finished at: 2016-03-01T12:28:32+03:00
[INFO] Final Memory: 28M/306M
[INFO] ------------------------------------------------------------------------
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00)
Maven home: /Users/jetbrains/dev/tools/apache-maven-3.2.3
Java version: 1.8.0_71, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /Users/jetbrains/dev/tools/apache-maven-3.2.3/conf/settings.xml
[DEBUG] Reading user settings from /Users/jetbrains/.m2/settings.xml
[DEBUG] Using local repository at /Users/jetbrains/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/jetbrains/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=258, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=60, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=8, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=361, DefaultDependencyCollector.transformTime=12}
[DEBUG] net.ltgt.gwt.maven:gwt-maven-plugin:jar:1.0-rc-6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.5:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.4.1:compile
[DEBUG] commons-io:commons-io:jar:2.2:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.21:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.5:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:3.0.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.6:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.16:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.16:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.16:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created new class realm extension>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Importing foreign packages into class realm extension>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm extension>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Included: net.ltgt.gwt.maven:gwt-maven-plugin:jar:1.0-rc-6
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.4.1
[DEBUG] Included: commons-io:commons-io:jar:2.2
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.9
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.21
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.0.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.6
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.16
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.16
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.16
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Extension realms for project zufarfakhurtdinov:gwtarchetypesample:pom:1.0-SNAPSHOT: [ClassRealm[extension>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]]
[DEBUG] Created new class realm project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Populating class realm project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project zufarfakhurtdinov:gwtarchetypesample-client:gwt-app:1.0-SNAPSHOT: [ClassRealm[extension>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]]
[DEBUG] Looking up lifecyle mappings for packaging gwt-app from ClassRealm[project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project zufarfakhurtdinov:gwtarchetypesample-server:war:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] gwtarchetypesample
[INFO] gwtarchetypesample-shared
[INFO] gwtarchetypesample-client
[INFO] gwtarchetypesample-server
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample:pom:1.0-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample-client:gwt-app:1.0-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample-server:war:1.0-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample-shared 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.7</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.7</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.7</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.7</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:2.4:jar-no-fork (attach-sources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<attach default-value="true">${attach}</attach>
<classifier default-value="sources">${maven.source.classifier}</classifier>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<excludeResources default-value="false">${source.excludeResources}</excludeResources>
<finalName default-value="${project.build.finalName}"/>
<forceCreation default-value="false">${source.forceCreation}</forceCreation>
<includePom default-value="false">${source.includePom}</includePom>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<session default-value="${session}"/>
<skipSource default-value="false">${source.skip}</skipSource>
<useDefaultExcludes default-value="true"/>
<useDefaultManifestFile default-value="false"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=6, DefaultDependencyCollector.transformTime=0}
[DEBUG] zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT
[DEBUG] com.google.gwt:gwt-servlet:jar:2.7.0:provided
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gwtarchetypesample-shared ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=45, DefaultDependencyCollector.transformTime=2}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ gwtarchetypesample-shared ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=30, DefaultDependencyCollector.transformTime=3}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.2:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.4:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.4
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:compile' with basic configurator -->
[DEBUG] (f) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared
[DEBUG] (f) buildDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target
[DEBUG] (f) classpathElements = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-servlet/2.7.0/gwt-servlet-2.7.0.jar]
[DEBUG] (f) compileSourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (f) projectArtifact = zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.7
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.7
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/java]
[DEBUG] Classpath: [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
/Users/jetbrains/.m2/repository/com/google/gwt/gwt-servlet/2.7.0/gwt-servlet-2.7.0.jar]
[DEBUG] Output directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[DEBUG] Adding /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/generated-sources/annotations to compile source roots:
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/java
[DEBUG] New compile source roots:
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/main/java
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gwtarchetypesample-shared ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ gwtarchetypesample-shared ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared
[DEBUG] (f) buildDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target
[DEBUG] (f) classpathElements = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/test-classes, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-servlet/2.7.0/gwt-servlet-2.7.0.jar]
[DEBUG] (f) compileSourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/test-classes
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.7
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.7
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ gwtarchetypesample-shared ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=25, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.0.9
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG] (s) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///Users/jetbrains/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {com.google.gwt:gwt-servlet=com.google.gwt:gwt-servlet:jar:2.7.0:provided}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/src/test/java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared
[DEBUG] (s) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gwtarchetypesample-shared ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=14, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG] commons-lang:commons-lang:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG] Included: commons-lang:commons-lang:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG] (f) classesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes
[DEBUG] (f) defaultManifestFile = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) finalName = gwtarchetypesample-shared-1.0-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: true
[DEBUG] Archive /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT.jar is uptodate.
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ gwtarchetypesample-shared ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=101, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=18, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:2.4:
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.6.3:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.1.3:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.18:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-source-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-source-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-source-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-source-plugin:jar:2.4
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.6.3
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.1.3
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.18
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:2.4:jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:2.4:jar-no-fork' with basic configurator -->
[DEBUG] (f) attach = true
[DEBUG] (f) classifier = sources
[DEBUG] (f) defaultManifestFile = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) excludeResources = false
[DEBUG] (f) finalName = gwtarchetypesample-shared-1.0-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) includePom = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/pom.xml, MavenProject: zufarfakhurtdinov:gwtarchetypesample-shared:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/pom.xml, MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml, MavenProject: zufarfakhurtdinov:gwtarchetypesample-server:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-server/pom.xml]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) skipSource = false
[DEBUG] (f) useDefaultExcludes = true
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Resource with unknown modification date found.)
[INFO] Building jar: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory zufarfakhurtdinov/
[DEBUG] adding entry zufarfakhurtdinov/FieldVerifier.java
[DEBUG] adding entry zufarfakhurtdinov/GreetingResponse.java
[DEBUG] adding entry zufarfakhurtdinov/GreetingService.java
[DEBUG] adding entry zufarfakhurtdinov/GreetingServiceAsync.java
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gwtarchetypesample-client 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-deploy-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (/Users/jetbrains/.m2/repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-deploy-plugin to 2.8.2 from repository central (https://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-resources-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml in local (/Users/jetbrains/.m2/repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-resources-plugin to 2.7 from repository central (https://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-install-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (/Users/jetbrains/.m2/repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-install-plugin to 2.5.2 from repository central (https://repo.maven.apache.org/maven2, releases)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:enforce-encoding (default-enforce-encoding)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-super-sources (default-add-super-sources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<moduleName>zufarfakhurtdinov.App</moduleName>
<project default-value="${project}"/>
<relocateSuperSource default-value="false"/>
<superSourceDirectory default-value="src/main/super"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-test-super-sources (default-add-test-super-sources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<moduleName>zufarfakhurtdinov.App</moduleName>
<project default-value="${project}"/>
<relocateTestSuperSource default-value="false"/>
<testSuperSourceDirectory default-value="src/test/super"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:generate-module (default-generate-module)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<dependencyArtifacts default-value="${project.dependencyArtifacts}"/>
<moduleName>zufarfakhurtdinov.App</moduleName>
<moduleShortName>app</moduleShortName>
<moduleTemplate default-value="${project.basedir}/src/main/module.gwt.xml"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<project default-value="${project}"/>
<skipModule default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.7:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.7</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.7</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-sources (default-import-sources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<sourceRoots default-value="${project.compileSourceRoots}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.7:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.7</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.7</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-test-sources (default-import-test-sources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<sourceRoots default-value="${project.testCompileSourceRoots}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<codeServerPort>${gwt.codeServerPort}</codeServerPort>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<deploy default-value="${project.build.directory}/gwt-tests/deploy"/>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<draftCompile default-value="false">${gwt.draftCompile}</draftCompile>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">${forkCount}</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<localWorkers>${gwt.localWorkers}</localWorkers>
<logLevel>${gwt.logLevel}</logLevel>
<objectFactory>${objectFactory}</objectFactory>
<optimize default-value="9">${gwt.optimize}</optimize>
<outDir default-value="${project.build.directory}/gwt-tests/www"/>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<parallelTestsTimeoutForcedInSeconds>${failsafe.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>${failsafe.parallel.timeout}</parallelTestsTimeoutInSeconds>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<port>${gwt.port}</port>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<reuseForks default-value="true">${reuseForks}</reuseForks>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<sourceLevel>1.7</sourceLevel>
<style default-value="OBFUSCATED">${gwt.style}</style>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
<threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
<threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useCompilerArgsForTests default-value="false"/>
<useFile default-value="true">${surefire.useFile}</useFile>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workDir default-value="${project.build.directory}/gwt/work"/>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<deploy default-value="${project.build.directory}/gwt/deploy"/>
<draftCompile default-value="false">${gwt.draftCompile}</draftCompile>
<failOnError default-value="false">true</failOnError>
<forceCompilation default-value="false">${gwt.forceCompilation}</forceCompilation>
<localWorkers>${gwt.localWorkers}</localWorkers>
<logLevel>${gwt.logLevel}</logLevel>
<moduleName>zufarfakhurtdinov.App</moduleName>
<moduleShortName>app</moduleShortName>
<optimize default-value="9">${gwt.optimize}</optimize>
<project default-value="${project}"/>
<skipCompilation default-value="false">${gwt.skipCompilation}</skipCompilation>
<sourceLevel>1.7</sourceLevel>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<style default-value="OBFUSCATED">${gwt.style}</style>
<webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>
<workDir default-value="${project.build.directory}/gwt/work"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:package-app (default-package-app)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<forceCreation default-value="false">${war.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<warName default-value="${project.build.finalName}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=13, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=10, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=12, DefaultDependencyCollector.collectTime=16, DefaultDependencyCollector.transformTime=0}
[DEBUG] zufarfakhurtdinov:gwtarchetypesample-client:gwt-app:1.0-SNAPSHOT
[DEBUG] zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT:compile
[DEBUG] zufarfakhurtdinov:gwtarchetypesample-shared:jar:sources:1.0-SNAPSHOT:compile
[DEBUG] com.google.gwt:gwt-user:jar:2.7.0:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] javax.validation:validation-api:jar:sources:1.0.0.GA:compile
[DEBUG] com.google.gwt:gwt-dev:jar:2.7.0:compile
[DEBUG] org.ow2.asm:asm:jar:5.0.3:compile
[DEBUG] org.ow2.asm:asm-util:jar:5.0.3:compile
[DEBUG] org.ow2.asm:asm-tree:jar:5.0.3:compile
[DEBUG] org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:enforce-encoding (default-enforce-encoding) @ gwtarchetypesample-client ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=258, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=60, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=6, DefaultDependencyCollector.transformTime=3}
[DEBUG] net.ltgt.gwt.maven:gwt-maven-plugin:jar:1.0-rc-6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.5:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.9.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.4.1:compile
[DEBUG] commons-io:commons-io:jar:2.2:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.21:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0.5:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.5:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:3.0.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.6:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.16:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.16:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.16:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] Created new class realm plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Importing foreign packages into class realm plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Imported: < project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6
[DEBUG] Included: net.ltgt.gwt.maven:gwt-maven-plugin:jar:1.0-rc-6
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.9.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.4.1
[DEBUG] Included: commons-io:commons-io:jar:2.2
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.9
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.21
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.0.0
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.6
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.16
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.16
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.16
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.5
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0.5
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0.5
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.13.1
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.13.1
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.13.1
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:enforce-encoding from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:enforce-encoding' with basic configurator -->
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] -- end configuration --
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:add-super-sources (default-add-super-sources) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-super-sources from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-super-sources' with basic configurator -->
[DEBUG] (f) moduleName = zufarfakhurtdinov.App
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) relocateSuperSource = false
[DEBUG] (f) superSourceDirectory = src/main/super
[DEBUG] -- end configuration --
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:add-test-super-sources (default-add-test-super-sources) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-test-super-sources from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-test-super-sources' with basic configurator -->
[DEBUG] (f) moduleName = zufarfakhurtdinov.App
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) relocateTestSuperSource = false
[DEBUG] (f) testSuperSourceDirectory = src/test/super
[DEBUG] -- end configuration --
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:generate-module (default-generate-module) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:generate-module from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:generate-module' with basic configurator -->
[DEBUG] (f) dependencyArtifacts = [zufarfakhurtdinov:gwtarchetypesample-shared:jar:1.0-SNAPSHOT:compile, zufarfakhurtdinov:gwtarchetypesample-shared:jar:sources:1.0-SNAPSHOT:compile, com.google.gwt:gwt-user:jar:2.7.0:compile, com.google.gwt:gwt-dev:jar:2.7.0:compile]
[DEBUG] (f) moduleName = zufarfakhurtdinov.App
[DEBUG] (f) moduleShortName = app
[DEBUG] (f) moduleTemplate = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/module.gwt.xml
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) skipModule = false
[DEBUG] -- end configuration --
[INFO] /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes/zufarfakhurtdinov/App.gwt.xml up to date - skipping
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ gwtarchetypesample-client ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=143, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=36, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=88, DefaultDependencyCollector.collectTime=11, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.7:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG] commons-cli:commons-cli:jar:1.2:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.2:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.3:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.19:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.7
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.7
[DEBUG] Imported: < project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.7
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.7
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.5.6
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG] Included: commons-cli:commons-cli:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.2
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.3
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.19
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.2.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.7:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.7, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.7:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/main/super, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/resources
[DEBUG] resource with targetPath null
directory src/main/super
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/super
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ gwtarchetypesample-client ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=10, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.2:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.4:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.4:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2--677148246
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2--677148246
[DEBUG] Imported: < project>zufarfakhurtdinov:gwtarchetypesample:1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2--677148246
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.4
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.4
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2--677148246, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:compile' with basic configurator -->
[DEBUG] (f) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client
[DEBUG] (f) buildDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target
[DEBUG] (f) classpathElements = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT.jar, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar, /Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar, /Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar]
[DEBUG] (f) compileSourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) projectArtifact = zufarfakhurtdinov:gwtarchetypesample-client:gwt-app:1.0-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.7
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.7
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java]
[DEBUG] Classpath: [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT.jar
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar
/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar
/Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
/Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar
/Users/jetbrains/.m2/repository/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar
/Users/jetbrains/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
/Users/jetbrains/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar
/Users/jetbrains/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
/Users/jetbrains/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar]
[DEBUG] Output directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] Adding /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-sources/annotations to compile source roots:
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java
[DEBUG] New compile source roots:
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java
/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:import-sources (default-import-sources) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-sources from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-sources' with basic configurator -->
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] (f) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/main/super, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) sourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-sources/annotations]
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] file App.java has a filtered file extension
[DEBUG] copy /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/main/java/zufarfakhurtdinov/App.java to /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes/zufarfakhurtdinov/App.java
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-sources/annotations
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.7:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.7, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.7:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/test/super, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/resources
[DEBUG] resource with targetPath null
directory src/test/super
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/super
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.2--677148246, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client
[DEBUG] (f) buildDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target
[DEBUG] (f) classpathElements = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/test-classes, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT.jar, /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar, /Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar, /Users/jetbrains/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar, /Users/jetbrains/.m2/repository/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar, /Users/jetbrains/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar]
[DEBUG] (f) compileSourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/test-classes
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.7
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.7
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:import-test-sources (default-import-test-sources) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-test-sources from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-test-sources' with basic configurator -->
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) outputDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/test-classes
[DEBUG] (f) overwrite = false
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/test/super, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] (f) sourceRoots = [/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java]
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a7, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, env.PWD=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, env.NDK_ROOT=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.country.format=RU, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_71-b15, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.YkpeMlhQoW/Render, project.build.sourceEncoding=UTF-8, user.name=jetbrains, maven.build.version=Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T00:58:10+03:00), env.USER=jetbrains, env.SHELL=/bin/bash, env.JAVA_MAIN_CLASS_96470=org.codehaus.plexus.classworlds.launcher.Launcher, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, env.PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/:/Users/jetbrains/dev/tools/gradle-2.10/bin:/Users/jetbrains/dev/tools/android/android-ndk-r10d, env.ANDROID_NDK_HOME=/Users/jetbrains/dev/tools/android/android-ndk-r10d, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/jetbrains/dev/tools/apache-maven-3.2.3/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_71, user.timezone=Europe/Moscow, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, env.GRADLE_HOME=/Users/jetbrains/dev/tools/gradle-2.10, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/jetbrains/dev/tools/android/sdk, java.vm.info=mixed mode, env.LOGNAME=jetbrains, os.version=10.11.3, env.TERM_PROGRAM_VERSION=361.1, path.separator=:, java.vm.version=25.71-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, mavenVersion=3.0, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, user.home=/Users/jetbrains, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.library.path=/Users/jetbrains/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS=package -X, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/jetbrains/dev/tools/apache-maven-3.2.3, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher package -X, java.class.path=/Users/jetbrains/dev/tools/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=7A088190-94D9-443A-8780-D80DD35E837F, maven.version=3.2.3, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/jetbrains, java.io.tmpdir=/var/folders/x9/ljg0yzpd217gbkqfp1p2kk180000gp/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.zpCroaFwal/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/jetbrains/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_71.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.ORORO=munroe, file.encoding=UTF-8, java.specification.version=1.8}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:test (default-test) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:test from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:test' with basic configurator -->
[DEBUG] (s) additionalClasspathElements = []
[DEBUG] (s) basedir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes
[DEBUG] (s) classpathDependencyExcludes = []
[DEBUG] (s) dependenciesToScan = []
[DEBUG] (f) deploy = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-tests/deploy
[DEBUG] (s) disableXmlReport = false
[DEBUG] (f) draftCompile = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (f) forkCount = 1
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///Users/jetbrains/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) optimize = 9
[DEBUG] (f) outDir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-tests/www
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {net.ltgt.gwt.maven:gwt-maven-plugin=net.ltgt.gwt.maven:gwt-maven-plugin:maven-plugin:1.0-rc-6:, org.sonatype.sisu:sisu-inject-bean=org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile, org.sonatype.sisu:sisu-guice=org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile, org.sonatype.sisu:sisu-guava=org.sonatype.sisu:sisu-guava:jar:0.9.9:compile, org.sonatype.plexus:plexus-build-api=org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile, org.codehaus.plexus:plexus-archiver=org.codehaus.plexus:plexus-archiver:jar:2.9.1:compile, org.codehaus.plexus:plexus-io=org.codehaus.plexus:plexus-io:jar:2.4.1:compile, commons-io:commons-io=commons-io:commons-io:jar:2.2:compile, org.apache.commons:commons-compress=org.apache.commons:commons-compress:jar:1.9:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.21:compile, org.codehaus.plexus:plexus-compiler-api=org.codehaus.plexus:plexus-compiler-api:jar:2.4:compile, org.sonatype.aether:aether-util=org.sonatype.aether:aether-util:jar:1.13.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.14:compile, org.codehaus.plexus:plexus-component-annotations=org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:maven-filtering=org.apache.maven.shared:maven-filtering:jar:3.0.0:compile, org.apache.maven.shared:maven-shared-utils=org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile, com.google.code.findbugs:jsr305=com.google.code.findbugs:jsr305:jar:2.0.1:compile, org.apache.maven:maven-archiver=org.apache.maven:maven-archiver:jar:2.6:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.16:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.16:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.16:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.AddSuperSourceMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-super-sources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.AddTestSuperSourcesMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:add-test-super-sources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.CodeServerMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:codeserver'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.CompileMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:compile'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.DevModeMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:devmode'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.EnforceEncodingMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:enforce-encoding'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.GenerateModuleMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:generate-module'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.GenerateModuleMetadataMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:generate-module-metadata'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.HelpMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.ImportSourcesMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-sources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.ImportTestSourcesMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:import-test-sources'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.PackageAppMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:package-app'
role: 'org.apache.maven.plugin.Mojo', implementation: 'net.ltgt.gwt.maven.TestMojo', role hint: 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {zufarfakhurtdinov:gwtarchetypesample-shared=zufarfakhurtdinov:gwtarchetypesample-shared:jar:sources:1.0-SNAPSHOT:compile, com.google.gwt:gwt-user=com.google.gwt:gwt-user:jar:2.7.0:compile, javax.validation:validation-api=javax.validation:validation-api:jar:sources:1.0.0.GA:compile, com.google.gwt:gwt-dev=com.google.gwt:gwt-dev:jar:2.7.0:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:5.0.3:compile, org.ow2.asm:asm-util=org.ow2.asm:asm-util:jar:5.0.3:compile, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:5.0.3:compile, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:5.0.3:compile}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/surefire-reports
[DEBUG] (f) reuseForks = true
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (f) sourceLevel = 1.7
[DEBUG] (f) style = OBFUSCATED
[DEBUG] (s) testClassesDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/src/test/java
[DEBUG] (s) threadCountClasses = 0
[DEBUG] (s) threadCountMethods = 0
[DEBUG] (s) threadCountSuites = 0
[DEBUG] (s) trimStackTrace = true
[DEBUG] (f) useCompilerArgsForTests = false
[DEBUG] (s) useFile = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (f) workDir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt/work
[DEBUG] (s) workingDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client
[DEBUG] (s) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@5ea502e0
[DEBUG] -- end configuration --
[INFO] No tests to run.
[DEBUG] Using 8 local workers
[DEBUG] Using gwt.args: -logLevel DEBUG -war /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-tests/www -workDir /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt/work -deploy /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-tests/deploy -style OBFUSCATED -localWorkers 8 -optimize 9 -sourceLevel 1.7 -checkAssertions
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-6:compile (default-compile) @ gwtarchetypesample-client ---
[DEBUG] Configuring mojo net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:compile from plugin realm ClassRealm[plugin>net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:compile' with basic configurator -->
[DEBUG] (f) deploy = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt/deploy
[DEBUG] (f) draftCompile = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceCompilation = false
[DEBUG] (f) moduleName = zufarfakhurtdinov.App
[DEBUG] (f) moduleShortName = app
[DEBUG] (f) optimize = 9
[DEBUG] (f) project = MavenProject: zufarfakhurtdinov:gwtarchetypesample-client:1.0-SNAPSHOT @ /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/pom.xml
[DEBUG] (f) skipCompilation = false
[DEBUG] (f) sourceLevel = 1.7
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) style = OBFUSCATED
[DEBUG] (f) webappDirectory = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwtarchetypesample-client-1.0-SNAPSHOT
[DEBUG] (f) workDir = /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt/work
[DEBUG] -- end configuration --
[DEBUG] Found *.nocache.js at /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwtarchetypesample-client-1.0-SNAPSHOT/app/app.nocache.js
[DEBUG] Source file is newer than nocache.js, recompiling: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-shared/target/gwtarchetypesample-shared-1.0-SNAPSHOT-sources.jar
[DEBUG] Using 8 local workers
[INFO] Loading inherited module 'zufarfakhurtdinov.App'
[INFO] Module location: file:/Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/classes/zufarfakhurtdinov/App.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/Core.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar!/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.lang.LongLib'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-dev/2.7.0/gwt-dev-2.7.0.jar!/com/google/gwt/lang/LongLib.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CompilerParameters'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/CompilerParameters.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.emul.Emulation'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/emul/Emulation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.logging.LogImpl'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/logging/LogImpl.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.StackTrace'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/StackTrace.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.AsyncFragmentLoader'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/AsyncFragmentLoader.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.XSLinker'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/XSLinker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/CrossSiteIframeLinker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.User'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/User.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.Event'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/Event.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dom.DOM'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.canvas.dom.DOM'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/canvas/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.media.dom.DOM'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/media/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.safehtml.SafeHtml'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/safehtml/SafeHtml.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.http.HTTP'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/http/HTTP.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Timer'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Timer.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.xhr.XMLHttpRequest'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/xhr/XMLHttpRequest.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.typedarrays.TypedArrays'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/typedarrays/TypedArrays.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.useragent.UserAgent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/useragent/UserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CoreWithUserAgent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/CoreWithUserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.regexp.RegExp'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/regexp/RegExp.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.EventBase'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/EventBase.gwt.xml
[INFO] Loading inherited module 'com.google.web.bindery.event.Event'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/web/bindery/event/Event.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.DomEvent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/dom/DomEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.DragEvent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/dom/DragEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.TouchEvent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/dom/TouchEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.logical.LogicalEvent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/event/logical/LogicalEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.geolocation.Geolocation'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/geolocation/Geolocation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.media.Media'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/media/Media.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.UI'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/UI.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.animation.Animation'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/animation/Animation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.canvas.Canvas'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/canvas/Canvas.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.cell.Cell'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/cell/Cell.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.text.Text'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/text/Text.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.i18n.I18N'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/i18n/I18N.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.cell.TextButtonCell'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/cell/TextButtonCell.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.debug.DebugBase'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/debug/DebugBase.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dom.builder.DomBuilder'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/dom/builder/DomBuilder.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.editor.Editor'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/editor/Editor.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.validation.Validation'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/validation/Validation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RemoteServiceDTO'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/RemoteServiceDTO.gwt.xml
[INFO] Loading inherited module 'javax.validation.Validation'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/javax/validation/Validation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.layout.Layout'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/layout/Layout.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.aria.Aria'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/aria/Aria.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.resources.Resources'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/resources/Resources.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.jsonp.Jsonp'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/jsonp/Jsonp.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.AsyncCallback'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/AsyncCallback.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.safecss.SafeCss'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/safecss/SafeCss.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.touch.Touch'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/touch/Touch.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.CaptionPanel'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.UserAgent'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/UserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.cellview.CellView'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/cellview/CellView.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.view.View'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/view/View.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ClippedImage'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/ClippedImage.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.datepicker.DatePicker'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/datepicker/DatePicker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.DocumentMode'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/DocumentMode.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.DOM'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.History'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/History.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Focus'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Focus.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Form'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Form.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.HTMLTable'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/HTMLTable.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Hyperlink'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Hyperlink.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ImageBundle'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/ImageBundle.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Popup'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Popup.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ResizeLayoutPanel'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/ResizeLayoutPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RichText'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/RichText.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Scroll'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Scroll.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.SplitPanel'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/SplitPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.TextBox'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/TextBox.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Tree'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Tree.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.uibinder.UiBinder'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/uibinder/UiBinder.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.storage.Storage'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/storage/Storage.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RemoteService'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/RemoteService.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Window'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/Window.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.theme.clean.Clean'
[INFO] Module location: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/theme/clean/Clean.gwt.xml
[INFO] Public resources found in...
[INFO] Translatable source found in...
[INFO] Persistent unit cache dir set to: /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-unitCache
[INFO] Looking for previously cached Compilation Units in /Users/jetbrains/dev/samples/gwtpluginsample3/gwtarchetypesample/gwtarchetypesample-client/target/gwt-unitCache
[INFO] Compiling module zufarfakhurtdinov.App
[INFO] Looking for precompiled archives. To disable, use -Dgwt.usearchives=false
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/core/Core.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/User.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/regexp/RegExp.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/web/bindery/event/Event.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/UI.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/UserAgent.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/DOM.gwtar
[INFO] Loading archived module: jar:file:/Users/jetbrains/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar!/com/google/gwt/user/RemoteService.gwtar
[INFO] Found 2934 cached/archived units. Used 2934 / 2939 units from cache.
[INFO] Compiling...
[INFO] Compilation completed in 0.38 seconds
[INFO] Added 2939 units to cache since last cleanup.
[INFO] Wrote 2939 units to persistent cache.
[INFO] Removing invalidated units
[INFO] Resolving com.google.gwt.animation.client.Animation
[INFO] Found type 'com.google.gwt.animation.client.Animation'
[INFO] Found type 'java.lang.Object'
[INFO] Resolving method getClass
[INFO] Found type 'java.lang.Class'
[INFO] Resolving method createForClass
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Found type 'java.lang.String'
[INFO] Resolving method equals
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving method createForEnum
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving method createForInterface
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving method createForPrimitive
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving method getPrototypeForClass
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving com.google.gwt.animation.client.package-info
[INFO] Found type 'com.google.gwt.animation.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.canvas.client.Canvas
[INFO] Found type 'com.google.gwt.canvas.client.Canvas'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Found type 'com.google.gwt.user.client.ui.FocusWidget'
[INFO] Found type 'com.google.gwt.user.client.ui.Widget'
[INFO] Found type 'com.google.gwt.user.client.ui.UIObject'
[INFO] Resolving method setElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addBitlessDomHandler
[INFO] Found type 'com.google.gwt.event.dom.client.DomEvent'
[INFO] Resolving field registered
[INFO] Found type 'com.google.gwt.event.dom.client.PrivateMap'
[INFO] Resolving field javaMap
[INFO] Found type 'java.util.HashMap'
[INFO] Found type 'java.util.AbstractHashMap'
[INFO] Resolving method containsKey
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Resolving method get
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Resolving method put
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Resolving method remove
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesClickEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.HasFocus'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesFocusEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesKeyboardEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesMouseEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.canvas.client.package-info
[INFO] Found type 'com.google.gwt.canvas.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.canvas.dom.client.package-info
[INFO] Found type 'com.google.gwt.canvas.dom.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
[INFO] Found type 'com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Resources'
[INFO] Found type 'com.google.gwt.resources.client.ClientBundle'
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving method buttonCellBaseBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method buttonCellBaseStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
[INFO] Found type 'com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Found type 'com.google.gwt.resources.client.CssResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.DefaultExtensions
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Template
[INFO] Found type 'com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Template'
[INFO] Resolving method iconContentLayout
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method iconWrapper
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.ButtonCellBase.UnpushHandler
[INFO] Found type 'com.google.gwt.cell.client.ButtonCellBase.UnpushHandler'
[INFO] Found type 'com.google.gwt.user.client.Event'
[INFO] Resolving method addEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method cancelBubble
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getCurrentTarget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getFromElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getRelatedTarget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getRepeat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getTarget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getToElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field UNDEFINED
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.cell.client.CheckboxCell
[INFO] Found type 'com.google.gwt.cell.client.CheckboxCell'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.cell.client.DatePickerCell
[INFO] Found type 'com.google.gwt.cell.client.DatePickerCell'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.i18n.client.DateTimeFormat'
[INFO] Resolving method getFullDateFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getFullDateTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getFullTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getLongDateFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getLongDateTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getLongTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getMediumDateFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getMediumDateTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getMediumTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getShortDateFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getShortDateTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getShortTimeFormat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.cell.client.EditTextCell.Template
[INFO] Found type 'com.google.gwt.cell.client.EditTextCell.Template'
[INFO] Resolving method input
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.IconCellDecorator
[INFO] Found type 'com.google.gwt.cell.client.IconCellDecorator'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.resources.client.ImageResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.DefaultExtensions
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving method getURL
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.cell.client.IconCellDecorator.Template
[INFO] Found type 'com.google.gwt.cell.client.IconCellDecorator.Template'
[INFO] Resolving method outerDiv
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method imageWrapperBottom
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method imageWrapperMiddle
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method imageWrapperTop
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.ImageCell.Template
[INFO] Found type 'com.google.gwt.cell.client.ImageCell.Template'
[INFO] Resolving method img
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.ImageLoadingCell.Template
[INFO] Found type 'com.google.gwt.cell.client.ImageLoadingCell.Template'
[INFO] Resolving method image
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method img
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method loading
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.SafeImageCell.Template
[INFO] Found type 'com.google.gwt.cell.client.SafeImageCell.Template'
[INFO] Resolving method img
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.SelectionCell.Template
[INFO] Found type 'com.google.gwt.cell.client.SelectionCell.Template'
[INFO] Resolving method deselected
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method selected
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.TextInputCell
[INFO] Found type 'com.google.gwt.cell.client.TextInputCell'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.cell.client.TextInputCell.Template
[INFO] Found type 'com.google.gwt.cell.client.TextInputCell.Template'
[INFO] Resolving method input
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.cell.client.package-info
[INFO] Found type 'com.google.gwt.cell.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.core.client.GWT
[INFO] Found type 'com.google.gwt.core.client.GWT'
[INFO] Resolving method getTypeName
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.GwtScriptOnly
[INFO] Found type 'com.google.gwt.core.client.GwtScriptOnly'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.core.client.HttpThrowableReporter
[INFO] Found type 'com.google.gwt.core.client.HttpThrowableReporter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.JavaScriptException
[INFO] Found type 'com.google.gwt.core.client.JavaScriptException'
[INFO] Found type 'com.google.gwt.core.client.impl.JavaScriptExceptionBase'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving method getException
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.JsDate
[INFO] Found type 'com.google.gwt.core.client.JsDate'
[INFO] Resolving method getYear
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setYear
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method toGMTString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.SingleJsoImpl
[INFO] Found type 'com.google.gwt.core.client.SingleJsoImpl'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.core.client.SingleJsoImplName
[INFO] Found type 'com.google.gwt.core.client.SingleJsoImplName'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.core.client.UnsafeNativeLong
[INFO] Found type 'com.google.gwt.core.client.UnsafeNativeLong'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving com.google.gwt.core.client.impl.CompilerHint
[INFO] Found type 'com.google.gwt.core.client.impl.CompilerHint'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.core.client.impl.DoNotInline
[INFO] Found type 'com.google.gwt.core.client.impl.DoNotInline'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for com.google.gwt.core.client.impl.CompilerHint
[INFO] Resolving com.google.gwt.core.client.impl.SerializableThrowable
[INFO] Found type 'com.google.gwt.core.client.impl.SerializableThrowable'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.impl.SerializableThrowable.ThrowableWithClassName
[INFO] Found type 'com.google.gwt.core.client.impl.SerializableThrowable.ThrowableWithClassName'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Found type 'com.google.gwt.core.client.impl.SpecializeMethod'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for com.google.gwt.core.client.impl.CompilerHint
[INFO] Resolving com.google.gwt.core.client.js.JsExport
[INFO] Found type 'com.google.gwt.core.client.js.JsExport'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.js.JsNamespace
[INFO] Found type 'com.google.gwt.core.client.js.JsNamespace'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.js.JsNoExport
[INFO] Found type 'com.google.gwt.core.client.js.JsNoExport'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.js.JsProperty
[INFO] Found type 'com.google.gwt.core.client.js.JsProperty'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.js.JsType
[INFO] Found type 'com.google.gwt.core.client.js.JsType'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.js.impl.PrototypeOfJsType
[INFO] Found type 'com.google.gwt.core.client.js.impl.PrototypeOfJsType'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.package-info
[INFO] Found type 'com.google.gwt.core.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.core.client.prefetch.package-info
[INFO] Found type 'com.google.gwt.core.client.prefetch.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.core.client.testing.package-info
[INFO] Found type 'com.google.gwt.core.client.testing.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.core.shared.GwtIncompatible
[INFO] Found type 'com.google.gwt.core.shared.GwtIncompatible'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.core.client.impl.WeakMapping
[INFO] Found type 'com.google.gwt.core.client.impl.WeakMapping'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.core.shared.impl.StringCase
[INFO] Found type 'com.google.gwt.core.shared.impl.StringCase'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.core.shared.impl.ThrowableTypeResolver
[INFO] Found type 'com.google.gwt.core.shared.impl.ThrowableTypeResolver'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.debug.client.package-info
[INFO] Found type 'com.google.gwt.debug.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.lang.Array
[INFO] Found type 'com.google.gwt.lang.Array'
[INFO] Resolving method getClassLiteralForArray
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving com.google.gwt.lang.Exceptions
[INFO] Found type 'com.google.gwt.lang.Exceptions'
[INFO] Resolving method wrap
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving com.google.gwt.lang.Util
[INFO] Found type 'com.google.gwt.lang.Util'
[INFO] Resolving method makeEnumName
[INFO] Resolving annotation for com.google.gwt.core.client.impl.DoNotInline
[INFO] Resolving com.google.gwt.dom.builder.client.DomAnchorBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomAnchorBuilder'
[INFO] Found type 'com.google.gwt.dom.client.AnchorElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomAreaBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomAreaBuilder'
[INFO] Found type 'com.google.gwt.dom.client.AreaElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomAudioBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomAudioBuilder'
[INFO] Found type 'com.google.gwt.dom.client.AudioElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomBRBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomBRBuilder'
[INFO] Found type 'com.google.gwt.dom.client.BRElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomBaseBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomBaseBuilder'
[INFO] Found type 'com.google.gwt.dom.client.BaseElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomBodyBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomBodyBuilder'
[INFO] Found type 'com.google.gwt.dom.client.BodyElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomButtonBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomButtonBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ButtonElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomCanvasBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomCanvasBuilder'
[INFO] Found type 'com.google.gwt.dom.client.CanvasElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomDListBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomDListBuilder'
[INFO] Found type 'com.google.gwt.dom.client.DListElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomDivBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomDivBuilder'
[INFO] Found type 'com.google.gwt.dom.client.DivElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomFieldSetBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomFieldSetBuilder'
[INFO] Found type 'com.google.gwt.dom.client.FieldSetElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomFormBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomFormBuilder'
[INFO] Found type 'com.google.gwt.dom.client.FormElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomFrameBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomFrameBuilder'
[INFO] Found type 'com.google.gwt.dom.client.FrameElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomFrameSetBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomFrameSetBuilder'
[INFO] Found type 'com.google.gwt.dom.client.FrameSetElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomHRBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomHRBuilder'
[INFO] Found type 'com.google.gwt.dom.client.HRElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomHeadBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomHeadBuilder'
[INFO] Found type 'com.google.gwt.dom.client.HeadElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomHeadingBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomHeadingBuilder'
[INFO] Found type 'com.google.gwt.dom.client.HeadingElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomIFrameBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomIFrameBuilder'
[INFO] Found type 'com.google.gwt.dom.client.IFrameElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomImageBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomImageBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ImageElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomInputBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomInputBuilder'
[INFO] Found type 'com.google.gwt.dom.client.InputElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomLIBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomLIBuilder'
[INFO] Found type 'com.google.gwt.dom.client.LIElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomLabelBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomLabelBuilder'
[INFO] Found type 'com.google.gwt.dom.client.LabelElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomLegendBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomLegendBuilder'
[INFO] Found type 'com.google.gwt.dom.client.LegendElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomLinkBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomLinkBuilder'
[INFO] Found type 'com.google.gwt.dom.client.LinkElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomMapBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomMapBuilder'
[INFO] Found type 'com.google.gwt.dom.client.MapElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomMetaBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomMetaBuilder'
[INFO] Found type 'com.google.gwt.dom.client.MetaElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomModBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomModBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ModElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomOListBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomOListBuilder'
[INFO] Found type 'com.google.gwt.dom.client.OListElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomOptGroupBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomOptGroupBuilder'
[INFO] Found type 'com.google.gwt.dom.client.OptGroupElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomOptionBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomOptionBuilder'
[INFO] Found type 'com.google.gwt.dom.client.OptionElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomParagraphBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomParagraphBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ParagraphElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomParamBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomParamBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ParamElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomPreBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomPreBuilder'
[INFO] Found type 'com.google.gwt.dom.client.PreElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomQuoteBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomQuoteBuilder'
[INFO] Found type 'com.google.gwt.dom.client.QuoteElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomScriptBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomScriptBuilder'
[INFO] Found type 'com.google.gwt.dom.client.ScriptElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomSelectBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomSelectBuilder'
[INFO] Found type 'com.google.gwt.dom.client.SelectElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomSourceBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomSourceBuilder'
[INFO] Found type 'com.google.gwt.dom.client.SourceElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomSpanBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomSpanBuilder'
[INFO] Found type 'com.google.gwt.dom.client.SpanElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomStyleBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomStyleBuilder'
[INFO] Found type 'com.google.gwt.dom.client.StyleElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomTableBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomTableBuilder'
[INFO] Found type 'com.google.gwt.dom.client.TableElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getRows
[INFO] Found type 'com.google.gwt.dom.client.TableRowElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getCells
[INFO] Found type 'com.google.gwt.dom.client.TableCellElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getTBodies
[INFO] Found type 'com.google.gwt.dom.client.TableSectionElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomTableCaptionBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomTableCaptionBuilder'
[INFO] Found type 'com.google.gwt.dom.client.TableCaptionElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomTableColBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomTableColBuilder'
[INFO] Found type 'com.google.gwt.dom.client.TableColElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomTextAreaBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomTextAreaBuilder'
[INFO] Found type 'com.google.gwt.dom.client.TextAreaElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving method getDisabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getReadOnly
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.builder.client.DomUListBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomUListBuilder'
[INFO] Found type 'com.google.gwt.dom.client.UListElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.DomVideoBuilder
[INFO] Found type 'com.google.gwt.dom.builder.client.DomVideoBuilder'
[INFO] Found type 'com.google.gwt.dom.client.VideoElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.builder.client.package-info
[INFO] Found type 'com.google.gwt.dom.builder.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.dom.builder.shared.package-info
[INFO] Found type 'com.google.gwt.dom.builder.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.dom.client.DOMImpl
[INFO] Found type 'com.google.gwt.dom.client.DOMImpl'
[INFO] Resolving method createKeyEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.client.DOMImplIE8
[INFO] Found type 'com.google.gwt.dom.client.DOMImplIE8'
[INFO] Found type 'com.google.gwt.dom.client.DOMImplTrident'
[INFO] Resolving method createKeyEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.client.DOMImplIE9
[INFO] Found type 'com.google.gwt.dom.client.DOMImplIE9'
[INFO] Found type 'com.google.gwt.dom.client.DOMImplStandardBase'
[INFO] Resolving method createKeyEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.client.DOMImplMozilla
[INFO] Found type 'com.google.gwt.dom.client.DOMImplMozilla'
[INFO] Resolving method createKeyEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.client.Document
[INFO] Found type 'com.google.gwt.dom.client.Document'
[INFO] Resolving method createButtonElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createKeyDownEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createKeyEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createKeyPressEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createKeyUpEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createSelectElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.dom.client.ObjectElement
[INFO] Found type 'com.google.gwt.dom.client.ObjectElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.client.TagName
[INFO] Found type 'com.google.gwt.dom.client.TagName'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.dom.client.TitleElement
[INFO] Found type 'com.google.gwt.dom.client.TitleElement'
[INFO] Resolving annotation for com.google.gwt.dom.client.TagName
[INFO] Resolving com.google.gwt.dom.client.package-info
[INFO] Found type 'com.google.gwt.dom.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.editor.client.Editor.Ignore
[INFO] Found type 'com.google.gwt.editor.client.Editor.Ignore'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.editor.client.Editor.Path
[INFO] Found type 'com.google.gwt.editor.client.Editor.Path'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.editor.client.adapters.package-info
[INFO] Found type 'com.google.gwt.editor.client.adapters.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.editor.client.package-info
[INFO] Found type 'com.google.gwt.editor.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.editor.client.testing.package-info
[INFO] Found type 'com.google.gwt.editor.client.testing.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
[INFO] Found type 'com.google.gwt.editor.ui.client.ValueBoxEditorDecorator'
[INFO] Found type 'com.google.gwt.user.client.ui.Composite'
[INFO] Resolving method setWidget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.editor.ui.client.adapters.ValueBoxEditor'
[INFO] Resolving method of
[INFO] Found type 'com.google.gwt.user.client.ui.ValueBoxBase'
[INFO] Resolving method removeChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setKey
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving method setValueBox
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiChild
[INFO] Resolving field contents
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving field errorLabel
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving com.google.gwt.editor.ui.client.adapters.package-info
[INFO] Found type 'com.google.gwt.editor.ui.client.adapters.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.editor.ui.client.package-info
[INFO] Found type 'com.google.gwt.editor.ui.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving java.lang.Character
[INFO] Found type 'java.lang.Character'
[INFO] Resolving method isSpace
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving java.lang.Deprecated
[INFO] Found type 'java.lang.Deprecated'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving java.lang.Override
[INFO] Found type 'java.lang.Override'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving java.lang.SuppressWarnings
[INFO] Found type 'java.lang.SuppressWarnings'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving java.lang.annotation.Documented
[INFO] Found type 'java.lang.annotation.Documented'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving java.lang.annotation.Inherited
[INFO] Found type 'java.lang.annotation.Inherited'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving java.lang.annotation.Retention
[INFO] Found type 'java.lang.annotation.Retention'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving java.lang.annotation.Target
[INFO] Found type 'java.lang.annotation.Target'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving java.sql.Date
[INFO] Found type 'java.sql.Date'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getHours
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getMinutes
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getSeconds
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setHours
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setMinutes
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setSeconds
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method toString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving java.sql.Time
[INFO] Found type 'java.sql.Time'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDate
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDay
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getMonth
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getYear
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setDate
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setMonth
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setYear
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving java.sql.Timestamp
[INFO] Found type 'java.sql.Timestamp'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving java.util.EnumSet.EnumSetImpl
[INFO] Found type 'java.util.EnumSet.EnumSetImpl'
[INFO] Resolving method contains
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Resolving method remove
[INFO] Resolving annotation for com.google.gwt.core.client.impl.SpecializeMethod
[INFO] Resolving com.google.gwt.event.dom.client.DragDropEventBase
[INFO] Found type 'com.google.gwt.event.dom.client.DragDropEventBase'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Resolving com.google.gwt.event.dom.client.package-info
[INFO] Found type 'com.google.gwt.event.dom.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.event.logical.shared.package-info
[INFO] Found type 'com.google.gwt.event.logical.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.event.shared.HandlerManager.Bus
[INFO] Found type 'com.google.gwt.event.shared.HandlerManager.Bus'
[INFO] Found type 'com.google.web.bindery.event.shared.SimpleEventBus'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method doRemove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getHandlerCount
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isEventHandled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.event.shared.package-info
[INFO] Found type 'com.google.gwt.event.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.event.shared.testing.CountingEventBus
[INFO] Found type 'com.google.gwt.event.shared.testing.CountingEventBus'
[INFO] Resolving method getCount
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.event.shared.testing.package-info
[INFO] Found type 'com.google.gwt.event.shared.testing.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.geolocation.client.Geolocation
[INFO] Found type 'com.google.gwt.geolocation.client.Geolocation'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Resolving method handleFailure
[INFO] Found type 'com.google.gwt.geolocation.client.Position'
[INFO] Resolving annotation for com.google.gwt.core.client.SingleJsoImpl
[INFO] Resolving com.google.gwt.geolocation.client.Position.Coordinates
[INFO] Found type 'com.google.gwt.geolocation.client.Position.Coordinates'
[INFO] Resolving annotation for com.google.gwt.core.client.SingleJsoImpl
[INFO] Resolving com.google.gwt.geolocation.client.package-info
[INFO] Found type 'com.google.gwt.geolocation.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.http.client.URL
[INFO] Found type 'com.google.gwt.http.client.URL'
[INFO] Resolving method decodeComponent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method decodeComponent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method encodeComponent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method encodeComponent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.http.client.package-info
[INFO] Found type 'com.google.gwt.http.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultBooleanValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultBooleanValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultDoubleValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultDoubleValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultFloatValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultFloatValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultIntValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultIntValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultStringArrayValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultStringArrayValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultStringMapValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultStringMapValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Constants.DefaultStringValue
[INFO] Found type 'com.google.gwt.i18n.client.Constants.DefaultStringValue'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.DateTimeConstantsAdapter
[INFO] Found type 'com.google.gwt.i18n.client.DateTimeConstantsAdapter'
[INFO] Found type 'com.google.gwt.i18n.client.constants.DateTimeConstants'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.i18n.client.DateTimeFormatInfo
[INFO] Found type 'com.google.gwt.i18n.client.DateTimeFormatInfo'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.DefaultLocale
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.DefaultLocale'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.Description
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.Description'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.Generate
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.Generate'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.GenerateKeys
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.GenerateKeys'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.Key
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.Key'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.LocalizableResource.Meaning
[INFO] Found type 'com.google.gwt.i18n.client.LocalizableResource.Meaning'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Messages.AlternateMessage
[INFO] Found type 'com.google.gwt.i18n.client.Messages.AlternateMessage'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Messages.DefaultMessage
[INFO] Found type 'com.google.gwt.i18n.client.Messages.DefaultMessage'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.i18n.client.Messages.Example
[INFO] Found type 'com.google.gwt.i18n.client.Messages.Example'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.Messages.Offset
[INFO] Found type 'com.google.gwt.i18n.client.Messages.Offset'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.Messages.Optional
[INFO] Found type 'com.google.gwt.i18n.client.Messages.Optional'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.Messages.PluralCount
[INFO] Found type 'com.google.gwt.i18n.client.Messages.PluralCount'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.Messages.PluralText
[INFO] Found type 'com.google.gwt.i18n.client.Messages.PluralText'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.i18n.client.Messages.Select
[INFO] Found type 'com.google.gwt.i18n.client.Messages.Select'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.i18n.client.constants.package-info
[INFO] Found type 'com.google.gwt.i18n.client.constants.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.i18n.client.impl.cldr.package-info
[INFO] Found type 'com.google.gwt.i18n.client.impl.cldr.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.i18n.client.package-info
[INFO] Found type 'com.google.gwt.i18n.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.i18n.shared.package-info
[INFO] Found type 'com.google.gwt.i18n.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.jsonp.client.package-info
[INFO] Found type 'com.google.gwt.jsonp.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.layout.client.package-info
[INFO] Found type 'com.google.gwt.layout.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.logging.impl.FormatterImpl
[INFO] Found type 'com.google.gwt.logging.impl.FormatterImpl'
[INFO] Resolving method getStackTraceAsString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.media.client.Audio
[INFO] Found type 'com.google.gwt.media.client.Audio'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Resolving com.google.gwt.media.client.Video
[INFO] Found type 'com.google.gwt.media.client.Video'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.media.client.package-info
[INFO] Found type 'com.google.gwt.media.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.media.dom.client.package-info
[INFO] Found type 'com.google.gwt.media.dom.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.regexp.shared.package-info
[INFO] Found type 'com.google.gwt.regexp.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.resources.client.ClientBundle.Source
[INFO] Found type 'com.google.gwt.resources.client.ClientBundle.Source'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CommonResources.Bundle
[INFO] Found type 'com.google.gwt.resources.client.CommonResources.Bundle'
[INFO] Resolving method inlineBlockStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.resources.client.CssResource.ClassName
[INFO] Found type 'com.google.gwt.resources.client.CssResource.ClassName'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CssResource.Import
[INFO] Found type 'com.google.gwt.resources.client.CssResource.Import'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CssResource.ImportedWithPrefix
[INFO] Found type 'com.google.gwt.resources.client.CssResource.ImportedWithPrefix'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CssResource.NotStrict
[INFO] Found type 'com.google.gwt.resources.client.CssResource.NotStrict'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CssResource.Shared
[INFO] Found type 'com.google.gwt.resources.client.CssResource.Shared'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.CssResource.Strict
[INFO] Found type 'com.google.gwt.resources.client.CssResource.Strict'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.DataResource
[INFO] Found type 'com.google.gwt.resources.client.DataResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving method getUrl
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.resources.client.DataResource.DoNotEmbed
[INFO] Found type 'com.google.gwt.resources.client.DataResource.DoNotEmbed'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.DataResource.MimeType
[INFO] Found type 'com.google.gwt.resources.client.DataResource.MimeType'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.ExternalTextResource
[INFO] Found type 'com.google.gwt.resources.client.ExternalTextResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.DefaultExtensions
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving method getText
[INFO] Found type 'com.google.gwt.resources.client.TextResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.DefaultExtensions
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving com.google.gwt.resources.client.GwtCreateResource
[INFO] Found type 'com.google.gwt.resources.client.GwtCreateResource'
[INFO] Resolving annotation for com.google.gwt.resources.ext.ResourceGeneratorType
[INFO] Resolving com.google.gwt.resources.client.GwtCreateResource.ClassType
[INFO] Found type 'com.google.gwt.resources.client.GwtCreateResource.ClassType'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.ImageResource.ImageOptions
[INFO] Found type 'com.google.gwt.resources.client.ImageResource.ImageOptions'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.resources.client.TextResourceCallback
[INFO] Found type 'com.google.gwt.resources.client.TextResourceCallback'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.resources.client.package-info
[INFO] Found type 'com.google.gwt.resources.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.safecss.shared.package-info
[INFO] Found type 'com.google.gwt.safecss.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
[INFO] Found type 'com.google.gwt.safecss.shared.SafeStylesHostedModeUtils'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.safehtml.client.SafeHtmlTemplates.Template
[INFO] Found type 'com.google.gwt.safehtml.client.SafeHtmlTemplates.Template'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.safehtml.client.package-info
[INFO] Found type 'com.google.gwt.safehtml.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.safehtml.shared.UriUtils
[INFO] Found type 'com.google.gwt.safehtml.shared.UriUtils'
[INFO] Resolving method unsafeCastFromUntrustedString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.safehtml.shared.package-info
[INFO] Found type 'com.google.gwt.safehtml.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
[INFO] Found type 'com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
[INFO] Found type 'com.google.gwt.safehtml.shared.SafeUriHostedModeUtils'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.storage.client.Storage
[INFO] Found type 'com.google.gwt.storage.client.Storage'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Resolving com.google.gwt.text.client.package-info
[INFO] Found type 'com.google.gwt.text.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.text.shared.package-info
[INFO] Found type 'com.google.gwt.text.shared.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.text.shared.testing.package-info
[INFO] Found type 'com.google.gwt.text.shared.testing.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.touch.client.TouchScroller
[INFO] Found type 'com.google.gwt.touch.client.TouchScroller'
[INFO] Resolving annotation for com.google.gwt.dom.client.PartialSupport
[INFO] Resolving com.google.gwt.uibinder.client.UiChild
[INFO] Found type 'com.google.gwt.uibinder.client.UiChild'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.UiConstructor
[INFO] Found type 'com.google.gwt.uibinder.client.UiConstructor'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.UiFactory
[INFO] Found type 'com.google.gwt.uibinder.client.UiFactory'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.UiField
[INFO] Found type 'com.google.gwt.uibinder.client.UiField'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.UiHandler
[INFO] Found type 'com.google.gwt.uibinder.client.UiHandler'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.UiTemplate
[INFO] Found type 'com.google.gwt.uibinder.client.UiTemplate'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.uibinder.client.package-info
[INFO] Found type 'com.google.gwt.uibinder.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.cellview.client.AbstractCellTable
[INFO] Found type 'com.google.gwt.user.cellview.client.AbstractCellTable'
[INFO] Found type 'com.google.gwt.user.cellview.client.AbstractHasData'
[INFO] Resolving method getDisplayedItem
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDisplayedItems
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setEmptyTableWidget
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiChild
[INFO] Resolving method setLoadingIndicator
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiChild
[INFO] Resolving method renderRowValues
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method renderRowValuesLegacy
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.cellview.client.AbstractCellTable.Template
[INFO] Found type 'com.google.gwt.user.cellview.client.AbstractCellTable.Template'
[INFO] Resolving method div
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tbody
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method td
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tdBothAlign
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tdHorizontalAlign
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tdVerticalAlign
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tfoot
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method thead
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method tr
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.cellview.client.CellBrowser
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser.Resources'
[INFO] Resolving method cellBrowserClosed
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellBrowserOpen
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellBrowserOpenBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellBrowserSelectedBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellBrowserStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method createDisplay
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser.BrowserCellList'
[INFO] Found type 'com.google.gwt.user.cellview.client.CellList'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.cellview.client.CellList.Resources'
[INFO] Resolving method cellListSelectedBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellListStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method getEmptyListMessage
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setEmptyListMessage
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.cellview.client.CellBrowser.CellListStyleImpl
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser.CellListStyleImpl'
[INFO] Found type 'com.google.gwt.user.cellview.client.CellList.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.cellview.client.CellBrowser.Style
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.cellview.client.CellBrowser.Template
[INFO] Found type 'com.google.gwt.user.cellview.client.CellBrowser.Template'
[INFO] Resolving method div
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method divFocusable
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method divFocusableWithKey
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method imageWrapper
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.cellview.client.CellList.Template
[INFO] Found type 'com.google.gwt.user.cellview.client.CellList.Template'
[INFO] Resolving method div
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.cellview.client.CellTable
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTable'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTable.Resources'
[INFO] Resolving method cellTableFooterBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableHeaderBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableLoading
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableSelectedBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableSortAscending
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableSortDescending
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTableStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.cellview.client.CellTable.BasicResources
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTable.BasicResources'
[INFO] Resolving method cellTableStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.cellview.client.CellTable.BasicStyle
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTable.BasicStyle'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTable.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.cellview.client.CellTree
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.Resources'
[INFO] Resolving method cellTreeClosedItem
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method cellTreeLoading
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTreeOpenItem
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method cellTreeSelectedBackground
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTreeStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.CellTreeMessages'
[INFO] Resolving annotation for com.google.gwt.i18n.client.LocalizableResource$DefaultLocale
[INFO] Resolving method showMore
[INFO] Resolving annotation for com.google.gwt.i18n.client.Messages$DefaultMessage
[INFO] Resolving method emptyTree
[INFO] Resolving annotation for com.google.gwt.i18n.client.Messages$DefaultMessage
[INFO] Resolving com.google.gwt.user.cellview.client.CellTree.BasicResources
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.BasicResources'
[INFO] Resolving method cellTreeClosedItem
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTreeLoading
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method cellTreeOpenItem
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method cellTreeStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.cellview.client.CellTree.BasicStyle
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.BasicStyle'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.cellview.client.CellTree.Template
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTree.Template'
[INFO] Resolving method imageWrapper
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.cellview.client.CellTreeNodeView.Template
[INFO] Found type 'com.google.gwt.user.cellview.client.CellTreeNodeView.Template'
[INFO] Resolving method innerDiv
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving method outerDiv
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.cellview.client.DataGrid
[INFO] Found type 'com.google.gwt.user.cellview.client.DataGrid'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.cellview.client.DataGrid.Resources'
[INFO] Resolving method dataGridLoading
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method dataGridSortAscending
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method dataGridSortDescending
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method dataGridStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.cellview.client.DataGrid.Style
[INFO] Found type 'com.google.gwt.user.cellview.client.DataGrid.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.cellview.client.PageSizePager
[INFO] Found type 'com.google.gwt.user.cellview.client.PageSizePager'
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving com.google.gwt.user.cellview.client.SimplePager
[INFO] Found type 'com.google.gwt.user.cellview.client.SimplePager'
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving com.google.gwt.user.cellview.client.SimplePager.ImageButton
[INFO] Found type 'com.google.gwt.user.cellview.client.SimplePager.ImageButton'
[INFO] Found type 'com.google.gwt.user.client.ui.Image'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesLoadEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addLoadListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeLoadListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addLoadListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeLoadListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
[INFO] Found type 'com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants'
[INFO] Resolving annotation for com.google.gwt.i18n.client.LocalizableResource$DefaultLocale
[INFO] Resolving method fastForward
[INFO] Resolving annotation for com.google.gwt.i18n.client.Constants$DefaultStringValue
[INFO] Resolving method firstPage
[INFO] Resolving annotation for com.google.gwt.i18n.client.Constants$DefaultStringValue
[INFO] Resolving method lastPage
[INFO] Resolving annotation for com.google.gwt.i18n.client.Constants$DefaultStringValue
[INFO] Resolving method nextPage
[INFO] Resolving annotation for com.google.gwt.i18n.client.Constants$DefaultStringValue
[INFO] Resolving method prevPage
[INFO] Resolving annotation for com.google.gwt.i18n.client.Constants$DefaultStringValue
[INFO] Resolving com.google.gwt.user.cellview.client.SimplePager.Resources
[INFO] Found type 'com.google.gwt.user.cellview.client.SimplePager.Resources'
[INFO] Resolving method simplePagerFastForward
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerFastForwardDisabled
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerFirstPage
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerFirstPageDisabled
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerLastPage
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerLastPageDisabled
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerNextPage
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerNextPageDisabled
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerPreviousPage
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerPreviousPageDisabled
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving method simplePagerStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.cellview.client.package-info
[INFO] Found type 'com.google.gwt.user.cellview.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.client.BaseListenerWrapper
[INFO] Found type 'com.google.gwt.user.client.BaseListenerWrapper'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose
[INFO] Found type 'com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose'
[INFO] Found type 'com.google.gwt.user.client.WindowCloseListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onWindowClosing
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onWindowClosed
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.Window'
[INFO] Resolving method addWindowCloseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addWindowResizeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addWindowScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeWindowCloseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeWindowResizeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeWindowScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.BaseListenerWrapper.WrapWindowResize
[INFO] Found type 'com.google.gwt.user.client.BaseListenerWrapper.WrapWindowResize'
[INFO] Found type 'com.google.gwt.user.client.WindowResizeListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onWindowResized
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.BaseListenerWrapper.WrapWindowScroll
[INFO] Found type 'com.google.gwt.user.client.BaseListenerWrapper.WrapWindowScroll'
[INFO] Found type 'com.google.gwt.user.client.WindowScrollListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onWindowScrolled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.DOM
[INFO] Found type 'com.google.gwt.user.client.DOM'
[INFO] Resolving method addEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method compare
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method createOptions
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetAltKey
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetButton
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetClientX
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetClientY
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetCtrlKey
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetKeyCode
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetMetaKey
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetMouseWheelVelocityY
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetRepeat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetScreenX
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetScreenY
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetShiftKey
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventGetTypeString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventPreventDefault
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventSetKeyCode
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method eventToString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getAbsoluteLeft
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getAbsoluteTop
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getBooleanAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getElementAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getElementProperty
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getElementPropertyBoolean
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getElementPropertyInt
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getInnerHTML
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getInnerText
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getIntAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getStyleAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isOrHasChild
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeChild
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeElementAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method scrollIntoView
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setBooleanAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setElementAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setElementProperty
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setElementPropertyBoolean
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setElementPropertyInt
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setInnerHTML
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setInnerText
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setIntAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setStyleAttribute
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method toString
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method windowGetClientHeight
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method windowGetClientWidth
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.DOM.NativePreview
[INFO] Found type 'com.google.gwt.user.client.DOM.NativePreview'
[INFO] Found type 'com.google.gwt.user.client.EventPreview'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.DeferredCommand
[INFO] Found type 'com.google.gwt.user.client.DeferredCommand'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addPause
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.Element
[INFO] Found type 'com.google.gwt.user.client.Element'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.History
[INFO] Found type 'com.google.gwt.user.client.History'
[INFO] Resolving method addHistoryListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onHistoryChanged
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeHistoryListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.History.WrapHistory
[INFO] Found type 'com.google.gwt.user.client.History.WrapHistory'
[INFO] Found type 'com.google.gwt.user.client.HistoryListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onHistoryChanged
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.IncrementalCommand
[INFO] Found type 'com.google.gwt.user.client.IncrementalCommand'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.impl.DOMImplIE9
[INFO] Found type 'com.google.gwt.user.client.impl.DOMImplIE9'
[INFO] Found type 'com.google.gwt.user.client.impl.DOMImplStandardBase'
[INFO] Found type 'com.google.gwt.user.client.impl.DOMImplStandard'
[INFO] Resolving field dispatchEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field dispatchUnhandledEvent
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.impl.WindowImplIE.Resources
[INFO] Found type 'com.google.gwt.user.client.impl.WindowImplIE.Resources'
[INFO] Resolving method initWindowCloseHandler
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method initWindowResizeHandler
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving method initWindowScrollHandler
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.package-info
[INFO] Found type 'com.google.gwt.user.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.client.rpc.GwtTransient
[INFO] Found type 'com.google.gwt.user.client.rpc.GwtTransient'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.user.client.rpc.RemoteServiceRelativePath
[INFO] Found type 'com.google.gwt.user.client.rpc.RemoteServiceRelativePath'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving com.google.gwt.user.client.rpc.RpcToken.RpcTokenImplementation
[INFO] Found type 'com.google.gwt.user.client.rpc.RpcToken.RpcTokenImplementation'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving com.google.gwt.user.client.rpc.SerializableException
[INFO] Found type 'com.google.gwt.user.client.rpc.SerializableException'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.rpc.XsrfProtectedService
[INFO] Found type 'com.google.gwt.user.client.rpc.XsrfProtectedService'
[INFO] Resolving annotation for com.google.gwt.user.server.rpc.XsrfProtect
[INFO] Resolving com.google.gwt.user.client.rpc.impl.RemoteServiceProxy
[INFO] Found type 'com.google.gwt.user.client.rpc.impl.RemoteServiceProxy'
[INFO] Resolving method bytesStat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isStatsAvailable
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method stats
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method timeStat
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getNextRequestId
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getRequestId
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.rpc.package-info
[INFO] Found type 'com.google.gwt.user.client.rpc.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.client.ui.AbsolutePanel
[INFO] Found type 'com.google.gwt.user.client.ui.AbsolutePanel'
[INFO] Found type 'com.google.gwt.user.client.ui.ComplexPanel'
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method insert
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.Accessibility
[INFO] Found type 'com.google.gwt.user.client.ui.Accessibility'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.Anchor
[INFO] Found type 'com.google.gwt.user.client.ui.Anchor'
[INFO] Resolving method setDirection
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.Button
[INFO] Found type 'com.google.gwt.user.client.ui.Button'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.CellPanel
[INFO] Found type 'com.google.gwt.user.client.ui.CellPanel'
[INFO] Resolving method setCellHorizontalAlignment
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setCellVerticalAlignment
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ChangeListener
[INFO] Found type 'com.google.gwt.user.client.ui.ChangeListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onChange
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ChangeListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.ChangeListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.CheckBox
[INFO] Found type 'com.google.gwt.user.client.ui.CheckBox'
[INFO] Resolving method isChecked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setChecked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method replaceInputElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ClickListener
[INFO] Found type 'com.google.gwt.user.client.ui.ClickListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onClick
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ClickListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.ClickListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.CustomButton
[INFO] Found type 'com.google.gwt.user.client.ui.CustomButton'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.CustomScrollPanel
[INFO] Found type 'com.google.gwt.user.client.ui.CustomScrollPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.ScrollPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesScrollEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getScrollPosition
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeScrollListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setScrollPosition
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.CustomScrollPanel.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.CustomScrollPanel.Resources'
[INFO] Resolving method customScrollPanelStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.CustomScrollPanel.Style
[INFO] Found type 'com.google.gwt.user.client.ui.CustomScrollPanel.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.client.ui.DateLabel
[INFO] Found type 'com.google.gwt.user.client.ui.DateLabel'
[INFO] Found type 'com.google.gwt.user.client.ui.ValueLabel'
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving com.google.gwt.user.client.ui.DecoratedPopupPanel
[INFO] Found type 'com.google.gwt.user.client.ui.DecoratedPopupPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.PopupPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesPopupEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addPopupListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removePopupListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addPopupListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onEventPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyDownPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyPressPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyUpPreview
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removePopupListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DecoratedTabBar
[INFO] Found type 'com.google.gwt.user.client.ui.DecoratedTabBar'
[INFO] Found type 'com.google.gwt.user.client.ui.TabBar'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesTabEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.KeyboardListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyDown
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyPress
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyUp
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_ALT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_BACKSPACE
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_CTRL
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_DELETE
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_DOWN
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_END
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_ENTER
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_ESCAPE
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_HOME
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_LEFT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_PAGEDOWN
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_PAGEUP
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_RIGHT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_SHIFT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_TAB
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field KEY_UP
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field MODIFIER_ALT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field MODIFIER_CTRL
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field MODIFIER_META
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving field MODIFIER_SHIFT
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onClick
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyDown
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyPress
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onKeyUp
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DecoratedTabPanel
[INFO] Found type 'com.google.gwt.user.client.ui.DecoratedTabPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.TabPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.TabListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onBeforeTabSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onTabSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onBeforeTabSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onTabSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTabListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.DelegatingChangeListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DelegatingClickListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.DelegatingClickListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.DelegatingFocusListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.FocusListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.FocusListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onFocus
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onLostFocus
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.KeyboardListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DialogBox
[INFO] Found type 'com.google.gwt.user.client.ui.DialogBox'
[INFO] Found type 'com.google.gwt.user.client.ui.MouseListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseDown
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseEnter
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseLeave
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseMove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseUp
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseDown
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseEnter
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseLeave
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseMove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseUp
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DialogBox.CaptionImpl
[INFO] Found type 'com.google.gwt.user.client.ui.DialogBox.CaptionImpl'
[INFO] Found type 'com.google.gwt.user.client.ui.HTML'
[INFO] Found type 'com.google.gwt.user.client.ui.Label'
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDirection
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setDirection
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DirectionalTextHelper
[INFO] Found type 'com.google.gwt.user.client.ui.DirectionalTextHelper'
[INFO] Resolving method setDirection
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DisclosureEvent
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosureEvent'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DisclosureHandler
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosureHandler'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onClose
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onOpen
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DisclosurePanel
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosurePanel'
[INFO] Found type 'com.google.gwt.user.client.ui.FiresDisclosureEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DisclosurePanel.DefaultImages
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosurePanel.DefaultImages'
[INFO] Resolving method disclosurePanelClosed
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving com.google.gwt.user.client.ui.DisclosurePanelImages
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosurePanelImages'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.ImageBundle'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.DisclosurePanelImagesRTL
[INFO] Found type 'com.google.gwt.user.client.ui.DisclosurePanelImagesRTL'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method disclosurePanelClosed
[INFO] Resolving annotation for com.google.gwt.user.client.ui.ImageBundle$Resource
[INFO] Resolving com.google.gwt.user.client.ui.FiresFormEvents
[INFO] Found type 'com.google.gwt.user.client.ui.FiresFormEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFormHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFormHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FiresSuggestionEvents
[INFO] Found type 'com.google.gwt.user.client.ui.FiresSuggestionEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FlexTable
[INFO] Found type 'com.google.gwt.user.client.ui.FlexTable'
[INFO] Found type 'com.google.gwt.user.client.ui.HTMLTable'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesTableEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTableListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTableListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTableListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTableListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDOMCellCount
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDOMRowCount
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method internalClearCell
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FocusListenerAdapter
[INFO] Found type 'com.google.gwt.user.client.ui.FocusListenerAdapter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FocusPanel
[INFO] Found type 'com.google.gwt.user.client.ui.FocusPanel'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesMouseWheelEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseWheelListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FormHandler
[INFO] Found type 'com.google.gwt.user.client.ui.FormHandler'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onSubmit
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onSubmitComplete
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FormHandlerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.FormHandlerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method fireOnComplete
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method fireOnSubmit
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FormPanel
[INFO] Found type 'com.google.gwt.user.client.ui.FormPanel'
[INFO] Resolving method addFormHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFormHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.FormPanel.IFrameTemplate
[INFO] Found type 'com.google.gwt.user.client.ui.FormPanel.IFrameTemplate'
[INFO] Resolving method get
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.client.ui.FormPanel.SubmitEvent
[INFO] Found type 'com.google.gwt.user.client.ui.FormPanel.SubmitEvent'
[INFO] Resolving method setCanceled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.HTMLPanel
[INFO] Found type 'com.google.gwt.user.client.ui.HTMLPanel'
[INFO] Resolving method addAndReplaceElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addAndReplaceElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.HTMLTable.RowFormatter
[INFO] Found type 'com.google.gwt.user.client.ui.HTMLTable.RowFormatter'
[INFO] Resolving method getRow
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.HasKeyPreview
[INFO] Found type 'com.google.gwt.user.client.ui.HasKeyPreview'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.HorizontalSplitPanel
[INFO] Found type 'com.google.gwt.user.client.ui.HorizontalSplitPanel'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.SplitPanel'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.HorizontalSplitPanel.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.HorizontalSplitPanel.Resources'
[INFO] Resolving method horizontalSplitPanelThumb
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.HorizontalSplitPanelImages
[INFO] Found type 'com.google.gwt.user.client.ui.HorizontalSplitPanelImages'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method horizontalSplitPanelThumb
[INFO] Resolving annotation for com.google.gwt.user.client.ui.ImageBundle$Resource
[INFO] Resolving com.google.gwt.user.client.ui.Hyperlink
[INFO] Found type 'com.google.gwt.user.client.ui.Hyperlink'
[INFO] Resolving method addClickHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ImageBundle.Resource
[INFO] Found type 'com.google.gwt.user.client.ui.ImageBundle.Resource'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving com.google.gwt.user.client.ui.ImageResourceRenderer.Template
[INFO] Found type 'com.google.gwt.user.client.ui.ImageResourceRenderer.Template'
[INFO] Resolving method image
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.client.ui.KeyboardListenerAdapter
[INFO] Found type 'com.google.gwt.user.client.ui.KeyboardListenerAdapter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListBox
[INFO] Found type 'com.google.gwt.user.client.ui.ListBox'
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesChangeEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener'
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener'
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener'
[INFO] Found type 'com.google.gwt.user.client.ui.LoadListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener'
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener'
[INFO] Found type 'com.google.gwt.user.client.ui.MouseWheelListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onMouseWheel
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldSuggestionHandler
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldSuggestionHandler'
[INFO] Found type 'com.google.gwt.user.client.ui.SuggestionHandler'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedPopupListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedPopupListener'
[INFO] Found type 'com.google.gwt.user.client.ui.PopupListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onPopupClosed
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener'
[INFO] Found type 'com.google.gwt.user.client.ui.ScrollListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method remove
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener'
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedTableListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedTableListener'
[INFO] Found type 'com.google.gwt.user.client.ui.TableListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onCellClicked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
[INFO] Found type 'com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener'
[INFO] Found type 'com.google.gwt.user.client.ui.TreeListener'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onTreeItemSelected
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onTreeItemStateChanged
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Found type 'com.google.gwt.user.client.ui.TreeItem'
[INFO] Resolving method getFocusableWidget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method add
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.LoadListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.LoadListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MenuBar
[INFO] Found type 'com.google.gwt.user.client.ui.MenuBar'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method onPopupClosed
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getItems
[INFO] Found type 'com.google.gwt.user.client.ui.MenuItem'
[INFO] Resolving method getCommand
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setCommand
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MenuBar.MenuBarImages
[INFO] Found type 'com.google.gwt.user.client.ui.MenuBar.MenuBarImages'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MenuBar.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.MenuBar.Resources'
[INFO] Resolving method menuBarSubMenuIcon
[INFO] Resolving annotation for com.google.gwt.resources.client.ImageResource$ImageOptions
[INFO] Resolving com.google.gwt.user.client.ui.MouseListenerAdapter
[INFO] Found type 'com.google.gwt.user.client.ui.MouseListenerAdapter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MouseListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.MouseListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MouseWheelListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.MouseWheelVelocity
[INFO] Found type 'com.google.gwt.user.client.ui.MouseWheelVelocity'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getDeltaY
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isNorth
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isSouth
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.NamedFrame
[INFO] Found type 'com.google.gwt.user.client.ui.NamedFrame'
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving com.google.gwt.user.client.ui.NamedFrame.IFrameTemplate
[INFO] Found type 'com.google.gwt.user.client.ui.NamedFrame.IFrameTemplate'
[INFO] Resolving method get
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.client.ui.NativeHorizontalScrollbar
[INFO] Found type 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar'
[INFO] Resolving field contentDiv
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving field scrollable
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Resources'
[INFO] Resolving method nativeHorizontalScrollbarStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant
[INFO] Found type 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant'
[INFO] Resolving method nativeHorizontalScrollbarStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Style
[INFO] Found type 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.client.ui.NativeVerticalScrollbar
[INFO] Found type 'com.google.gwt.user.client.ui.NativeVerticalScrollbar'
[INFO] Resolving field contentDiv
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving field scrollable
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving com.google.gwt.user.client.ui.NativeVerticalScrollbar.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.NativeVerticalScrollbar.Resources'
[INFO] Resolving method nativeVerticalScrollbarStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.NativeVerticalScrollbar.ResourcesTransparant
[INFO] Found type 'com.google.gwt.user.client.ui.NativeVerticalScrollbar.ResourcesTransparant'
[INFO] Resolving method nativeVerticalScrollbarStyle
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.NativeVerticalScrollbar.Style
[INFO] Found type 'com.google.gwt.user.client.ui.NativeVerticalScrollbar.Style'
[INFO] Resolving annotation for com.google.gwt.resources.client.CssResource$ImportedWithPrefix
[INFO] Resolving com.google.gwt.user.client.ui.NotificationMole
[INFO] Found type 'com.google.gwt.user.client.ui.NotificationMole'
[INFO] Resolving field borderElement
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving field heightMeasure
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving field notificationText
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiField
[INFO] Resolving com.google.gwt.user.client.ui.PasswordTextBox
[INFO] Found type 'com.google.gwt.user.client.ui.PasswordTextBox'
[INFO] Found type 'com.google.gwt.user.client.ui.TextBox'
[INFO] Found type 'com.google.gwt.user.client.ui.TextBoxBase'
[INFO] Resolving method addChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setTextAlignment
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.PopupListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.PopupListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method firePopupClosed
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.PushButton
[INFO] Found type 'com.google.gwt.user.client.ui.PushButton'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.RadioButton
[INFO] Found type 'com.google.gwt.user.client.ui.RadioButton'
[INFO] Resolving method <init>
[INFO] Resolving annotation for com.google.gwt.uibinder.client.UiConstructor
[INFO] Resolving com.google.gwt.user.client.ui.RenderablePanel
[INFO] Found type 'com.google.gwt.user.client.ui.RenderablePanel'
[INFO] Resolving method addAndReplaceElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addAndReplaceElement
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.RichTextArea
[INFO] Found type 'com.google.gwt.user.client.ui.RichTextArea'
[INFO] Resolving method getBasicFormatter
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getExtendedFormatter
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
[INFO] Found type 'com.google.gwt.user.client.ui.RichTextArea.BasicFormatter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
[INFO] Found type 'com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ScrollListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.ScrollListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.SimpleCheckBox
[INFO] Found type 'com.google.gwt.user.client.ui.SimpleCheckBox'
[INFO] Resolving method isChecked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setChecked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.SourcesTreeEvents
[INFO] Found type 'com.google.gwt.user.client.ui.SourcesTreeEvents'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTreeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTreeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.SuggestBox
[INFO] Found type 'com.google.gwt.user.client.ui.SuggestBox'
[INFO] Resolving method <init>
[INFO] Found type 'com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay'
[INFO] Resolving method isAnimationEnabledImpl
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isSuggestionListShowingImpl
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setAnimationEnabledImpl
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setPopupStyleNameImpl
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method getTextBox
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method hideSuggestionList
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isAnimationEnabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method isSuggestionListShowing
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeChangeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeClickListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeEventHandler
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setAnimationEnabled
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method setPopupStyleName
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.TabListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.TabListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.TableListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.TableListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method fireCellClicked
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
[INFO] Found type 'com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.ToggleButton
[INFO] Found type 'com.google.gwt.user.client.ui.ToggleButton'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.Tree
[INFO] Found type 'com.google.gwt.user.client.ui.Tree'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method addTreeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeFocusListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeKeyboardListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeMouseListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method removeTreeListener
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.TreeImages
[INFO] Found type 'com.google.gwt.user.client.ui.TreeImages'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.TreeListenerCollection
[INFO] Found type 'com.google.gwt.user.client.ui.TreeListenerCollection'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.VerticalSplitPanel
[INFO] Found type 'com.google.gwt.user.client.ui.VerticalSplitPanel'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.VerticalSplitPanel.Resources
[INFO] Found type 'com.google.gwt.user.client.ui.VerticalSplitPanel.Resources'
[INFO] Resolving method verticalSplitPanelThumb
[INFO] Resolving annotation for com.google.gwt.resources.client.ClientBundle$Source
[INFO] Resolving com.google.gwt.user.client.ui.VerticalSplitPanelImages
[INFO] Found type 'com.google.gwt.user.client.ui.VerticalSplitPanelImages'
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving method verticalSplitPanelThumb
[INFO] Resolving annotation for com.google.gwt.user.client.ui.ImageBundle$Resource
[INFO] Resolving com.google.gwt.user.client.ui.impl.ClippedImageImpl.DraggableTemplate
[INFO] Found type 'com.google.gwt.user.client.ui.impl.ClippedImageImpl.DraggableTemplate'
[INFO] Resolving method image
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.client.ui.impl.ClippedImageImpl.Template
[INFO] Found type 'com.google.gwt.user.client.ui.impl.ClippedImageImpl.Template'
[INFO] Resolving method image
[INFO] Resolving annotation for com.google.gwt.safehtml.client.SafeHtmlTemplates$Template
[INFO] Resolving com.google.gwt.user.client.ui.impl.ClippedImagePrototype
[INFO] Found type 'com.google.gwt.user.client.ui.impl.ClippedImagePrototype'
[INFO] Resolving method <init>
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.impl.RichTextAreaImpl
[INFO] Found type 'com.google.gwt.user.client.ui.impl.RichTextAreaImpl'
[INFO] Resolving method setWidget
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving com.google.gwt.user.client.ui.package-info
[INFO] Found type 'com.google.gwt.user.client.ui.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.datepicker.client.package-info
[INFO] Found type 'com.google.gwt.user.datepicker.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.user.client.rpc.core.java.util.EnumMap_CustomFieldSerializer
[INFO] Found type 'com.google.gwt.user.client.rpc.core.java.util.EnumMap_CustomFieldSerializer'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
[INFO] Found type 'com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.user.client.rpc.impl.ReflectionHelper
[INFO] Found type 'com.google.gwt.user.client.rpc.impl.ReflectionHelper'
[INFO] Resolving annotation for com.google.gwt.core.client.GwtScriptOnly
[INFO] Resolving com.google.gwt.validation.client.GwtValidation
[INFO] Found type 'com.google.gwt.validation.client.GwtValidation'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractDecimalMaxValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractDecimalMaxValidator'
[INFO] Found type 'javax.validation.constraints.DecimalMax'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractDecimalMinValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractDecimalMinValidator'
[INFO] Found type 'javax.validation.constraints.DecimalMin'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractDigitsValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractDigitsValidator'
[INFO] Found type 'javax.validation.constraints.Digits'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractMaxValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractMaxValidator'
[INFO] Found type 'javax.validation.constraints.Max'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractMinValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractMinValidator'
[INFO] Found type 'javax.validation.constraints.Min'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AbstractSizeValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AbstractSizeValidator'
[INFO] Found type 'javax.validation.constraints.Size'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AssertFalseValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AssertFalseValidator'
[INFO] Found type 'javax.validation.constraints.AssertFalse'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.AssertTrueValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.AssertTrueValidator'
[INFO] Found type 'javax.validation.constraints.AssertTrue'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.FutureValidatorForDate
[INFO] Found type 'com.google.gwt.validation.client.constraints.FutureValidatorForDate'
[INFO] Found type 'javax.validation.constraints.Future'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.NotNullValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.NotNullValidator'
[INFO] Found type 'javax.validation.constraints.NotNull'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.NullValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.NullValidator'
[INFO] Found type 'javax.validation.constraints.Null'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.PastValidatorForDate
[INFO] Found type 'com.google.gwt.validation.client.constraints.PastValidatorForDate'
[INFO] Found type 'javax.validation.constraints.Past'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.validation.client.constraints.PatternValidator
[INFO] Found type 'com.google.gwt.validation.client.constraints.PatternValidator'
[INFO] Found type 'javax.validation.constraints.Pattern'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for javax.validation.Constraint
[INFO] Resolving com.google.gwt.view.client.package-info
[INFO] Found type 'com.google.gwt.view.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.gwt.xhr.client.package-info
[INFO] Found type 'com.google.gwt.xhr.client.package-info'
[INFO] Resolving annotation for com.google.gwt.util.PreventSpuriousRebuilds
[INFO] Resolving com.google.web.bindery.event.shared.testing.CountingEventBus
[INFO] Found type 'com.google.web.bindery.event.shared.testing.CountingEventBus'
[INFO] Resolving method getCount
[INFO] Resolving annotation for java.lang.Deprecated
[INFO] Resolving javax.validation.Constraint
[INFO] Found type 'javax.validation.Constraint'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving javax.validation.GroupSequence
[INFO] Found type 'javax.validation.GroupSequence'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving javax.validation.OverridesAttribute
[INFO] Found type 'javax.validation.OverridesAttribute'
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving javax.validation.OverridesAttribute.List
[INFO] Found type 'javax.validation.OverridesAttribute.List'
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving javax.validation.ReportAsSingleViolation
[INFO] Found type 'javax.validation.ReportAsSingleViolation'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving javax.validation.Valid
[INFO] Found type 'javax.validation.Valid'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving javax.validation.constraints.AssertFalse.List
[INFO] Found type 'javax.validation.constraints.AssertFalse.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.AssertTrue.List
[INFO] Found type 'javax.validation.constraints.AssertTrue.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.DecimalMax.List
[INFO] Found type 'javax.validation.constraints.DecimalMax.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.DecimalMin.List
[INFO] Found type 'javax.validation.constraints.DecimalMin.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Digits.List
[INFO] Found type 'javax.validation.constraints.Digits.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Future.List
[INFO] Found type 'javax.validation.constraints.Future.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Max.List
[INFO] Found type 'javax.validation.constraints.Max.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Min.List
[INFO] Found type 'javax.validation.constraints.Min.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.NotNull.List
[INFO] Found type 'javax.validation.constraints.NotNull.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Null.List
[INFO] Found type 'javax.validation.constraints.Null.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Past.List
[INFO] Found type 'javax.validation.constraints.Past.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Size.List
[INFO] Found type 'javax.validation.constraints.Size.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving javax.validation.constraints.Pattern.List
[INFO] Found type 'javax.validation.constraints.Pattern.List'
[INFO] Resolving annotation for java.lang.annotation.Target
[INFO] Resolving annotation for java.lang.annotation.Retention
[INFO] Resolving annotation for java.lang.annotation.Documented
[INFO] Resolving zufarfakhurtdinov.GreetingService
[INFO] Found type 'zufarfakhurtdinov.GreetingService'
[INFO] Resolving annotation for com.google.gwt.user.client.rpc.RemoteServiceRelativePath
[INFO] Finding entry point classes
[INFO] Assimilating generated source
[INFO] Generated source files...
[INFO] com.google.gwt.lang.zufarfakhurtdinov_00046App__EntryMethodHolder
[INFO] Adding '1' new generated units
[INFO] Compiling...
[INFO] Compilation completed in 0.01 seconds
[INFO] Added 1 units to cache since last cleanup.
[INFO] Removing invalidated units
[INFO] Wrote 1 units to persistent cache.
[INFO] Computing all possible rebind results for 'com.google.gwt.useragent.client.UserAgentAsserter'
[INFO] Rebinding com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Yes, the requested type was an exact match
[INFO] Yes: All subconditions were true
[INFO] Rule was a match and will be used
[INFO] Invoking generator com.google.gwt.useragent.rebind.UserAgentAsserterGenerator
[INFO] Generator returned type 'com.google.gwt.useragent.client.UserAgentAsserter; mode USE_ALL_NEW_WITH_NO_CACHING; in 1 ms
[INFO] Rebind result was com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Rebinding com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Yes, the requested type was an exact match
[INFO] Yes: All subconditions were true
[INFO] Rule was a match and will be used
[INFO] Invoking generator com.google.gwt.useragent.rebind.UserAgentAsserterGenerator
[INFO] Generator returned type 'com.google.gwt.useragent.client.UserAgentAsserter; mode USE_ALL_NEW_WITH_NO_CACHING; in 0 ms
[INFO] Rebind result was com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Rebinding com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Yes, the requested type was an exact match
[INFO] Yes: All subconditions were true
[INFO] Rule was a match and will be used
[INFO] Invoking generator com.google.gwt.useragent.rebind.UserAgentAsserterGenerator
[INFO] Generator returned type 'com.google.gwt.useragent.client.UserAgentAsserter; mode USE_ALL_NEW_WITH_NO_CACHING; in 1 ms
[INFO] Rebind result was com.google.gwt.useragent.client.UserAgentAsserter
[INFO] Computing all possible rebind results for 'com.google.gwt.user.client.DocumentModeAsserter'
[INFO] Rebinding com.google.gwt.user.client.DocumentModeAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was com.google.gwt.user.client.DocumentModeAsserter
[INFO] Rebinding com.google.gwt.user.client.DocumentModeAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was com.google.gwt.user.client.DocumentModeAsserter
[INFO] Rebinding com.google.gwt.user.client.DocumentModeAsserter
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was com.google.gwt.user.client.DocumentModeAsserter
[INFO] Computing all possible rebind results for 'zufarfakhurtdinov.App'
[INFO] Rebinding zufarfakhurtdinov.App
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was zufarfakhurtdinov.App
[INFO] Rebinding zufarfakhurtdinov.App
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was zufarfakhurtdinov.App
[INFO] Rebinding zufarfakhurtdinov.App
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.safecss.shared.SafeStylesUtils.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.safecss.shared.SafeStylesUtils.ImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='ClientBundle.enableInlining' value='true'/>
[INFO] Property value is 'true'
[INFO] Yes, the property value matched
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.resources.client.ClientBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.resources.rebind.context.StaticClientBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.layout.client.LayoutImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.layout.client.LayoutImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.editor.client.SimpleBeanEditorDriver'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] Checking if any subcondition is true (<any>)
[INFO] <when-assignable class='javax.validation.Validator'/>
[INFO] No, the requested type was not assignable
[INFO] <when-assignable class='com.google.gwt.validation.client.impl.GwtSpecificValidator'/>
[INFO] No, the requested type was not assignable
[INFO] No: All subconditions were false
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.validation.rebind.ValidatorGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.spi.ValidationProvider'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.spi.GwtValidationProvider'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.validation.client.UserValidationMessagesResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.impl.NullUserValidationMessageResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ValidationProviderResolver'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtValidationProviderResolver'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.MessageInterpolator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtMessageInterpolator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='javax.validation.ConstraintValidatorFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.validation.client.GwtConstraintValidatorFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.client.DomBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.builder.shared.ElementBuilderFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.builder.shared.HtmlBuilderFactory'/>
[INFO] Checking rule <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.debug.client.DebugInfo.DebugInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.debug.client.DebugInfo.DebugInfoImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.cell.client.TextButtonCell.Appearance'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.cell.client.TextButtonCell.DefaultAppearance'/>
[INFO] Checking rule <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.CustomDateTimeFormat'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.CurrencyList'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.CurrencyListGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.i18n.client.impl.LocaleInfoImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocaleInfoGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.i18n.shared.Localizable'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.canvas.client.Canvas.CanvasElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.geolocation.client.Geolocation.GeolocationSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.TouchEvent.TouchSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.dom.client.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.dom.client.DOMImplWebkit'/>
[INFO] Checking rule <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.safehtml.client.SafeHtmlTemplates'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.http.client.Request.RequestImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.http.client.Request.RequestImplIE8And9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplFull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NativeImplEmulClamped'/>
[INFO] Checking rule <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.typedarrays.client.NativeImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.typedarrays.client.NoSupportImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModern'/>
[INFO] Checking rule <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='java.util.InternalJsMapFactory'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='java.util.InternalJsMapFactory.BackwardCompatibleJsMapFactory'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.useragent.client.UserAgent'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.useragent.client.UserAgentAsserter'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.useragent.rebind.UserAgentAsserterGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-property-is name='superdevmode' value='on'/>
[INFO] Property value is 'off'
[INFO] No, the value did not match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.SuperDevModeLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.ScriptTagLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.CrossSiteLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.XhrLoadingStrategy'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorModernNoSourceMap'/>
[INFO] Checking rule <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.core.client.impl.StackTraceCreator.Collector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.core.client.impl.StackTraceCreator.CollectorEmulated'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorConsole'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerConfigurator'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerConfiguratorNull'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplWarning'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO] Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO] Rebind result was zufarfakhurtdinov.App
[INFO] Computing all possible rebind results for 'com.google.gwt.core.client.impl.StackTraceCreator.Collector'
[INFO] Rebinding com.google.gwt.core.client.impl.StackTraceCreator.Collector
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.WindowImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.WindowImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.rpc.RemoteService'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.storage.client.StorageImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.storage.client.StorageImplNonNativeEvents'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Audio.AudioElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Audio.AudioElementSupportDetectedMaybe'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedNo'/>
[INFO] Checking rule <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.media.client.Video.VideoElementSupportDetector'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.media.client.Video.VideoElementSupportDetectedMaybe'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiBinder'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.uibinder.client.UiRenderer'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.uibinder.rebind.UiBinderGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.TreeItem.TreeItemImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE8ToIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ScrollImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.ui.ImageBundle'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplIE'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.HyperlinkImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.HyperlinkImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableIEImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.HTMLTable.HTMLTableStandardImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.ui.impl.FocusImplStandard'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE8'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplIE9'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.impl.DOMImplWebkit'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.client.History.HistoryImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.client.History.HistoryImplIE8'/>
[INFO] Checking rule <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-assignable class='com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'/>
[INFO] No, the requested type was not assignable
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <generate-with class='com.google.gwt.user.rebind.DocumentModeGenerator'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.AbstractCellTable.Impl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.AbstractCellTable.ImplMozilla'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase'/>
[INFO] Checking rule <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking if all subconditions are true (<all>)
[INFO] <when-type-is class='com.google.gwt.user.cellview.client.CellBasedWidgetImpl'/>
[INFO] Not an exact match
[INFO] No: One or more subconditions was false
[INFO] Rule did not match
[INFO] Found better fallback match for <replace-with class='com.google.gwt.user.cellview.client.CellBasedWidgetImplTrident'/>
[INFO] Checking rule <replace-with class='com.google.gwt.u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment