Hello,
Code QL complains here
<https://github.com/apache/avro/pull/1776/checks?check_run_id=10481957660>
about one of my PR : *Class RecordSchema overrides but not hashCode*.
But, this is still the case on master (equals is redefine for RecordSchema
class, and not hashCode, while this is computeHash that is redefined and
that is called by parent class hashCode method). On same PR (and in master
too), this also the case for FixedSchema class
<https://github.com/apache/avro/blob/master/lang/java/avro/src/main/java/org/apache/avro/Schema.java#L1283>
for which codeQL doesn't complains (and this class doesn't have
@SuppressWarnings
annotation).

What i didn't see ?

Regards,
Christophe.

Reply via email to