提交 f228a721 编写于 作者: S Skylot

fix(gui): fix search if class contains not generated inner class (#755)

上级 3249a5e0
......@@ -325,6 +325,10 @@ public final class JadxDecompiler {
return javaClass;
}
}
// class or parent classes can be excluded from generation
if (cls.hasNotGeneratedParent()) {
return null;
}
throw new JadxRuntimeException("JavaClass not found by ClassNode: " + cls);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册