if(symbolResolver != null && parseResult.getResult().get() instanceof CompilationUnit) | if(symbolResolver.isPresent() && parseResult.getResult().get() instanceof CompilationUnit) | symbolResolver != null | symbolResolver.isPresent() | javaparser | bc4d0e1bcd19ba9d8e1ef81d5f257fde09b581cf | com.github.javaparser.JavaParser | | _1 | symbolResolver |
---|
_2 | symbolResolver |
---|
| | | | Uses | True |
if(profile != null || !canCancel()) | if(profile.isPresent() || !canCancel()) | profile != null | profile.isPresent() | pac4j | c7fdad559afcdda7d54529634aab55bff4868e76 | org.pac4j.core.run.RunClient | | | | | | Uses | True |
final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue).matches(); | final boolean headerMatches=headerValue.isPresent() && pattern != null && pattern.matcher(headerValue.get()).matches(); | headerValue != null | headerValue.isPresent() | pac4j | c7fdad559afcdda7d54529634aab55bff4868e76 | org.pac4j.core.matching.HeaderMatcher | | _1 | headerValue |
---|
_2 | headerValue |
---|
| | | | Uses | True |
if(result == null && parent != null) | if(result == null && parent.isPresent()) | parent != null | parent.isPresent() | presto | 4fc9d7d6d9aaddb2e7cffa8ec31b754bfa5f3d23 | com.facebook.presto.sql.analyzer.AnalysisContext | | | | | | Uses | True |
if(splitPoint != null && largestStoreSize < storeSize) | if(splitPoint.isPresent() && largestStoreSize < storeSize) | splitPoint != null | splitPoint.isPresent() | hbase | a5f84430a305db6a1eddd45f82d19babf43a8d01 | org.apache.hadoop.hbase.regionserver.RegionSplitPolicy | | | | | | Uses | True |
if(method != null && response != null) | if(getContainersFromPreviousAttemptsMethod.isPresent() && response != null) | method != null | method.isPresent() | flink | 65e43b823a71c277e5abaa324672f39c1918b49a | org.apache.flink.yarn.RegisterApplicationMasterResponseReflector | | _1 | method |
---|
_2 | getContainersFromPreviousAttemptsMethod |
---|
| | | | Uses | True |