mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 05:25:20 +00:00
* LANG-1433: MethodUtils will throw a NPE if invokeMethod() is called for a var-args method with null parameter value * LANG-1433: Result of invokeMethod() is not deterministic for overloaded methods that can not be uniquly resolved from parameter types * LANG-1433: Fixed checkstyle errors