### Environment
* Dubbo version: ALL
* Operating System version: ALL
* Java version: ALL
Error code:
```java
while (cls != null && method == null) {
try {
method = cls.getDeclaredMethod("getConfigLocations", new
Class<?>[0]);
} catch (NoSuchMethodException t) {
cls = cls.getSuperclass();
}
}
```
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/3615 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]