---
id: WC-PERF-007
name: 高并发/循环中避免直接调用System.getProperty
severity: warning  # error=阻断, warning=警告
source: J001127
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-performance
description: |
  高并发/循环中避免直接调用System.getProperty

  对应浩鲸规范 J001127。

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

notes: "System.getProperty caching"
