OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
scopes = new ArrayList<>(defaultScopes)scopes = new LinkedHashSet<>(defaultScopes)new ArrayList<>(defaultScopes)new LinkedHashSet<>(defaultScopes)keycloak7501e429694b2902c6963fb809d10afba0f1ca2dorg.keycloak.authorization.util.Permissions
_1150
_2148
_1scopes
_2scopes
v0defaultScopes
v1
  • java.util.LinkedHashSet
v0defaultScopes
v1
AssignedToTrue
return new ArrayList<>(defaultScopes);return new LinkedHashSet<>(defaultScopes);new ArrayList<>(defaultScopes)new LinkedHashSet<>(defaultScopes)keycloak7501e429694b2902c6963fb809d10afba0f1ca2dorg.keycloak.authorization.util.Permissions
_1142
_2142
_1populateTypedScopes
_2populateTypedScopes
v0defaultScopes
v1
  • java.util.LinkedHashSet
v0defaultScopes
v1
ReturnsTrue
combined = new ArrayList<>(source)combined = new LinkedHashSet<>(source)new ArrayList<>(source)new LinkedHashSet<>(source)spring-framework9bf8489afd9cdfbbc217f5d4ad3461660a00d671org.springframework.web.cors.CorsConfiguration
_1126
_2128
_1combined
_2combined
v0source
v1
  • java.util.LinkedHashSet
v0source
v1
AssignedToTrue
topicStudentList = new ArrayList<>(lineTokens.length - 1)topicStudentList = new LinkedHashSet<>(lineTokens.length - 1)new ArrayList<>(lineTokens.length - 1)new LinkedHashSet<>(lineTokens.length - 1)optaplanner3482978122ed13ec6cc4b1d465a7afc6b823705corg.optaplanner.examples.examination.persistence.ExaminationImporter.ExaminationInputBuilder
_1132
_2134
_1topicStudentList
_2topicStudentList
v0lineTokens.length - 1
v1
  • java.util.LinkedHashSet
v0lineTokens.length - 1
v1
AssignedToTrue