OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
newValues = new ArrayList<>(existingValues)newValues = Stream.concat(existingValues.stream(),Stream.of(value)).collect(LINKED_HASH_SET_COLLECTOR)new ArrayList<>(existingValues)Stream.concat(existingValues.stream(),Stream.of(value)).collect(LINKED_HASH_SET_COLLECTOR)elasticsearch7517e3a7bddfc211e3c55fb4463c532d8c330a47org.elasticsearch.common.util.concurrent.ThreadContext.ThreadContextStruct
_1535
_2553
_1newValues
_2newValues
v0existingValues
  • java.util.ArrayList
  • java.util.stream.Stream
v0existingValues
AssignedToFalse