---
id: WC-COLLECT-008
name: 列表遍历循环里不可进行元素remove/add
severity: error  # error=阻断, warning=警告
source: J000009
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-collection
description: |
  列表遍历循环里不可进行元素remove/add

  对应浩鲸规范 J000009。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "ConcurrentModificationException"
