OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList));return flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON);flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList))flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON)keycloak086f7b469610af379630ae80996221b32ef6cf6forg.keycloak.models.jpa.RealmAdapter
_11727
_21671
_1getAuthenticationExecutions
_2getAuthenticationExecutionsStream
v0flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON)
v0flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON)
ReturnsTrue
return realm.getAuthenticationFlows().stream().map(this::entityToModel).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList));return realm.getAuthenticationFlows().stream().map(this::entityToModel);realm.getAuthenticationFlows().stream().map(this::entityToModel).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList))realm.getAuthenticationFlows().stream().map(this::entityToModel)keycloak086f7b469610af379630ae80996221b32ef6cf6forg.keycloak.models.jpa.RealmAdapter
_11632
_21583
_1getAuthenticationFlows
_2getAuthenticationFlowsStream
v0realm.getAuthenticationFlows().stream().map(this::entityToModel)
v0realm.getAuthenticationFlows().stream().map(this::entityToModel)
ReturnsTrue
return ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList));return ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName));ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList))ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName))keycloakd59a74c364e9cee1fdfaf2fc7de21c9ecb1e5c6forg.keycloak.models.jpa.JpaRealmProvider
_1422
_2420
_1getGroups
_2getGroupsStream
v0ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName))
v0ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName))
ReturnsTrue