提交 8d381976 编写于 作者: A ascrutae

[Agent] fix HierarchyMatch donot support generic type

上级 239579fd
......@@ -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.
先完成此消息的编辑!
想要评论请 注册