Github user PascalSchumacher commented on the issue:
https://github.com/apache/commons-lang/pull/141
Hi Derek,
sorry for the delay.
I took another look at the code and compared it with `FieldUitls`. Maybe it
is a good idea to change the method parameter order to `Object object, String
methodName, boolean forceAccess`. I think `object` and `methodName` belong
together and this order is similar to the order of the parameters of
`FieldUtils` methods e.g. `FieldUtils#readDeclaredField(Object target, String
fieldName, boolean forceAccess)`.
What do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---