Re: Question about CodeQL in Java

2023-01-10 Thread Christophe Le Saƫc
It seems that CodeQL targets only updated classes; so the alert about "*overrides but not hashCode*" also applies to other classes like FixedSchema if it is updated. The tools doesn't see that here, computeHash is replacing hashCode (called by Schema.hashcode method). Is there any clue to solve it

[GitHub] [avro] martin-g merged pull request #2048: AVRO-3698: SpecificData.getClassName must replace reserved words

2023-01-10 Thread GitBox
martin-g merged PR #2048: URL: https://github.com/apache/avro/pull/2048 -- 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: dev-unsubscr...@avro.apache.org