struberg commented on code in PR #1328:
URL: https://github.com/apache/commons-lang/pull/1328#discussion_r1870319670


##########
src/main/java/org/apache/commons/lang3/builder/CompareToBuilder.java:
##########
@@ -115,6 +116,11 @@ private static void reflectionAppend(
         final boolean useTransients,
         final String[] excludeFields) {
 
+        if ((lhs instanceof CharSequence || lhs instanceof Number || lhs 
instanceof Temporal) && lhs instanceof Comparable) {

Review Comment:
   resolved



-- 
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