github-advanced-security[bot] commented on code in PR #3765:
URL: https://github.com/apache/avro/pull/3765#discussion_r3214842462


##########
lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflect.java:
##########
@@ -1416,4 +1417,55 @@
             + "{\"name\":\"foo\",\"type\":\"int\",\"doc\":\"Some 
Documentation\"}" + "]}");
   }
 
+  // test recursive record schema
+  public static class TreeNode {

Review Comment:
   ## CodeQL / Inconsistent equals and hashCode
   
   Class TreeNode overrides [equals](1) but not hashCode.
   
   [Show more 
details](https://github.com/apache/avro/security/code-scanning/3361)



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