|
|
@ -1,6 +1,5 @@ |
|
|
|
package com.keyware.composeanalysis.task; |
|
|
|
package com.keyware.composeanalysis.task; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.collection.CollectionUtil; |
|
|
|
import cn.hutool.core.collection.CollectionUtil; |
|
|
|
import cn.hutool.core.io.FileUtil; |
|
|
|
import cn.hutool.core.io.FileUtil; |
|
|
|
import cn.hutool.core.lang.Pair; |
|
|
|
import cn.hutool.core.lang.Pair; |
|
|
@ -142,7 +141,6 @@ public class LineAnalysisTask extends IAnalysisTask { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//保存所有匹配的行数信息,方便统计总的匹配行数
|
|
|
|
//保存所有匹配的行数信息,方便统计总的匹配行数
|
|
|
|
Set<String> matchedFeatureMd5 = new HashSet<>(); |
|
|
|
Set<String> matchedFeatureMd5 = new HashSet<>(); |
|
|
|
|
|
|
|
|
|
|
|