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

bug in case nullTransient==true #40

Open
uglycow opened this issue Aug 11, 2015 · 0 comments
Open

bug in case nullTransient==true #40

uglycow opened this issue Aug 11, 2015 · 0 comments

Comments

@uglycow
Copy link

uglycow commented Aug 11, 2015

if (nullTransient && Modifier.isTransient(field.getModifiers())) {
final Class<?> type = field.getType();
if (!type.isPrimitive()) {
field.set(newInstance, null);
}
}

IllegalArgumentException arise at "field.set(newInstance, null)" because field and newInstance come form different classloader.

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