windwoodfirehill commented on issue #16432: URL: https://github.com/apache/dubbo/issues/16432#issuecomment-5776476454
and I notice there is already a null check here. The null key will skip createDescriptorIfAbsent and get keyDescriptor = null. It does NOT hit key.getClass(). The exception comes from setProperty's notNull(propertyName) validation, not NPE from key.getClass(). Simply adding another null check won't resolve this issue. -- 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]
