---
id: WC-STYLE-014
name: 谨慎调用静态的Calendar/DateFormat
severity: error  # error=阻断, warning=警告
source: J000100
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-style
description: |
  谨慎调用静态的Calendar/DateFormat

  对应浩鲸规范 J000100。

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

notes: "SpotBugs:STCAL_INVOKE_ON_STATIC_*"
