finishDeploy(requestWithState,deploy,pendingDeploy,Collections.<SingularityTaskId>emptyList(),deployResult); | finishDeploy(maybeRequestWithState.get(),deploy,pendingDeploy,Collections.<SingularityTaskId>emptyList(),deployResult); | requestWithState | requestWithState.get() | Singularity | a3a6fee5637601611afcbd0cbfc46c312faad747 | com.hubspot.singularity.scheduler.SingularityDeployChecker | | _1 | requestWithState |
---|
_2 | maybeRequestWithState |
---|
| | | | Uses | True |
if(defectSubmitResult.getReportSubmitMessage().isPresent()) | if(defectSubmitResult.get().getReportSubmitMessage().isPresent()) | defectSubmitResult | defectSubmitResult.get() | buck | 71aa66a14fb2789160e9af65a368c65400eb99be | com.facebook.buck.cli.RageCommand | | _1 | defectSubmitResult |
---|
_2 | defectSubmitResult |
---|
| | | | Uses | True |
stdOut.println(defectSubmitResult.getReportSubmitMessage().get()); | stdOut.println(defectSubmitResult.get().getReportSubmitMessage().get()); | defectSubmitResult | defectSubmitResult.get() | buck | 71aa66a14fb2789160e9af65a368c65400eb99be | com.facebook.buck.cli.RageCommand | | _1 | defectSubmitResult |
---|
_2 | defectSubmitResult |
---|
| | | | Uses | True |
stdOut.printf(STR0,uploadPrefix,defectSubmitResult.getReportSubmitLocation()); | stdOut.printf(STR0,uploadPrefix,defectSubmitResult.get().getReportSubmitLocation()); | defectSubmitResult | defectSubmitResult.get() | buck | 71aa66a14fb2789160e9af65a368c65400eb99be | com.facebook.buck.cli.RageCommand | | _1 | defectSubmitResult |
---|
_2 | defectSubmitResult |
---|
| | | | Uses | True |
String uploadPrefix=(defectSubmitResult.getReportSubmitLocation().startsWith(STR0)) ? (STR1) : (STR2); | String uploadPrefix=(defectSubmitResult.get().getReportSubmitLocation().startsWith(STR0)) ? (STR1) : (STR2); | defectSubmitResult | defectSubmitResult.get() | buck | 71aa66a14fb2789160e9af65a368c65400eb99be | com.facebook.buck.cli.RageCommand | | _1 | defectSubmitResult |
---|
_2 | defectSubmitResult |
---|
| | | | Uses | True |
String fullName=exportedNamespace + STR0 + importedProperty; | String fullName=exportedNamespace.get() + STR0 + importedProperty; | exportedNamespace | exportedNamespace.get() | closure-compiler | 34ff3903e7811c07f8b6c1ed9123cd75a1d3c865 | com.google.javascript.jscomp.ClosureRewriteModule | | _1 | exportedNamespace |
---|
_2 | exportedNamespace |
---|
| | | | Uses | True |
recordNameToInline(aliasName,exportedNamespace); | recordNameToInline(aliasName,exportedNamespace.get()); | exportedNamespace | exportedNamespace.get() | closure-compiler | 34ff3903e7811c07f8b6c1ed9123cd75a1d3c865 | com.google.javascript.jscomp.ClosureRewriteModule | | _1 | exportedNamespace |
---|
_2 | exportedNamespace |
---|
| | | | Uses | True |
return ObjcRuleClasses.ruleConfiguredTarget(ruleContext,filesToBuild.build()).addProvider(ObjcProvider.class,protoSupport.getObjcProvider()).addProvider(XcodeProvider.class,xcodeProvider).build(); | return ObjcRuleClasses.ruleConfiguredTarget(ruleContext,filesToBuild.build()).addProvider(ObjcProvider.class,protoSupport.getObjcProvider().get()).addProvider(XcodeProvider.class,xcodeProvider.get()).build(); | xcodeProvider | xcodeProvider.get() | bazel | fa6f40300d7f998ab20b7e8ecc190059c0fcb042 | com.google.devtools.build.lib.rules.objc.ObjcProtoLibrary | | _1 | xcodeProvider |
---|
_2 | xcodeProvider |
---|
| | | | Uses | True |
new XcodeSupport(ruleContext).registerActions(xcodeProvider).addFilesToBuild(filesToBuild); | new XcodeSupport(ruleContext).registerActions(xcodeProvider.get()).addFilesToBuild(filesToBuild); | xcodeProvider | xcodeProvider.get() | bazel | fa6f40300d7f998ab20b7e8ecc190059c0fcb042 | com.google.devtools.build.lib.rules.objc.ObjcProtoLibrary | | _1 | xcodeProvider |
---|
_2 | xcodeProvider |
---|
| | | | Uses | True |
BuildRuleType nodeType=node.getType(); | BuildRuleType nodeType=node.get().getType(); | node | node.get() | buck | 00064fb9cea1612831a2f2007aee3703870a787c | com.facebook.buck.cli.ProjectCommand | | | | | | Uses | True |
Optional<TargetNode<AppleTestDescription.Arg>> castedNode=explicitTestNode.castArg(AppleTestDescription.Arg.class); | Optional<TargetNode<AppleTestDescription.Arg>> castedNode=explicitTestNode.get().castArg(AppleTestDescription.Arg.class); | explicitTestNode | explicitTestNode.get() | buck | 00064fb9cea1612831a2f2007aee3703870a787c | com.facebook.buck.apple.WorkspaceAndProjectGenerator | | _1 | explicitTestNode |
---|
_2 | explicitTestNode |
---|
| | | | Uses | True |
XcodeWorkspaceConfigDescription.Arg extraSchemeArg=(XcodeWorkspaceConfigDescription.Arg)extraSchemeNode.getConstructorArg(); | XcodeWorkspaceConfigDescription.Arg extraSchemeArg=(XcodeWorkspaceConfigDescription.Arg)extraSchemeNode.get().getConstructorArg(); | extraSchemeNode | extraSchemeNode.get() | buck | 00064fb9cea1612831a2f2007aee3703870a787c | com.facebook.buck.apple.WorkspaceAndProjectGenerator | | _1 | extraSchemeNode |
---|
_2 | extraSchemeNode |
---|
| | | | Uses | True |
return shouldScanIncludes && useHeaderModules(); | return shouldScanIncludes.get() && useHeaderModules(); | shouldScanIncludes | shouldScanIncludes.get() | bazel | db4871732a180c31e7a8b4eba0e0485a04a3a857 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
action=new CppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes,shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,dotdFile,gcnoFile,dwoFile,ltoIndexingFile,env,ccCompilationContext,coptsFilter,ImmutableList.copyOf(additionalIncludeScanningRoots),actionClassId,ImmutableMap.copyOf(executionInfo),getActionName(),cppSemantics,builtinIncludeDirectories,grepIncludes); | action=new CppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes.get(),shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,dotdFile,gcnoFile,dwoFile,ltoIndexingFile,env,ccCompilationContext,coptsFilter,ImmutableList.copyOf(additionalIncludeScanningRoots),actionClassId,ImmutableMap.copyOf(executionInfo),getActionName(),cppSemantics,builtinIncludeDirectories,grepIncludes); | shouldScanIncludes | shouldScanIncludes.get() | bazel | db4871732a180c31e7a8b4eba0e0485a04a3a857 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
action=new FakeCppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes,shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,tempOutputFile,dotdFile,env,ccCompilationContext,coptsFilter,cppSemantics,builtinIncludeDirectories,ImmutableMap.copyOf(executionInfo),grepIncludes); | action=new FakeCppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes.get(),shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,tempOutputFile,dotdFile,env,ccCompilationContext,coptsFilter,cppSemantics,builtinIncludeDirectories,ImmutableMap.copyOf(executionInfo),grepIncludes); | shouldScanIncludes | shouldScanIncludes.get() | bazel | db4871732a180c31e7a8b4eba0e0485a04a3a857 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
return getLinkableInput(staticNativeLibraryPath); | return getLinkableInput(staticNativeLibraryPath.get()); | staticNativeLibraryPath | staticNativeLibraryPath.get() | buck | 4a5173301bd38a4d879008ea3cc9b7d199614985 | com.facebook.buck.ocaml.PrebuiltOCamlLibrary | | _1 | staticNativeLibraryPath |
---|
_2 | staticNativeLibraryPath |
---|
| TCIVar | staticNativeLibraryPath |
---|
| | TCIVar | staticNativeLibraryPath |
---|
| Uses | True |
return shouldScanIncludes && useHeaderModules(); | return shouldScanIncludes.get() && useHeaderModules(); | shouldScanIncludes | shouldScanIncludes.get() | bazel | 0188e88174334173bfd380965fd535a5435e95d2 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
newSymlinksEncountered.put(subpath,resolvedSymlink); | newSymlinksEncountered.put(subpath,resolvedSymlink.get()); | resolvedSymlink | resolvedSymlink.get() | buck | c2153739806f695c03dcb91fa6f5f5348c6d8c39 | com.facebook.buck.parser.PerBuildState | | _1 | resolvedSymlink |
---|
_2 | resolvedSymlink |
---|
| | | | Uses | True |
LOG.verbose(STR0,subpath,resolvedSymlink); | LOG.verbose(STR0,subpath,resolvedSymlink.get()); | resolvedSymlink | resolvedSymlink.get() | buck | c2153739806f695c03dcb91fa6f5f5348c6d8c39 | com.facebook.buck.parser.PerBuildState | | _1 | resolvedSymlink |
---|
_2 | resolvedSymlink |
---|
| | | | Uses | True |
action=new CppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes,shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,dotdFile,gcnoFile,dwoFile,ltoIndexingFile,env,ccCompilationContext,coptsFilter,ImmutableList.copyOf(additionalIncludeScanningRoots),actionClassId,ImmutableMap.copyOf(executionInfo),getActionName(),cppSemantics,builtinIncludeDirectories,grepIncludes); | action=new CppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes.get(),shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,dotdFile,gcnoFile,dwoFile,ltoIndexingFile,env,ccCompilationContext,coptsFilter,ImmutableList.copyOf(additionalIncludeScanningRoots),actionClassId,ImmutableMap.copyOf(executionInfo),getActionName(),cppSemantics,builtinIncludeDirectories,grepIncludes); | shouldScanIncludes | shouldScanIncludes.get() | bazel | 0188e88174334173bfd380965fd535a5435e95d2 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
action=new FakeCppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes,shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,tempOutputFile,dotdFile,env,ccCompilationContext,coptsFilter,cppSemantics,builtinIncludeDirectories,ImmutableMap.copyOf(executionInfo),grepIncludes); | action=new FakeCppCompileAction(owner,featureConfiguration,variables,sourceFile,cppConfiguration,shareable,shouldScanIncludes.get(),shouldPruneModules(),usePic,useHeaderModules,realMandatoryInputs,buildInputsForInvalidation(),getBuiltinIncludeFiles(),prunableHeaders,outputFile,tempOutputFile,dotdFile,env,ccCompilationContext,coptsFilter,cppSemantics,builtinIncludeDirectories,ImmutableMap.copyOf(executionInfo),grepIncludes); | shouldScanIncludes | shouldScanIncludes.get() | bazel | 0188e88174334173bfd380965fd535a5435e95d2 | com.google.devtools.build.lib.rules.cpp.CppCompileActionBuilder | | _1 | shouldScanIncludes |
---|
_2 | shouldScanIncludes |
---|
| | | | Uses | True |
PhaseStatistics finishPhase=phaseStatistics.get(ProfilePhase.FINISH); | PhaseStatistics finishPhase=phaseStatistics.get().get(ProfilePhase.FINISH); | phaseStatistics | phaseStatistics.get() | bazel | 872c60fe58f9da9339c0cf96f50750987f04537c | com.google.devtools.build.lib.profiler.output.PhaseText | | _1 | phaseStatistics |
---|
_2 | phaseStatistics |
---|
| | | | Uses | True |
PhaseStatistics execPhase=phaseStatistics.get(ProfilePhase.EXECUTE); | PhaseStatistics execPhase=phaseStatistics.get().get(ProfilePhase.EXECUTE); | phaseStatistics | phaseStatistics.get() | bazel | 872c60fe58f9da9339c0cf96f50750987f04537c | com.google.devtools.build.lib.profiler.output.PhaseText | | _1 | phaseStatistics |
---|
_2 | phaseStatistics |
---|
| | | | Uses | True |
PhaseStatistics prepPhase=phaseStatistics.get(ProfilePhase.PREPARE); | PhaseStatistics prepPhase=phaseStatistics.get().get(ProfilePhase.PREPARE); | phaseStatistics | phaseStatistics.get() | bazel | 872c60fe58f9da9339c0cf96f50750987f04537c | com.google.devtools.build.lib.profiler.output.PhaseText | | _1 | phaseStatistics |
---|
_2 | phaseStatistics |
---|
| | | | Uses | True |
PhaseStatistics statistics=phaseStatistics.get(phase); | PhaseStatistics statistics=phaseStatistics.get().get(phase); | phaseStatistics | phaseStatistics.get() | bazel | 872c60fe58f9da9339c0cf96f50750987f04537c | com.google.devtools.build.lib.profiler.output.PhaseText | | _1 | phaseStatistics |
---|
_2 | phaseStatistics |
---|
| | | | Uses | True |
EdenMount mount=client.getMountFor(mountPoint); | EdenMount mount=client.get().getMountFor(mountPoint); | client | client.get() | buck | e3c0eab936b0e9bc90c8ca1f4e019f6f40827922 | com.facebook.buck.eden.cli.Sha1Command | | | | | | Uses | True |
List<MountInfo> mountInfos=client.getMountInfos(); | List<MountInfo> mountInfos=client.get().getMountInfos(); | client | client.get() | buck | e3c0eab936b0e9bc90c8ca1f4e019f6f40827922 | com.facebook.buck.eden.cli.MountsCommand | | | | | | Uses | True |
updateExistingRule(existingRule,newRule,dbSession); | updateExistingRule(existingRule.get(),newRule,dbSession); | existingRule | existingRule.get() | sonarqube | 391f5c52c68e381679bb07177b51c0afa5337fd1 | org.sonar.server.rule.RuleCreator | | _1 | existingRule |
---|
_2 | existingRule |
---|
| | | | Uses | True |
updateExistingRule(existingRule,newRule,dbSession); | updateExistingRule(existingRule.get(),newRule,dbSession); | existingRule | existingRule.get() | sonarqube | 391f5c52c68e381679bb07177b51c0afa5337fd1 | org.sonar.server.rule.RuleCreator | | _1 | existingRule |
---|
_2 | existingRule |
---|
| | | | Uses | True |
return getLinkableInput(staticNativeLibraryPath); | return getLinkableInput(staticNativeLibraryPath.get()); | staticNativeLibraryPath | staticNativeLibraryPath.get() | buck | a53ba42493f1a0cf5fc1ec7ab14d0d548e8117bf | com.facebook.buck.ocaml.PrebuiltOCamlLibrary | | _1 | staticNativeLibraryPath |
---|
_2 | staticNativeLibraryPath |
---|
| TCIVar | staticNativeLibraryPath |
---|
| | TCIVar | staticNativeLibraryPath |
---|
| Uses | True |
tag=history.getTask().getTaskRequest().getDeploy().getExecutorData().get().getLoggingTag(); | tag=history.get().getTask().getTaskRequest().getDeploy().getExecutorData().get().getLoggingTag(); | history | history.get() | Singularity | 07244be0fca8b19cbbe4ea5be632cf947af94443 | com.hubspot.singularity.resources.S3LogResource | | | | | | Uses | True |
SimplifiedTaskState taskState=SingularityTaskHistoryUpdate.getCurrentState(history.getTaskUpdates()); | SimplifiedTaskState taskState=SingularityTaskHistoryUpdate.getCurrentState(history.get().getTaskUpdates()); | history | history.get() | Singularity | 07244be0fca8b19cbbe4ea5be632cf947af94443 | com.hubspot.singularity.resources.S3LogResource | | | | | | Uses | True |
if(!cellEnv.equals(cachedEnvironment)) | if(!cellEnv.equals(cachedEnvironment.get())) | cachedEnvironment | cachedEnvironment.get() | buck | 746397dcc69a8e4702ff4142e7d1ef48854bc6fd | com.facebook.buck.parser.DaemonicParserState | | _1 | cachedEnvironment |
---|
_2 | cachedEnvironment |
---|
| | | | Uses | True |
output=processAnalysisRule(analysisRule); | output=processAnalysisRule(analysisRule.get()); | analysisRule | analysisRule.get() | buck | f74638cec7d5bcef96a15a639148d219bcd91866 | com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep | | _1 | analysisRule |
---|
_2 | analysisRule |
---|
| | | | Uses | True |
JsonObject json=parser.parse(measureData).getAsJsonObject(); | JsonObject json=parser.parse(optionalMeasureData.get()).getAsJsonObject(); | measureData | measureData.get() | sonarqube | a210c65f91fab1542d11f11a4156734a08deebc2 | org.sonar.server.qualitygate.ws.QualityGateDetailsFormatter | | _1 | measureData |
---|
_2 | optionalMeasureData |
---|
| | | | Uses | True |
environment.putAll(cxxLinker.getEnvironment(getResolver())); | environment.putAll(cxxLinker.get().getEnvironment(getResolver())); | cxxLinker | cxxLinker.get() | buck | c879ce2a3273b3d37414f6746e78fbd7497407ab | com.facebook.buck.go.GoBinary | | | | | | Uses | True |