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
{{ message }}
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
So I have the following java code to test whether the spotbugs maven and eclipse plugins behave as expected:
Stringa = "", b = "";
if (a == b);
String[] c = {""}, d = {""};
if (c.equals(d));
Now neither plugin reports the ES_COMPARING_STRINGS_WITH_EQ bug
but both do report the EC_BAD_ARRAY_COMPARE bug.
version 3.1.6, default effort level
What did I miss?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I have the following java code to test whether the spotbugs maven and eclipse plugins behave as expected:
Now neither plugin reports the ES_COMPARING_STRINGS_WITH_EQ bug
but both do report the EC_BAD_ARRAY_COMPARE bug.
version 3.1.6, default effort level
What did I miss?
The text was updated successfully, but these errors were encountered: