BurningCN opened a new pull request #9693: URL: https://github.com/apache/dubbo/pull/9693
## What is the purpose of the change issue #9647 When processing all properties of `@Method`, the `parameters` property is an empty array, resulting in null return at `obj = DubboAnnotationUtils.convertParameters((String[]) obj);`, the following `else if (obj.getClass().isArray ())` NPE appears -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
