Closed gudegg closed 5 years ago
这个issue是已知的,对于重载的支持不好。但是我忘记具体的issue是在哪里了。yiji提交过类似的issue。 @zonghaishang
找到了: https://github.com/apache/incubator-dubbo/issues/2766
@gudegg 你可以看下,如果反应的是同一个问题,这个issue就先关掉吧。
找到了:
2766
@gudegg 你可以看下,如果反应的是同一个问题,这个issue就先关掉吧。
先不要关掉吧,这个问题主要是针对我的一个pr,感觉还有优化的地方。
先不要关掉吧,这个问题主要是针对我的一个pr,感觉还有优化的地方。
关于哪个pr
先不要关掉吧,这个问题主要是针对我的一个pr,感觉还有优化的地方。
@LiZhenNet 好的。
In this case, maybe specific parameter types is needed.
I find that it is not an easy thing that support telnet perfectly.
Environment
Steps to reproduce this issue
org.apache.dubbo.rpc.protocol.dubbo.support.DemoService
add methodorg.apache.dubbo.rpc.protocol.dubbo.support.DemoServiceImpl
org.apache.dubbo.rpc.protocol.dubbo.support.DemoServiceImpl
add UTExpected Result
Call
getPerson(Yee yee)
Actual Result
Call
getPerson(Man man)
Suggestion
If the overload method parameters are different in length, allowed to not pass
class
parameter, otherwise prompted user must pass theclass
parameter.@beiwei30