Skip to content

DATAMONGO-884 - Avoid NPE when calling overridden Object method. #153

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

Closed
wants to merge 2 commits into from

Conversation

thomasdarimont
Copy link

We now initialise the proxy in case an Object-method is called that is overridden in the traget class.

Initial pull request: #152.

Thomas Darimont added 2 commits March 19, 2014 09:29
We now initialise the proxy in case an Object-method is called that is overridden in the traget class.

Based on initial pull request: #152 of @juhgiyo.
Added additional test cases.

Original pull request: #153.
thomasdarimont pushed a commit that referenced this pull request Mar 27, 2014
We now initialize the proxy in case an Object-method is called that is overridden in the traget class. Removed the additional check for initialization and to-DBRef-methods as they're repeated in the target method.

Original pull requests: #152, #153.
thomasdarimont pushed a commit that referenced this pull request Mar 27, 2014
We now initialize the proxy in case an Object-method is called that is overridden in the traget class. Removed the additional check for initialization and to-DBRef-methods as they're repeated in the target method.

Original pull requests: #152, #153.
@odrotbohm odrotbohm closed this Mar 27, 2014
@odrotbohm odrotbohm deleted the issue/DATAMONGO-884 branch March 27, 2014 17:03
thomasdarimont pushed a commit that referenced this pull request Mar 28, 2014
We now initialise the proxy in case an Object-method is called that is overridden in the traget class.

Based on initial pull request: #152 of @juhgiyo.
Added additional test cases.

Original pull request: #153.
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.

2 participants