CodeFuse-Query icon indicating copy to clipboard operation
CodeFuse-Query copied to clipboard

范型问题导致调用链缺失

Open xy407989 opened this issue 1 year ago • 0 comments

getInfo下的一段代码被修改 image

该类的父类有一下继承关系: public class CustomInfoExtendInfoImpl extends AbstractExtendInfoImpl<Map<String, Object>> � public abstract class AbstractExtendInfoImpl<T> implements ExtendInfoInterface<T>, InitializingBean � public interface ExtendInfoInterface<T> extends BaseInfoInterface<T> �

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

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

xy407989 avatar Nov 12 '24 06:11 xy407989