You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2015/12/09 22:59:11 UTC

[jira] [Updated] (KAFKA-2974) `==` is used incorrectly in a few places in Java code

     [ https://issues.apache.org/jira/browse/KAFKA-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma updated KAFKA-2974:
-------------------------------
    Status: Patch Available  (was: Open)

> `==` is used incorrectly in a few places in Java code
> -----------------------------------------------------
>
>                 Key: KAFKA-2974
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2974
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.9.0.0
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>
> Unlike Scala, `==` is reference equality in Java and one normally wants to use `equals`. We should fix the cases where `==` is used incorrectly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)