In fact, `if (proxyObject != null)` is a defensive programming. In Dubbo, proxyObject should not be null and will not be null.
I guess we should change it to `assert` or `throw IllegelArgumentException`, would you mind take care of this in other change? This change contains too much already, in my opinion. [ Full content available at: https://github.com/apache/incubator-dubbo/pull/3013 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
