Environment
- Dubbo version: ALL
- Operating System version: ALL
- Java version: ALL
Error code:
while (cls != null && method == null) {
try {
method = cls.getDeclaredMethod("getConfigLocations", new Class<?>[0]);
} catch (NoSuchMethodException t) {
cls = cls.getSuperclass();
}
}
Environment
Error code: