scopes = new ArrayList<>(defaultScopes) | scopes = new LinkedHashSet<>(defaultScopes) | new ArrayList<>(defaultScopes) | new LinkedHashSet<>(defaultScopes) | keycloak | 7501e429694b2902c6963fb809d10afba0f1ca2d | org.keycloak.authorization.util.Permissions | | | | | | AssignedTo | True |
return new ArrayList<>(defaultScopes); | return new LinkedHashSet<>(defaultScopes); | new ArrayList<>(defaultScopes) | new LinkedHashSet<>(defaultScopes) | keycloak | 7501e429694b2902c6963fb809d10afba0f1ca2d | org.keycloak.authorization.util.Permissions | | _1 | populateTypedScopes |
---|
_2 | populateTypedScopes |
---|
| | | | Returns | True |
combined = new ArrayList<>(source) | combined = new LinkedHashSet<>(source) | new ArrayList<>(source) | new LinkedHashSet<>(source) | spring-framework | 9bf8489afd9cdfbbc217f5d4ad3461660a00d671 | org.springframework.web.cors.CorsConfiguration | | | | | | AssignedTo | True |
topicStudentList = new ArrayList<>(lineTokens.length - 1) | topicStudentList = new LinkedHashSet<>(lineTokens.length - 1) | new ArrayList<>(lineTokens.length - 1) | new LinkedHashSet<>(lineTokens.length - 1) | optaplanner | 3482978122ed13ec6cc4b1d465a7afc6b823705c | org.optaplanner.examples.examination.persistence.ExaminationImporter.ExaminationInputBuilder | | _1 | topicStudentList |
---|
_2 | topicStudentList |
---|
| v0 | lineTokens.length - 1 |
---|
v1 | |
---|
| | v0 | lineTokens.length - 1 |
---|
v1 | |
---|
| AssignedTo | True |