---
id: WC-PERF-001
name: 使用正则表达式利用预编译功能
severity: error  # error=阻断, warning=警告
source: J000124
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-performance
description: |
  使用正则表达式利用预编译功能

  对应浩鲸规范 J000124。

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

notes: "Pattern.compile cache"
