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

全限定类名,无法检测 #539

Open
gyjx opened this issue Jul 5, 2019 · 1 comment · May be fixed by #589
Open

全限定类名,无法检测 #539

gyjx opened this issue Jul 5, 2019 · 1 comment · May be fixed by #589

Comments

@gyjx
Copy link

gyjx commented Jul 5, 2019

例如:
TreeVo treeVo1=new TreeVo();
TreeVo treeVo2=new TreeVo();
org.apache.commons.beanutils.BeanUtils.copyProperties(treeVo1,treeVo2);无法检测

BeanUtils.copyProperties(treeVo1,treeVo2);可以检测

@Yuyang105
Copy link
Contributor

@fw8899 看一下

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

Successfully merging a pull request may close this issue.

2 participants