Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
nop-entropy
/
nop-code
/
nop-code-flow
下载当前目录
canonical-entropy
fix(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 天前