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

Adds check to ProxyReplacer for null beans #255

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

hm1rafael
Copy link

When testing if the bean is proxied, within ProxyReplacer, if the bean pass as parameter is null, the method would throw a NullPointer. Modified to test for null before check if is a proxy.

When registering proxys within ```ProxyReplacer``` if the bean pass as parameter is null, changed to not test the bean.
@skybber skybber merged commit e4b6203 into HotswapProjects:master Jul 17, 2018
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 this pull request may close these issues.

3 participants