Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.morgoo.helper.MyProxy.java第54行判断不会空指针吗? #330

Open
ariesliu opened this issue Mar 27, 2017 · 0 comments
Open

com.morgoo.helper.MyProxy.java第54行判断不会空指针吗? #330

ariesliu opened this issue Mar 27, 2017 · 0 comments

Comments

@ariesliu
Copy link

ariesliu commented Mar 27, 2017

请问360火线静态扫描提示:
Class[] es = method.getExceptionTypes(); if (es == null && es.length <= 0) { return false; }
这段代码,当es为null时,由于这里是&& ,es.length调用是不是会空指针?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant