garydgregory commented on a change in pull request #769:
URL: https://github.com/apache/commons-lang/pull/769#discussion_r725254862



##########
File path: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
##########
@@ -1018,7 +1018,7 @@ private static int distance(final Class<?>[] 
fromClassArray, final Class<?>[] to
             final Class<?> acls;
             if (interfaceIndex >= allInterfaces.size()) {
                 acls = allSuperclasses.get(superClassIndex++);
-            } else if ((superClassIndex >= allSuperclasses.size()) || 
(interfaceIndex < superClassIndex) || !(superClassIndex < interfaceIndex)) {
+            } else if ((superClassIndex >= allSuperclasses.size()) || 
!(superClassIndex < interfaceIndex)) {

Review comment:
       Not sure if this is correct. Needs analysis. Was this change made by a 
tool in IntelliJ or Eclipse?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to