JavaLibraryRules.addCompileToJarSteps(buildTarget,projectFilesystem,context,buildableContext,Optional.of(abiJarPath),ruleFinder,srcs,resources,ImmutableList.of(),compileTimeClasspathSourcePaths,false,null,compileStepFactory,resourcesRoot,manifestFile,classesToRemoveFromJar,steps); | JavaLibraryRules.addCompileToJarSteps(buildTarget,projectFilesystem,context,buildableContext,abiJarPath,ruleFinder,srcs,resources,ImmutableList.of(),compileTimeClasspathSourcePaths,false,null,compileStepFactory,resourcesRoot,manifestFile,classesToRemoveFromJar,steps); | Optional.of(abiJarPath) | abiJarPath | buck | 1485388bff710289f94d5de6c89f1b41b9862805 | com.facebook.buck.jvm.java.JarBuildStepsFactory | | | | | | Uses | True |
MergeAssets mergeAssets=new MergeAssets(buildRuleParams.withAppendedFlavor(MERGE_ASSETS_FLAVOR).copyReplacingDeclaredAndExtraDeps(Suppliers.ofInstance(ImmutableSortedSet.of()),Suppliers.ofInstance(ImmutableSortedSet.of())),ruleFinder,Optional.of(aaptOutputApk),ImmutableSortedSet.copyOf(assetsDirectories)); | MergeAssets mergeAssets=new MergeAssets(buildRuleParams.withAppendedFlavor(MERGE_ASSETS_FLAVOR).copyReplacingDeclaredAndExtraDeps(Suppliers.ofInstance(ImmutableSortedSet.of()),Suppliers.ofInstance(ImmutableSortedSet.of())),ruleFinder,baseApk,ImmutableSortedSet.copyOf(assetsDirectories)); | Optional.of(aaptOutputApk) | aaptOutputApk | buck | 84d70b0075f17f087bf4a255df3787f801b6dea2 | com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancer | | | | | | Uses | True |
return Optional.of(possibleInputPaths); | return possibleInputPaths; | Optional.of(possibleInputPaths) | possibleInputPaths | buck | 10196528449cfec9f458d39b3ab394060f36d793 | com.facebook.buck.rules.keys.DependencyFileRuleKeyBuilderFactoryTest.FakeDepFileBuildRule | | _1 | possibleInputPaths |
---|
_2 | possibleInputPaths |
---|
| | | | Uses | True |
return createAndAssignScope(node,Optional.of(scope),outputFields.build()); | return createAndAssignScope(node,scope,outputFields.build()); | Optional.of(scope) | scope | presto | 43aa45dba806c5a7b8292f6a43cb39fb8473f283 | com.facebook.presto.sql.analyzer.StatementAnalyzer.Visitor | | | | | | Uses | True |