提交 7bc5961b authored 作者: 马晨俊's avatar 马晨俊

mcj:修复国产化,非国产化,未知依赖查找bug

上级 8075784e
......@@ -136,6 +136,8 @@ public class Inspector {
ruleSuffixMap = new HashMap<>();
warns.clear();
rules.clear();
//查询技术,构造支持与非支持技术对象
findExistTechnology();
statisticsLanguage();
this.ruleList = ruleDao.findAll();
//统计项目组成文件构成
......@@ -261,8 +263,7 @@ public class Inspector {
public ReportVo analysis() {
DependencyVo dependencyVo = new DependencyVo();
setReportLanguageAndFrame();
//查询技术,构造支持与非支持技术对象
findExistTechnology();
//查询所有规则
ruleTransform(report.getRecastMethod());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论