未验证 提交 deb70983 编写于 作者: P Phodal Huang

fix: fix for current class issue

上级 89a15c9b
......@@ -156,7 +156,9 @@ func (s *JavaCallListener) EnterMethodCall(ctx *MethodCallContext) {
jMethodCall := &JMethodCall{currentPkg, "", currentClz, methodName, startLine, startLinePosition, stopLine, stopLinePosition}
methodCalls = append(methodCalls, *jMethodCall)
} else {
methodName := ctx.IDENTIFIER().GetText()
jMethodCall := &JMethodCall{currentPkg, "", targetType, methodName, startLine, startLinePosition, stopLine, stopLinePosition}
methodCalls = append(methodCalls, *jMethodCall)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册