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

Fixed IT tests that were not running. Fixed setting inherited fields… #712

Merged
merged 2 commits into from Oct 9, 2018

Conversation

aklish
Copy link
Member

@aklish aklish commented Oct 6, 2018

… that are private

This is a first pass towards working on issue #710

@@ -1484,9 +1484,12 @@ protected void setValue(String fieldName, Object value) {
throw handleInvocationTargetException(e);
} catch (IllegalArgumentException | NoSuchMethodException noMethod) {
try {
Field field = targetClass.getField(fieldName);
Field field = (Field) dictionary.getAccessibleObject(obj, fieldName);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might do some cleanup here. This was just to get the test to pass.

@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.01%) to 71.892% when pulling 8ea182b on FixFieldInheritance into f2ceb19 on master.

@aklish aklish merged commit f9802ac into master Oct 9, 2018
@aklish aklish deleted the FixFieldInheritance branch October 9, 2018 17:56
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.

None yet

3 participants