You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
57
57
<actiontype="fix"dev="ggregory"due-to="Joe Ferner, Gary Gregory">MethodUtils cannot find or invoke vararg methods when widening primitive types following the JLS 5.1.2. Widening Primitive Conversion.</action>
58
58
<actionissue="LANG-1597"type="fix"dev="ggregory"due-to="Richard Eckart de Castilho, Gary Gregory">Invocation fails because matching varargs method found but then discarded.</action>
59
59
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Don't check accessibility twice in MemberUtils.setAccessibleWorkaround(T).</action>
60
-
<actionissue="LANG-1774"type="fix"dev="ggregory"due-to="Zhongxin Yan, Madhur Lathi, Yudan Liu, Gary Gregory">Improve handling of ClassUtils.getShortCanonicalName() for invalid input #1437.</action>
60
+
<actionissue="LANG-1774"type="fix"dev="ggregory"due-to="Zhongxin Yan, Madhur Lathi, Yudan Liu, Gary Gregory">Improve handling of ClassUtils.getShortCanonicalName() for invalid input #1437.</action>
61
61
<!-- FIX Javadoc -->
62
62
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] General improvements.</action>
63
63
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] Fix thrown exception documentation for org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class<?>, String, Class<?>...).</action>
0 commit comments