Skip to content

[P2] 修复 ConcurrentDictionary 架构守卫盲区 #162

@louis4li

Description

@louis4li

Parent Epic: #157

目标

修复围绕 ConcurrentDictionary 的架构守卫盲区。

当前问题

当前部分架构测试依赖字段名匹配,而不是更可靠的字段类型匹配。这会带来 false negative,并削弱守卫可信度。

范围

  • 提升 concurrent collection 使用检测精度
  • 如果确实存在允许的 transient subscription-handle 场景,给出非常窄的白名单或明确说明
  • 避免引入大面积噪音告警

验收标准

  • concurrent collection 检测不再主要依赖字段命名,而是使用更可靠的信号
  • 允许存在的 transient 场景是显式且最小化的
  • CI 输出仍然可解释、易于开发者理解

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions