You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Environment
Mac
EventMesh version
master
What happened
This code compares java.lang.String objects for reference equality using the == or != operators instead of equals()
How to reproduce
In module eventmesh-runtime
In class org.apache.eventmesh.runtime.core.consumergroup.ProducerGroupConf
In method org.apache.eventmesh.runtime.core.consumergroup.ProducerGroupConf.equals(Object)
In [line 50]
Debug logs
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
ruanwenjun
changed the title
[Bug] Comparison of String objects using == or != instead of equals()
[Bug] ProducerGroupConf#equals doesn't work
Jul 18, 2022
Search before asking
Environment
Mac
EventMesh version
master
What happened
This code compares java.lang.String objects for reference equality using the == or != operators instead of equals()
How to reproduce
In module eventmesh-runtime
In class org.apache.eventmesh.runtime.core.consumergroup.ProducerGroupConf
In method org.apache.eventmesh.runtime.core.consumergroup.ProducerGroupConf.equals(Object)
In [line 50]
Debug logs
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: