olabusayoT commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2208020719
########## daffodil-core/src/main/scala/org/apache/daffodil/runtime1/processors/ProcessorStateBases.scala: ########## @@ -153,7 +156,7 @@ abstract class ParseOrUnparseState protected ( def this( vmap: VariableMap, - diags: List[Diagnostic], + diags: java.util.List[api.Diagnostic], Review Comment: In the case of a LinkedList, adds/removes are O(1), so I changed tge diagnostics to use a linkedList when being updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org