---
id: WC-STYLE-008
name: 禁止使用BigDecimal(double)构造方法
severity: error  # error=阻断, warning=警告
source: J000086
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-style
description: |
  禁止使用BigDecimal(double)构造方法

  对应浩鲸规范 J000086。

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

notes: "PMD:AvoidDecimalLiteralsInBigDecimalConstructor"
