OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return listApplicableRoles(principal,metastore::listRoleGrants).stream().map(RoleGrant::getRoleName).collect(toSet());return listApplicableRoles(principal,metastore::listRoleGrants).map(RoleGrant::getRoleName);listApplicableRoles(principal,metastore::listRoleGrants).stream().map(RoleGrant::getRoleName).collect(toSet())listApplicableRoles(principal,metastore::listRoleGrants).map(RoleGrant::getRoleName)presto58ac2b7aa798a5f5c9b2191a1b83e4e794519210com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil
_1261
_2270
_1listApplicableRoles
_2listApplicableRoles
xyzlistApplicableRoles(principal,metastore::listRoleGrants).stream().map(RoleGrant::getRoleName).collect(toSet())
xyzlistApplicableRoles(principal,metastore::listRoleGrants).map(RoleGrant::getRoleName)
ReturnsTrue