doublep opened a new pull request, #232:
URL: https://github.com/apache/commons-beanutils/pull/232

   Having this method package-private (as now) hinders subclassing. This cannot 
be considered a security issue, because nothing precludes subclasses from 
overriding every public method where the method in question is used in anyway.
   
   This change is also consistent with visibility of other similar methods. For 
comparison:
   
   * `getReadMethod(Class)` — public;
   * `getReadMethod(Class, PropertyDescription)` — currently package-private, 
changing to public;
   * `getWriteMethod(Class)` — public;
   * `getWriteMethod(Class, PropertyDescription)` — public (added only in 
1.9.1).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to