未验证 提交 e8477c0f 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #828 from ascrutae/feature/generic-type

[Agent] fix HierarchyMatch donot support generic type
......@@ -85,7 +85,7 @@ public class HierarchyMatch implements IndirectMatch {
}
private void matchHierarchyClass(TypeDescription.Generic clazz, List<String> parentTypes) {
parentTypes.remove(clazz.getTypeName());
parentTypes.remove(clazz.asRawType().getTypeName());
if (parentTypes.size() == 0) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册