showuon commented on a change in pull request #11841: URL: https://github.com/apache/kafka/pull/11841#discussion_r820024434
########## File path: gradle/spotbugs-exclude.xml ########## @@ -49,6 +49,7 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read some categories of bug reports when using Scala, since spotbugs generates huge numbers of false positives in some of these categories when examining Scala code. + SA_FIELD_SELF_COMPARISON: This method compares a field with itself, and may indicate a typo or a logic error. Review comment: Thanks for the investigation. I agree it should be false positive. Could we add the spotbugs github issue link here to indicate this should be removed after issue fixed? -- 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]
