@Override
public Source[] getLaunchableClientLibrarySources() {
InstrumentationBuilder instrumentation = Instrumentation.builder("Analysis-getLaunchableClientLibrarySources");
checkThread(instrumentation);
try {
instrumentation.metric("contextId", contextId);
Source[] ret = basis.getLaunchableClientLibrarySources();
if (ret != null) {
instrumentation.metric("Source-count", ret.length);
}
return ret;