}
} else {
char[] key = resolver.hasTypeName()
? resolver.getKey().toCharArray() // binary binding
: CharOperation.concatWith(resolver.compoundName(), '.'); // package binding or base type binding
this.requestedKeys.put(key, resolver);
}
worked(1);
}