0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. nop-entropy
  2. /
  3. nop-code
  4. /
  5. nop-code-flow
canonical-entropycanonical-entropyfix(nop-code): AR-84 exact annotation matching, AR-85 multilang test file detection, AR-49 dynamic testGap
516df118创建于 1 天前历史提交
文件最后提交记录最后更新时间
src
fix(nop-code): AR-84 exact annotation matching, AR-85 multilang test file detection, AR-49 dynamic testGap P2 functional correctness fixes: - AR-84: isPotentiallyDynamic uses equals() instead of contains() for annotation matching, preventing false negatives like SomeBeanAnnotation matching Bean. - AR-85: Indexer test file detection now covers Kotlin/Python/TypeScript patterns (Test.kt, _test.py, test_*.py, .spec.ts, .test.ts) for TESTED_BY generation. - AR-49: FlowDetector.computeCriticality now receives testGap parameter computed dynamically from symbol filePath in extData rather than hardcoded 1.0. 1 天前
pom.xml
feat(code): 新增flow和graph子模块及API定义 - 新增nop-code-flow子模块(流程分析) - 新增nop-code-graph子模块(图分析) - 新增nop-code-api模块定义跨模块DTO和接口 - 更新parent pom添加子模块声明 8 天前