Skip to content

范型问题导致调用链缺失 #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
xy407989 opened this issue Nov 12, 2024 · 0 comments
Open

范型问题导致调用链缺失 #78

xy407989 opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xy407989
Copy link

xy407989 commented Nov 12, 2024

getInfo下的一段代码被修改
image

该类的父类有一下继承关系:
public class CustomInfoExtendInfoImpl extends AbstractExtendInfoImpl<Map<String, Object>>

public abstract class AbstractExtendInfoImpl implements ExtendInfoInterface, InitializingBean

public interface ExtendInfoInterface extends BaseInfoInterface

getInfo方法都是通过父类进行调用
image

这种情况getInfo被调用的信息就缺失了

@zhouang777 zhouang777 self-assigned this Dec 24, 2024
@zhouang777 zhouang777 added the bug Something isn't working label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants