OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
if(symbolResolver != null && parseResult.getResult().get() instanceof CompilationUnit)if(symbolResolver.isPresent() && parseResult.getResult().get() instanceof CompilationUnit)symbolResolver != nullsymbolResolver.isPresent()javaparserbc4d0e1bcd19ba9d8e1ef81d5f257fde09b581cfcom.github.javaparser.JavaParser
_1530
_2530
_1symbolResolver
_2symbolResolver
TCIVarsymbolResolver
TCIVarsymbolResolver
UsesTrue
if(profile != null || !canCancel())if(profile.isPresent() || !canCancel())profile != nullprofile.isPresent()pac4jc7fdad559afcdda7d54529634aab55bff4868e76org.pac4j.core.run.RunClient
_144
_245
_1profile
_2profile
TCIVarprofile
TCIVarprofile
UsesTrue
final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue).matches();final boolean headerMatches=headerValue.isPresent() && pattern != null && pattern.matcher(headerValue.get()).matches();headerValue != nullheaderValue.isPresent()pac4jc7fdad559afcdda7d54529634aab55bff4868e76org.pac4j.core.matching.HeaderMatcher
_133
_234
_1headerValue
_2headerValue
TCIVarheaderValue
TCIVarheaderValue
UsesTrue
if(result == null && parent != null)if(result == null && parent.isPresent())parent != nullparent.isPresent()presto4fc9d7d6d9aaddb2e7cffa8ec31b754bfa5f3d23com.facebook.presto.sql.analyzer.AnalysisContext
_124
_227
_1parent
_2parent
TCIVarparent
TCIVarparent
UsesTrue
if(splitPoint != null && largestStoreSize < storeSize)if(splitPoint.isPresent() && largestStoreSize < storeSize)splitPoint != nullsplitPoint.isPresent()hbasea5f84430a305db6a1eddd45f82d19babf43a8d01org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
_184
_285
_1splitPoint
_2splitPoint
TCIVarsplitPoint
TCIVarsplitPoint
UsesTrue
if(method != null && response != null)if(getContainersFromPreviousAttemptsMethod.isPresent() && response != null)method != nullmethod.isPresent()flink65e43b823a71c277e5abaa324672f39c1918b49aorg.apache.flink.yarn.RegisterApplicationMasterResponseReflector
_144
_248
_1method
_2getContainersFromPreviousAttemptsMethod
TCIVarmethod
TCIVarmethod
UsesTrue